Step by step filter doesn't work
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday. If you have problems with registration ask help on contact us page pleaseIf you not got email within 24~36 business hours, firstly check your spam box, and if no any email from the support there - back to the forum and read answer here. DO NOT ANSWER ON EMAILS [noreply@pluginus.net] FROM THE FORUM!! Emails are just for your info, all answers should be published only here.
The support doesn work on Saturdays and Sundays, so some Friday requests can be answered on Monday.
Quote from Pablo Borysenco on September 19, 2024, 12:55Unfortunately I don't see the accesses.
There is only the old access with no ability to check the plugin settings
Maybe you didn't click the save button? - https://share.pluginus.net/image/i20240919125137.png
Unfortunately I don't see the accesses.
There is only the old access with no ability to check the plugin settings
Maybe you didn't click the save button? - https://share.pluginus.net/image/i20240919125137.png
Quote from Marc on September 19, 2024, 13:14Okay I changed it.
Does it work now?
Okay I changed it.
Does it work now?
Quote from Pablo Borysenco on September 20, 2024, 11:11Hello
Ok! Try in file - \woocommerce-products-filter\ext\step_filer\js\step_filter.js - add this code - https://share.pluginus.net/image/i20240920121055.png
jQuery('html, body').animate({
scrollTop: jQuery('.main-title').offset().top
}, 777);
Hello
Ok! Try in file - \woocommerce-products-filter\ext\step_filer\js\step_filter.js - add this code - https://share.pluginus.net/image/i20240920121055.png
jQuery('html, body').animate({
scrollTop: jQuery('.main-title').offset().top
}, 777);
Quote from Marc on September 20, 2024, 12:18I think it finally helps a bit!
But not enough. The page comes up slightly, but not enough. Do you understand what I mean?
I think it finally helps a bit!
But not enough. The page comes up slightly, but not enough. Do you understand what I mean?
Quote from Pablo Borysenco on September 23, 2024, 15:44Hello
Ok! Please try this code
jQuery('html, body').animate({
scrollTop: jQuery('.hfe-nav-menu').offset().top
}, 777);and clear all cache
Hello
Ok! Please try this code
jQuery('html, body').animate({
scrollTop: jQuery('.hfe-nav-menu').offset().top
}, 777);
and clear all cache
Quote from Marc on September 25, 2024, 11:44Thank you very much, that works.
But: When I search for something through the search bar, it takes a very long time for the products to come up.
Thank you very much, that works.
But: When I search for something through the search bar, it takes a very long time for the products to come up.
Quote from Pablo Borysenco on September 25, 2024, 12:57Hello
Unfortunately this cannot work instantly and depends on your hosting resources and the number of products.
Now it takes about 3 seconds
Hello
Unfortunately this cannot work instantly and depends on your hosting resources and the number of products.
Now it takes about 3 seconds
Quote from Marc on September 25, 2024, 13:38I think you misunderstand me. It's not the dropdown list of search results but the products themselves that should appear below. That really takes more than a minute
I think you misunderstand me. It's not the dropdown list of search results but the products themselves that should appear below. That really takes more than a minute
Quote from Pablo Borysenco on September 26, 2024, 10:38Hello
My test - https://c2n.me/4lyb60o
Hello
My test - https://c2n.me/4lyb60o
Quote from Marc on September 27, 2024, 09:02https://photos.app.goo.gl/TBghrukfRu2rL4o66
Not with me, see my experience in the video
Is it possible to search by enter?
https://photos.app.goo.gl/TBghrukfRu2rL4o66
Not with me, see my experience in the video
Is it possible to search by enter?
Quote from Pablo Borysenco on September 27, 2024, 11:48Hello
Is it possible to search by enter? - Unfortunately not on the page where there is a filter by step. They are in conflict
Very strange - https://share.pluginus.net/video/v20240927124713.mp4
Can you make a test page with just a text filter?
Hello
Is it possible to search by enter? - Unfortunately not on the page where there is a filter by step. They are in conflict
Very strange - https://share.pluginus.net/video/v20240927124713.mp4
Can you make a test page with just a text filter?
Quote from Marc on September 27, 2024, 13:26When it is not possible to search by enter, customers will be frustated.
So if it would manage to solve the search with search bar, it is still not good. Because people expect to be able to search with enter.
When it is not possible to search by enter, customers will be frustated.
So if it would manage to solve the search with search bar, it is still not good. Because people expect to be able to search with enter.
Quote from Pablo Borysenco on September 30, 2024, 10:31Hello
I'll pass this on to the developers.
Hello
I'll pass this on to the developers.
Quote from Marc on October 10, 2024, 10:55Hello, a few weeks ago you gave me this code:
jQuery('html, body').animate({
scrollTop: jQuery('.hfe-nav-menu').offset().top
}, 777);and clear all cache
But now I see it only works on desktop but not on mobile.
How can I solve that?
Hello, a few weeks ago you gave me this code:
jQuery('html, body').animate({
scrollTop: jQuery('.hfe-nav-menu').offset().top
}, 777);
and clear all cache
But now I see it only works on desktop but not on mobile.
How can I solve that?
Quote from Pablo Borysenco on October 10, 2024, 11:31Hello
Please use this code:
jQuery('html, body').animate({
scrollTop: jQuery('.hfe-nav-menu, .hfe-nav-menu__toggle .hfe-nav-menu-icon').offset().top
}, 777);
Hello
Please use this code:
jQuery('html, body').animate({
scrollTop: jQuery('.hfe-nav-menu, .hfe-nav-menu__toggle .hfe-nav-menu-icon').offset().top
}, 777);
Quote from Marc on October 10, 2024, 12:04Thank you
Do I have to add it instead of the other code or should I put it under the other code
Thank you
Do I have to add it instead of the other code or should I put it under the other code
Quote from Pablo Borysenco on October 11, 2024, 09:31Hello
Please replace this code
Hello
Please replace this code
Quote from Marc on October 11, 2024, 09:59Thank you very much
I have changed it but it is still not working on mobile
Thank you very much
I have changed it but it is still not working on mobile
Quote from Pablo Borysenco on October 11, 2024, 11:53Where do you paste this code?
I checked your site, there is no such code there.
Where do you paste this code?
I checked your site, there is no such code there.
Quote from Marc on October 11, 2024, 11:56woocommerce-products-filter/ext/step_filer/js/step_filter.js
woocommerce-products-filter/ext/step_filer/js/step_filter.js