kubiq
Forum Replies Created
-
Forum: Plugins
In reply to: [MouseWheel Smooth Scroll] The plugin doesn’t work for me on a new websiteTry switch to Lenis in settings, this is a new alternative library that should work everywhere
Forum: Plugins
In reply to: [MouseWheel Smooth Scroll] FF not supported?In version 6.7.1 you can enter also custom easing now.
Eg. use this as a test – it should create some crazy bouncing scrolling:
x===0?0:x===1?1:Math.pow(2,-10x)Math.sin((x10-0.75)((2*Math.PI)/3))+1
It is just copied from https://easings.net/#easeOutElastic like you can copy any other or you can build your own easing with many different existing online tools…Forum: Plugins
In reply to: [MouseWheel Smooth Scroll] FF not supported?Yes, it is because of that easing
https://www.desmos.com/calculator/brs54l4xou
So I can add also this as an option of course
Forum: Plugins
In reply to: [MouseWheel Smooth Scroll] FF not supported?You can try version 6.7
Just switch to Lenis in settings – currently there are only essential settings, but I can add more if needed…
Forum: Plugins
In reply to: [MouseWheel Smooth Scroll] FF not supported?Ok, well, I will implement this in a few days…
* hopefully… depending on my free time with fulltime job, two kids and a dog… ??Forum: Plugins
In reply to: [MouseWheel Smooth Scroll] FF not supported?Does this work?
https://scroll.locomotive.ca/demo
I’m thinking about implementing different scrolling script as an option and this seams to work almost everywhere and to everyone
Forum: Reviews
In reply to: [MouseWheel Smooth Scroll] Not for all BrowsersWorks fine on my latest Windows 11 and Firefox 134.
Can you be more specific which version of OS and Firefox you have?
Forum: Plugins
In reply to: [MouseWheel Smooth Scroll] FF not supported?Hello,
everything works even on Firefox… well… on Windows…
the known issue is Apple, so many versions of Safari are not working and yes, some versions of chrome or firefox may also not work on some versions of bitten apple OS…
Make sure you’ve enabled Firefox in the plugin settings, because current version should work fine…
Hello,
can you please give me some step-by-step instructions how to replicate this issue?
Because I’ve just tested newest WooCommerce and WooCommerce Stripe Payment Gateway and this plugin and everything works for me.
Thanks
Forum: Plugins
In reply to: [MouseWheel Smooth Scroll] The plugin doesn’t work for me on a new websiteHello,
it doesn’t matter what WP version you use or what is your server configuration… it is just a JS library so only problem can be in JS or in the browser / OS interpretation, eg. Safari is very problematic in many versions…
I’ve just tested your website in my Chrome 131 on Win 11 and everything works fine… Please try Incognito mode, because you may have some caching issue or some browser extension conflict, and let me know ??
Forum: Plugins
In reply to: [Images to WebP] Placement of directives in .htaccessNo, because it use filter hook for generating that WordPress part of htaccess, so it’s not possible to put it out of that.
What’s the point? It’s working or not?
Forum: Plugins
In reply to: [Images to WebP] Placement of directives in .htaccessThat’s correct, that’s how it works… otherwise this plugin will not work.
Forum: Plugins
In reply to: [MouseWheel Smooth Scroll] Plugin stopped workingHello, I’ve just visited your website with Chrome and Firefox and smooth scroll works fine.
You have some JS errors there that you should solve ( https://i.imgur.com/4fnarBg.png ) but otherwise I don’t see any problem.
Thanks.
Sure, but maybe you will need to re-save permalinks…
Old URLs with the CPT base were redirected to the non-base URLs with 301 HTTP header…
You will need to discuss this with some SEO expert, I’m not sure if you need to somehow refresh Google index or something, but that’s the only thing I can imagine…Forum: Plugins
In reply to: [Simple Custom Post Order] _load_textdomain_just_in_timeYes, I also know how to fix this, but this will cause even worse problems, because WordFence will send emails about critical security issue then ??
So author of this plugin has to fix it officially in the plugin.
But thanks anyway ??