Urgent: Mobile menu does not display after upgrading to WooCommerce 3.0

This topic has 12 replies, 2 voices, and was last updated 6 years, 5 months ago ago by Rose Tyler

  • Avatar: gal-sapir
    gal-sapir
    Participant
    November 23, 2017 at 22:59
    Please, contact administrator
    for this information.
    11 Answers
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 24, 2017 at 08:27

    Hello,

    Hope you are having a nice day.

    Please try to disable all 3-rd party plugins (means the plugins that are not included in the theme package are not in the list of required plugins) and then check.

    Also, provide wp-admin access in Private Content.

    Regards

    Avatar: gal-sapir
    gal-sapir
    Participant
    November 24, 2017 at 09:58

    Thank you for your fast response,

    Most additional plugins are now disabled.

    the login address for the staging site is: http://undercurrentdesign.co.uk/test/duo/wp-login.php and the staging site is: http://undercurrentdesign.co.uk/test/duo/

    Let me know if you need anything else,

    regards,
    Gal

    Please, contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 24, 2017 at 10:15

    You need to change or delete this custom code (Theme Options > Custom css):

    #st-trigger-effects {
        display: none !important;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
    }

    Regards

    Avatar: gal-sapir
    gal-sapir
    Participant
    November 24, 2017 at 10:26

    Hello,

    I changed the password to : Test123$
    because I realise this wasn’t private.

    I can see this rule, however, Does the theme only has this menu? or are there other options? This rule was in place before the update.

    regards,

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 24, 2017 at 10:35

    Please change this code:

    #st-trigger-effects {
        display: none !important;
        visibility: hidden;
        opacity: 0;
        pointer-events: none;
    }

    to

    #st-trigger-effects {
        margin-left: 5%;
    }
    .mobile-nav .widget_nav_menu {
        display: none;
    }

    Regards

    Avatar: gal-sapir
    gal-sapir
    Participant
    November 24, 2017 at 16:36

    This has been resolved, thank you. However, if I wanted to insert my own mobile menu, where in the markup can I do that?

    regards,

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 24, 2017 at 16:43

    You’re welcome!
    Sorry, but your question is a bit unclear for me.
    You may create menu that you want in Appearance > Menus and mark it as Mobile menu http://prntscr.com/heqk4o, so you may have different menus for desktop and mobile.

    Regards

    Avatar: gal-sapir
    gal-sapir
    Participant
    November 24, 2017 at 16:48

    Yes, I understand that, however, If I wanted to put in a new menu location, how should I go about it? For instance, at the moment the mobile menu is Off Canvas. I would like to have a menu that behaves as a Top Drawer instead. Where in the markup should I do that?

    regards,

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 27, 2017 at 09:04

    Hello,

    Sorry for the delay due to the weekends.
    Could you please provide some screenshots to help me understand more?

    Regards

    Avatar: gal-sapir
    gal-sapir
    Participant
    November 27, 2017 at 09:59

    Hello,

    I guess my question was regarding the templates in the headers folder. I needed to insert my own menu to replace the rheme’s own menu. However, the theme would take any content I put, and bunch it up together with its own menu. I wanted to know, where in the template content will not be cutout?

    Anyhow, I solved it by switching back the visibility of the original menu using CSS.

    regards,
    Gal

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    November 27, 2017 at 13:51

    Hello,

    I am glad that you sorted out.
    You may edit menu via woopress/framework/theme-functions.php file et_get_main_menu and et_get_mobile_menu functions.

    Regards

  • Viewing 12 results - 1 through 12 (of 12 total)

You must be logged in to reply to this topic.Log in/Sign up

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.