Tagged: 

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #80490
    Marcooooo
    Participant

    Hello!

    I’m working on a website http://www.habitation.ch

    After the update of the template Catch Box, when I’m browsing on a smartphone, the content is sliding to the right, but the menu is empty!

    How can I have my menu back?

    Thanx for your help!

    #80497
    wensolutions
    Participant

    Hello Marcoooooo, since that you have mentioned you updated your Catch Box theme, can you please make it sure that in your Menu Settings menus items are assigned into their respective theme locations?

    Please confirm it through Appearance-> Menus.

    I suspect this is a transitional bug. If still this problem exist, kindly write us back.

    Have a nice day!!

    #80507
    Marcooooo
    Participant

    Hello,

    Before the update, everything was fine with this menu. As I didn’t change anything, except adding a new page in the menu, I cannot see why this problem happens!

    I just check, and in the Mnu Setting, the checkbox Main Menu (in Menu Location) is checked. The Menu works perfectly with my ipad in landscape position, but the problem appears as soon as I turn it in portrait position.

    Thanx for your support!

    #80519
    wensolutions
    Participant

    Hello Marcoooooo,
    No such issue arise on theme demo of latest version. Visit Theme Demo.
    Would you please check by uninstalling plugins one by one ? This issue may arise due to the JS conflicts.
    If still this problem exist, kindly write us back.

    Thank You

    #80521
    Marcooooo
    Participant

    Hi !

    I just setup the catch box theme : works fine. I compare the footer.php of this template and the one of my child theme. I added these lines :

    <?php
    /**
    * catchbox_after hook
    *
    * @hooked catchbox_scrollup – 10
    * @hooked catchbox_mobile_menus – 20
    */
    do_action( ‘catchbox_after’ );
    ?>

    And then I got my menu back!

    Thanks a lot for helping me to solve this! This topic can be now closed!

    #80522
    wensolutions
    Participant

    Hi @Marcooooo,
    Glad to know that you have figured it out by yourself. All the best!

    Thanks

    #80570
    Sakin
    Keymaster

    @Marcooooo: Yes, you shouldn’t remove any hooks. These hooks are created to add function/scripts and also let you do advance customization through functions in your child theme. In this way you don’t need to move your header.php, footer.php and other template files in your child theme as most of the hook and functions can be customized just by adding code in your child theme functions.php file. In this way, you are always compatible with theme updates.

    Sorry for the trouble and it’s great that you found out.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Menu is missing on smartphone after update’ is closed to new replies.