Okay
  Public Ticket #3509395
View bugs in Manifesto theme
Closed

Comments

  • Tonny Verweij started the conversation

    Hi there,

    I've recognized a few bugs in the Manifesto theme and have a few questions either. 


    1. When visiting from the website -> menu -> store -> bespokes, then the page is loading incorrectly. See screenshot -> YB9Vy1.jpg
    Once I refreshed (F5) the page it's loading corretly IWEUVh.jpg
    This is the link of the page: https://cloqs.nl/bespokes-2/

    2. I would like to have the shopping cart fixed in the menu on every page, is this possible?


  •  1,825
    Support replied

    Hello Tonny,

    1. the page looks empty

    https://prnt.sc/QAWtUHWKgvCE

     but you may have used some elements/blocks that are not compatible with ajax page transitions. as a handy workaround you can add the page you mentioned as custom menu link to the menu, therefore bypassing ajax, instead of totally disabling ajax in customizer -> general settings.

    2. open /sections/header_section.php replace

    <?php if( function_exists( "is_woocommerce" ) ){ 
    if( is_woocommerce() ){
    ?>
    <!-- Shopping Cart -->            
                    <div class="site-header-cart menu">
                    
                        <!-- Shopping Cart Dropdown -->
                        <?php the_widget('WC_Widget_Cart'); ?>
                        <!-- //Shopping Cart Dropdown -->
                        </div>
    <?php } 
    }
    ?>

    with


    <!-- Shopping Cart -->            
                    <div class="site-header-cart menu">
                    
                        <!-- Shopping Cart Dropdown -->
                        <?php the_widget('WC_Widget_Cart'); ?>
                        <!-- //Shopping Cart Dropdown -->
                        </div>

    Thank you.

    Clapat Support

    https://www.clapat.com/

    Review Envato Item Support Policy