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!