Illia Sanz
Forum Replies Created
-
I am closing as I didn’t get answer
We added this in core. Please update plugin and try again
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] facing broken layout issueHi. Can you try actual version of plugin?
Ok, I will close it. But if you use CPT,this should be fine in current version so you don’t need to enable inline styles
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] Animated Heading not workingNo, otherwise, I would not ask you about link
Here is our link on actual plugin version and as you see, all types of animations are working
https://greenshiftwp.com/advanced-heading-block/
Once you will have live link, please, reopen topic
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] CPT doesn’t loading css !!I am closing, but if you still have problem, reopen
I understand, but WordPress core doesn’t support 7.0 in current version of WordPress. There are many people that still use old version of core and php and this number is big
No, but you can build custom marquee with custom animation trigger. https://www.youtube.com/watch?v=xayePyh2uBc&t=5s
Hi. This will not work in such way as you did. You put links in content that is under header, so header is over links.
You need to put links inside header
Or increase priority for content
#main-container .site-main{z-index:999}
You can use this css code but it can be dangerous, as content can cover header, so, please test it first
Which tool do you for scan?
Yes, we use old wp-scripts, but it’s used only in Dev dependency only for packing, it’s not included in production release and not available in plugin’s files.
Anyway, I updated wp-scripts in package file, if this helps you to feel more safe. Thank you for notice
Tablet is 768-992
The most important breakpoint is for mobile, it’s 768 for both GS and Kadence so there is no critical to sync breakpoints.
well, I see, but it’s bug of slider script that we can’t fix in plugin.
However, it’s possible to hack it
let swiper = document.querySelector(".swiper").swiper;swiper.on('slideChange', function () {
setTimeout(function () {
swiper.params.mousewheel.releaseOnEdges = false;
}, 500);
});swiper.on('reachEnd', function () {
setTimeout(function () {
swiper.params.mousewheel.releaseOnEdges = true;
}, 1500);
});Try to add this js code on page with slider
- This reply was modified 1 year, 2 months ago by Illia Sanz.
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] Animated Heading not workingHi, please share link on page
Forum: Reviews
In reply to: [Greenshift - animation and page builder blocks] terrible pluginBy the way, we provide Bug Bounty program. If you can prove that this bug is really is from plugin, you can get up to $1000. So, do you want to prove it?