Illia Sanz
Forum Replies Created
-
It must be Inline In block (not inline in head)
Please send me link to page where you have this block, I need to check something
closing
fixed
Block Manager was added
Closing as it doesn’t have anything related to our plugin
Why do you think slides are locked?
Please read carefully red notice in slider block
how do you duplicate slides?
problem is that styles are generated in time when you save post in editor
it’s possible to attach styles to block if you add related styles in inlineCssStyles attribute
do you use JavaScript or php to make posts?
GS settings – css management and enable inline style saving and merging styles
your script adds class, for example “active” on specific condition. This option will add animations when element gets class
all design is on class of parent block
you can overwrite by local styles if you click on target icon in Local styles panel
please share your link
I think you mean css, because it’s made on post saving in editor
It’s possible to make custom inline css programmatically. For this, you need to attach css of block in attribute inlineCssStyles
how I usually do
I open Site editor (it’s important to do in site editor and not in page editor), I make all design, I copy code of blocks. Site editor will add inlineCssStyles automatically to blocks
then copy code and replace only content part in your custom functions
You are using regular animations, not advanced. Regular animation custom selector is different, it’s working in combination with Interaction Layers or other scripts. You must put there selector that will trigger animation (this selector must be added dynamically on the same block)
I guess that you need to use Advanced Animation option instead