Illia Sanz
Forum Replies Created
-
closing, as it was added
closing
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] SliderHi. It’s problem not of slider but styles. You can enable saving inline styles to blocks in Greenshift – Settings – css management
I just checked, yes, we updated motion library but stagger should continue to work, I checked your values and they are fine. Please share me your link, so I can check on your site.
No, but we have countdown block. Why do you need counter (that is for numbers) for years? Give me some ideas when it can be used
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] Spacing doesn’t workno, it’s called Reset spacing and it’s in end of panel. This button is available in all panels.
You can sync them via Interaction Layers also, it has Slider actions
@burnuser fixed in 11.7.2 – thank you
this is regular on click function in js
as I wrote, we have AI helper there, ask it to build what you need. Add any static unique class to element before this. You can wait our quick tutorial about this feature
https://developer.mozilla.org/en-US/docs/Web/API/Element/click_event
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] Block Settings Presets@buylov sorry, we do not use block approach, we use web standards where all blocks are html entities. I don’t know why you need to have overwriting block settings globally, it’s just redundant layer and memory leak. All options in GS plugin are css based and js based and can be set via classes or via global interactions (that can be also attached to global class)
I recommend to watch another video
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] Block Settings PresetsYou need to add global class to all icon lists where you want to have changes. As Global class is applied globally, you can change it from one place and it will be applied to all
We have documentation about class system https://greenshiftwp.com/documentation/greenshift-extra/global-and-local-class-system/
You don’t need to use Interaction layers with custom js, because you can add everything directly in custom js panel, this will be faster. If you can’t build script, we added also AI helper there
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] Block Settings PresetsFirst – global class system was made exactly for this purpose. And with class system you can create also subselectors, not only classes and this will set design also for sub blocks
Second – plugin has inner css variable framework. Almost all values have Preset button. Example https://share.cleanshot.com/b8QdCdhh
and they can be overwritten in stylebook
I recommend you to watch tutorials https://www.youtube.com/watch?v=EhwRm6is3z8&pp=0gcJCdAJAYcqIYzv
you can also use filter to deregister variations
but maybe it’s better to wait our block manager
https://developer.wordpress.org/block-editor/reference-guides/block-api/block-variations/
because all of them is just one block and it’s variations. Currently you can’t disable them one by one. But we will have block manager in nearest future