
hatcheddesigns(@hatcheddesigns)
19 Posts
Customers
Quote from hatcheddesigns on September 19, 2023, 07:52
Hi,
When changing pages on our filter, it jumps to the top of the page, is there a way to keep it positioned where our filter is? instead of changing to eg page 2 and it jumps back to the top of the website...
Thanks
Hi,
When changing pages on our filter, it jumps to the top of the page, is there a way to keep it positioned where our filter is? instead of changing to eg page 2 and it jumps back to the top of the website...
Thanks

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on September 19, 2023, 11:50
Hello
Please drop me exact link to the issue
Hello
Please drop me exact link to the issue

hatcheddesigns(@hatcheddesigns)
19 PostsTopic Author
Customers
Quote from hatcheddesigns on September 19, 2023, 11:59
Saved in hidden data...
Saved in hidden data...

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on September 19, 2023, 12:41
Ok! This is the functionality of the theme (template). This pagination reloads the page and of course the user sees the top of the page
So that my plugin can override pagination (do it in ajax mode), you should use standard pagination
Ok! This is the functionality of the theme (template). This pagination reloads the page and of course the user sees the top of the page
So that my plugin can override pagination (do it in ajax mode), you should use standard pagination

hatcheddesigns(@hatcheddesigns)
19 PostsTopic Author
Customers
Quote from hatcheddesigns on September 19, 2023, 13:32
How is that done?
How is that done?

hatcheddesigns(@hatcheddesigns)
19 PostsTopic Author
Customers
Quote from hatcheddesigns on September 20, 2023, 02:54
We are using elementor if that helps...
We are using elementor if that helps...

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on September 20, 2023, 11:42
Hello
Unfortunately, I am not the developer of this template and cannot know how to change the pagination. This does not depend on my plugin; if you disable the filter, the behavior of this pagination will not change
as an alternative solution: you can develop custom JS that will check the URL and if there is pagination, scroll the page to the products
Hello
Unfortunately, I am not the developer of this template and cannot know how to change the pagination. This does not depend on my plugin; if you disable the filter, the behavior of this pagination will not change
as an alternative solution: you can develop custom JS that will check the URL and if there is pagination, scroll the page to the products

hatcheddesigns(@hatcheddesigns)
19 PostsTopic Author
Customers
Quote from hatcheddesigns on September 20, 2023, 14:40
We are using a short code though? so why would the theme make a difference? [woof_products is_ajax=1 columns=3 per_page=9]
We are using a short code though? so why would the theme make a difference? [woof_products is_ajax=1 columns=3 per_page=9]

Pablo Borysenco(@pavlo_borysenco)
34,196 Posts
Quote from Pablo Borysenco on September 21, 2023, 10:54
Hello
Because this shortcode uses a theme template
Hello
Because this shortcode uses a theme template