Support Forum

For all questions related to themes and plugins!

Enter search keyword e.g. "footer color".

  • Registration is Required

    Registration is required to post questions to support forum. ThemeForest buyers also need to obtain Purchase code to be able to post on forum.

    Please read here how to obtain Purchase code.

Private: Home Forums WordPress Themes Elvyre – Retina Ready WordPress Theme Navigation button disappeared from mobil view? Reply To: Navigation button disappeared from mobil view?

#1818
Robert Kavgić
Participant

Hello,

I see that your theme is heavily modified, but not professionally as it should be. A lot of elements are not displayed correctly.

The reason why your menu button has disappeared is because someone added the code:

#dl-menu {
    display: none;
}

to wp-content/themes/elvyre/style.css, at around line 167.

Remove that code and everything will be working as it should.

Robert