Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #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?

    #1131467

    Hey Uroš,

    Attached is a beta version try it and let us know if it works.

    Best regards,
    Basilis

    #1131506

    Unfortunatly 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

    #1132204

    Hi Uros,

    Please update the theme to Enfold 4.6, it has the fixes in it.

    Best regards,
    Victoria

    #1132239

    Sorry it did not fix any of my two problems

    #1132966

    Hi,

    Did you find the solution?

    #1133184

    Hi,

    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,
    Ismael

    #1133306

    I 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.6

    #1133442

    Hi,

    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 Shannon

    #1133502

    Yes i just tried and its still showing.

    Here is staging website macrovita.webfabrika.rs all plugins are deactivated except woocommerce.

    #1134307

    Hi,

    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

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.