-
AuthorPosts
-
August 25, 2019 at 3:44 pm #1130760
https://www.macrovita.rs/prodavnica/
When you click next page it reloads second page but stay at the bottom where is pagination. How to set when reloads it starts from top so you can scroll back to bottom?
August 27, 2019 at 10:09 pm #1131467Hey Uroš,
Attached is a beta version try it and let us know if it works.
Best regards,
BasilisAugust 28, 2019 at 8:30 am #1131506Unfortunatly it did not solve i will give you admin access so you can check out closer.
I saw another problem and that is cookie consent bar will not go off when i press accept. I mean it will reopen with every page that i open
August 30, 2019 at 9:17 am #1132204Hi Uros,
Please update the theme to Enfold 4.6, it has the fixes in it.
Best regards,
VictoriaAugust 30, 2019 at 10:06 am #1132239Sorry it did not fix any of my two problems
September 2, 2019 at 1:28 pm #1132966Hi,
Did you find the solution?
September 3, 2019 at 4:43 am #1133184Hi,
How to set when reloads it starts from top so you can scroll back to bottom?
You can set the window’s scrollTop position to 0 on every page load. Would you like to implement that?
function ava_scroll_on_doc_ready(){ ?> <script> (function($){ $(document).ready(function() { $(window).scrollTop(0); }); })(jQuery); </script> <?php } add_action('wp_footer', 'ava_scroll_on_doc_ready');
Add the script in the functions.php file.
Best regards,
IsmaelSeptember 3, 2019 at 10:56 am #1133306I found a solution for scroll, it was some plugin settings turned on.
But there is another problem and that is cookie bar will not go off when i press ok button. With every page reload cookie bar is showing.
We have updated theme to the latest version 5.6September 3, 2019 at 5:06 pm #1133442Hi,
Have you tried to disable all active plugins to see if the cookie issue resolves? It could be a possible scripting conflict.
Best regards,
Jordan ShannonSeptember 3, 2019 at 6:14 pm #1133502Yes i just tried and its still showing.
Here is staging website macrovita.webfabrika.rs all plugins are deactivated except woocommerce.
September 5, 2019 at 10:54 am #1134307Hi,
With every page reload cookie bar is showing.
You can set the “Enable cookie consent messages” to the 4th option (Use as a simple message bar only), or add the “[av_privacy_allow_cookies]” option in your privacy popup modal or the privacy page so that users can choose whether they want to allow cookies or not.
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.