PluginUs.Net - Business Tools for WooCommerce and WordPress

[realize your idea - make your dreams come true]

Support Forum

You need to log-in to create request (topic) to the support

Page buttons doesn't link to the top of the pages

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 please
If 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.

https://staging.justevs.com/showroom/

When you click on the pagination buttons, the page loads at an arbitrary position instead of showing the top of the new page. How can change this behaviour?

Thanks

Hello

Please read  this - https://products-filter.com/auto-scroll-to-element-after-ajax-is-done/

Thank you for this. Is it possible to add a fix offset to the scroll? The top of the page is often covered by a menu header and the scroll needs o be offset so that the top row product images are cleared.

Hello

Try  this  please:

jQuery('html, body').animate({
scrollTop: jQuery(".woocommerce-products-header").offset().top
}, 777);