cleforweb
Forum Replies Created
-
@gdmilos
I already tried this and it is not working at all. It is not only “L” but all sizes. I am working on the removal of CoBlocks from several sites.Thank you for a quick response.
The thing is that I don’t want to pause on hover but on interaction. I want it to be paused if the visitor clicks on an arrow or image for a lightbox pop-up.
I have the latest version of a plugin (2.3.0) and the code in the mentioned topic looks the same. I changed it and got the desired behavior.
It will be nice, if this is possible, to put the options for the slider: stop on hover, stop on interaction.
Anyhow, thank you for your help and this excellent plugin.
- This reply was modified 2 years, 12 months ago by cleforweb.
I solved this by this css:
.xdsoft_datetimepicker {
z-index: 10000000000 !important;
}Thank you.
Solved.
Thank you.Thank you.
The problem is solved.
Thank you.Forum: Plugins
In reply to: [MapPress Maps for WordPress] Initial open directionsOK. Thank you.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Slideshow block autoplayOK. Thank you.
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Slideshow block autoplayIt is
.matchMedia("(prefers-reduced-motion: reduce)")
from
wp-content/plugins/jetpack/_inc/blocks/slideshow/view.jsTemporary solution for me is replacing this with
.matchMedia("(prefers-reduced-motion: no-preference)")
What do you think?
Forum: Plugins
In reply to: [Jetpack - WP Security, Backup, Speed, & Growth] Slideshow block autoplayThank you.
True, animations not working for me if I turn off built-in animations for Windows. That means that it also not working for others with same setting.Some other plugin animations for Gutenberg blocks also not working.
E.G.
Blocks Animation: CSS Animations for Gutenberg Blocks: not working.
Gutenslider, Co blocks carousel, and all other sliders plugins: working.
Thank you.Forum: Plugins
In reply to: [Blocks Animation: CSS Animations for Gutenberg Blocks] AnimationThank you.
The problem is solved.
Thank you for nice wishes.Forum: Plugins
In reply to: [Blocks Animation: CSS Animations for Gutenberg Blocks] AnimationIt seems that the cause is “Show animation” Windows 10 setting. I turned it on and it is working although a little bit strange. The block first appears on the right side of the screen and, after a delay, slides to the place.
Forum: Plugins
In reply to: [Blocks Animation: CSS Animations for Gutenberg Blocks] AnimationHere it is.
https://printed-tipped.jurassic.ninja/
There is a block “Animated text” lower on the page with a red background. Animation is set: slide in right, four second delay.Forum: Plugins
In reply to: [Blocks Animation: CSS Animations for Gutenberg Blocks] AnimationTested several other browsers on the desktop computer.
It is working only in Edge.
Also it is working on a mobile phone (Android) in all browsers.Forum: Plugins
In reply to: [Blocks Animation: CSS Animations for Gutenberg Blocks] AnimationDesktop, Chrome.
Forum: Plugins
In reply to: [Qubely - Advanced Gutenberg Blocks] AlignfullIt seems that I solved this by adding this code to custom css:
.qubely-section.alignfull { width: auto; max-width: 1000%; margin-right: calc(50% - 50vw) !important; margin-left: calc(50% - 50vw) !important; }
Thank you.