• Resolved niklasgensheimer01

    (@niklasgensheimer01)


    Hi everyone,
    After i updated the theme and my wordpress version i got an extra menue.
    I tried to delete it via CSS on the desktop version which works just fine, but the deleting the extra menue there will lead to an empty dropdown menue in my mobile page…
    I have tried everything i could, installed older theme versions etc. But cant solve the problem.
    I would ve very happy about a response.

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • Theme Author Guido

    (@guido07111975)

    Hi,

    When I inspect your theme I notice you’ve “disabled” the mobile menu in your stylesheet:

    
    /* HEADER SECOND MOBILE MENU 
    .mobile-nav-container {display:none;}
    .mobile-nav-toggle {display:none;}
    .mobile-nav {display:none;} */
    

    Please remove /* and */

    Guido

    Thread Starter niklasgensheimer01

    (@niklasgensheimer01)

    Hi Guido,

    thank you for your quick response.
    I followed your instructions but still, the the mobile dropdown menue doesnt have any entries and the “Menue +” is displayed on both mobile and desktop site.
    I also downloaded and updated all the style sheets but I still can not get to the state before i updated the theme…

    I would be very happy if you could look over it one more time.

    Thanks a lot.

    Theme Author Guido

    (@guido07111975)

    Hi,

    Looks fine here, you might need to refresh your page or clean your cache.

    But now there’s no mobile menu, because you’ve removed the mobile menu CSS from your stylesheet (check line 316):

    
    /*	HEADER SECOND MOBILE MENU */
    

    What’s the reason you’ve changed the CSS of your menu?

    Guido

    Thread Starter niklasgensheimer01

    (@niklasgensheimer01)

    Hi back,

    I started to change the style sheet in order to change the extra menue that appeared.
    Anyway, you were totally right, everything works now, it was the browser cache that wouldnt allow me to see the actual site. I never thought of that being the problem the whole time.

    Thanks a lot for your help!!!
    Have a nice weekend.

    Theme Author Guido

    (@guido07111975)

    Great, and the mobile menu looks fine now as well ??

    Guido

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Extra Menue after Update’ is closed to new replies.