Viewing 9 replies - 1 through 9 (of 9 total)
  • Hi,

    I think it’s your browser cookies or caches problem, please clear your browser cookies and caches.
    after that it does not work please add this Custom CSS

    @media (min-width: 768px) {
    .nav .dd-container, .woocommerce-menu .dd-container {
    max-width: 100%;
    display: none;
    }
    }

    Thanks

    • This reply was modified 9 years, 2 months ago by Romik84.
    Thread Starter ElKuemon

    (@elkuemon)

    Hi,

    Thank you for your prompt reply!
    Unfortunately, none of this works:-(
    I have also deactivated the WP Fastest Cache and nothing..
    The strangest thing is I am able to open the hamburger menu selecting one of the menu item.

    Thanks

    Hi

    Theme header files may be modified. please compare with original them header_v1.php
    line no: 110
    There one line should be echo '<nav class="nav nav-holder link-effect">';
    As seen your header html <nav tag has missing “nav” class.

    Please add “nav” class in above line.

    Thread Starter ElKuemon

    (@elkuemon)

    Hi,

    In the parent theme, I found the header_v1.php files with the below code echo '<nav class="nav nav-holder link-effect">'; in line 219 but I do not understand what I should modify in my childtheme 🙁

    Hi,
    Do you add new header file in your child theme? and I don’t know how to change line number

    this

    echo ‘<nav class=”nav nav-holder link-effect”>’;

    line

    in your header_v1.php. Compare original header_v1.php file in evolve theme(download new version) and your header_v1.php file

    Thanks

    Thread Starter ElKuemon

    (@elkuemon)

    Hello

    Thank you for your reply.
    I have dowloaded the theme again on my desktop, change the files header_v1.php AND header_v2.php via ftp and nothing changed.
    Should the issue come from the plugin “Child Theme Configurator” ?

    Hi,
    Maybe issue come from the plugin “Child Theme Configurator” so I am suggesting that disable your plugin and check it.

    if it does not work that add this custom CSS in theme options -> Custom CSS area
    @media (min-width: 769px) {
    #nav .dd-container {
    max-width: 100%;
    display: none;
    }
    }

    Thanks

    • This reply was modified 9 years, 2 months ago by Romik84.
    Thread Starter ElKuemon

    (@elkuemon)

    Hello
    Sorry for the late reply.
    I let you know for the plugin deactivation 🙂
    Thank you!

    Thread Starter ElKuemon

    (@elkuemon)

    Hello

    The problem is solved 🙂

    I have added the custom CSS!

    Thank you!

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Hamburger menu displayed on PC screen’ is closed to new replies.