Illia Sanz
Forum Replies Created
-
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, 3 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?
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] Adding new breakpointsCurrently we don’t have this option, however you can change existing breakpoints in GS Settings – Breakpoints
Please share link on your page where I can see it
Forum: Plugins
In reply to: [Greenshift - animation and page builder blocks] CPT doesn’t loading css !!It’s fixes
how do you build your custom pages?
GS Settings – CSS Options – save inline in block will solve it, but please answer on question
Do you duplicate from slider block?