Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #819574

    I was playing with the new option for the mobile menu and somehow got the hanburger to dissappear permanently in mobile view mode, i cant revert whatever i did. Any idea?

    here is the current config

    https://i.imgur.com/tLQ5OvM.png

    • This topic was modified 7 years, 2 months ago by yingyang.
    #819590

    Just a: me too.

    #819593

    Hi,

    Please post us your login credentials (in the “private data” field), so we can take a look at your backend.

    Login credentials include:

    • The URL to the login screen.
    • A valid username (with full administration capabilities).
    • As well as a password for that username.
    • permission to deactivate plugins if necessary.

    Best regards,
    Yigit

    #819596

    see private, please do not deactivate plugin for now. most likely a theme configuration issue

    #819649

    Hi,

    You have header.php file in your child theme. As mentioned in this thread – https://kriesi.at/support/topic/enfold-version-4-1-update-troubles/, header.php file was update. Please copy header.php file from parent theme once again and apply the same changes on your child theme.

    Best regards,
    Yigit

    #819738

    Hi there. I am having exactly the same issue only I do not have a header.php file in the child theme.

    Would you be kind enough to take a look, please?

    #819745

    I’ve removed my header child theme and added the new one in but still no luck

    can you also advise how to reduce the padding above the icons? tried reducing the Tab Padding but no luck
    https://i.imgur.com/5534czY.png

    • This reply was modified 7 years, 2 months ago by yingyang.
    #820045

    Hi,

    I removed following code from Style.css file of your child theme

    /* Change screen resolution that "fullwidth sub menu" kicks to mobile https://kriesi.at/support/topic/change-screen-resolution-that-fullwidth-sub-menu-kicks-to-mobile/ */
    @media only screen and (max-width: 1000px) {
    nav.main_menu {display:none !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:block !important;}
    }
    

    @Wordpressed I removed following code from Quick CSS

    @media only screen and (max-width: 1024px) {
    nav.main_menu {
      display:none !important;
    }
    #advanced_menu_toggle, #advanced_menu_hide {
      display:block !important;
    }}

    Please review your websites :)

    Best regards,
    Yigit

    #820173

    Thanks Yigit.

    Have cleared cache but still no menu showing on mobile I’m afraid.

    #820174

    THanks Yigit for fixing my site, works grea tnow. WordPressed, time to make your own thread

    #820175

    Why?

    #820177

    because my issue was directly related to how i customized my site, your site will be diff thus you will have to share admin access which has no biz being done in this thread

    #820188

    Hi,

    You are welcome Kilimats! Glad we could help :)
    Let us know if you have any other questions or issues!


    @graeme_nash
    I checked your website once again and new mobile menu shows up and works fine on my end. Please flush browser cache and refresh your page a few times – http://wiki.scratch.mit.edu/wiki/Hard_Refresh

    Also, actually Kilimats is right. We would be happier if each user started their own threads. If flushing cache does not help, please start a new thread :)

    Best regards,
    Yigit

Viewing 13 posts - 1 through 13 (of 13 total)
  • The topic ‘v4.1: Mobile menu dissappeared’ is closed to new replies.