Archived topic
Back to Top Button Stopped working after I updated to the theme: 3.2.0
4 replies · Started by Charbel on October 25, 2022
Hello Team,
Congratulations on the new release.
I have updated my site to GP Premium: 2.2.0 and the theme: 3.2.0.
I have noticed that the Back to Top Button Stopped working. It was working fine before the update.
Site: https://charbelnemnom.com
Could you please help?
Thank You!
-Charbel
Hi Charbel,
Just tested and the button is still working for me - it's a little slow though.
If you are still having some issues, can you disable all plugins except GP Premium to test?
Let me know :)
Thank you Leo for your quick response, much appreciated!
Yes, I cleared the cache now and it's working for me.
I added the following code to speed up a bit the button:
add_filter( 'generate_back_to_top_scroll_speed', 'tu_back_to_top_scroll_speed' );
function tu_back_to_top_scroll_speed() {
return 200; // milliseconds
}
I have noticed another issue on the homepage.
Please check the previous topic with David here: https://generatepress.com/forums/topic/how-to-remove-right-sidebar-from-the-homepage/#post-1988402
I am seeing that sometimes the third column on the right side (vertical) is not showing anymore.
As you can see, I have 3 articles vertical and 1 horizontal, then 3 vertical and 1 horizontal, and so on…
https://charbelnemnom.com/
https://charbelnemnom.com/page/2/
Are you seeing this on your side too?
Thank You!
I have noticed another issue on the homepage.
Please open a new topic for the separate question if you haven't done so.
Thanks!
Thank you, Leo, I'll open another topic for this.