Tagged: 

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #761620

    I recently took over the web development for imperialmotion.com. I’ve been trying to correct the menu so it responds better in mobile. Something similar to what we have on our shopify store.imperialmotion.com I can’t seem to get it to display the burger menu. We don’t have the newest theme update are still using 3.6. The previous developer didn’t do all of his coding in the child theme, so when I update to the new theme everything gets pretty messed up. Any tips to fixing this issue?

    #762039

    Hey!

    You can find Enfold 3.6 in private content field. Please compare files with your theme to find what modifications have done.
    Then please create a child theme – http://kriesi.at/documentation/enfold/using-a-child-theme/ and update the theme – http://kriesi.at/documentation/enfold/updating-your-theme-files/ :)

    Cheers!
    Yigit

    #762768

    I’ve updated the theme and Ive tried adding this:

    @media only screen and (min-width: 768px) {
    li#menu-item-burger {
    display: none !important;
    }
    .js_active.html_burger_menu #avia-menu > li {
    display: block !important;
    }
    }
    @media only screen and (max-width: 767px) {
    #advanced_menu_toggle, #advanced_menu_hide {
    display: none !important;
    }
    .responsive.html_mobile_menu_tablet .main_menu .avia-menu {
    display: block !important;
    }
    }`

    Its still not showing the burger menu. What should I do next?

    #764663

    Hi,

    The “mobile-advanced” container which holds the mobile menu items is missing. Are you sure that you have the latest version of the theme? The mobile menu implementation on version 3.6 is different from the latest version so if you didn’t fully update the theme, it’s not going to work properly.

    Best regards,
    Ismael

    #765043

    Ya I just updated the parent theme to the newest theme update.

    #765055

    Hi,

    Please, may you share your WP credentials in the private content?

    Best regards,
    John Torvik

    #765074

    Ok. Here are the credentials.

    #767145

    Hi,

    I noticed that you modified the header.php file and helper-main-menu.php file in the child theme. Please make sure that you have the latest version of both template files.

    Best regards,
    Ismael

    #767641

    When I update the parent theme the spacing on the homepage gets all screwed up. The mason galleries don’t even appear. The header gets all funky.

    #767840

    Hey!

    When I update the parent theme the spacing on the homepage gets all screwed up

    Did you update the parent theme completely? Please get a fresh copy of the header.php file and the helper-main-menu.php, override the old files in the child theme then redo the modifications.

    Cheers!
    Ismael

    #768416

    On the homepage when I updated the theme the mason gallery images completely disappear and leave a blank white space. What is causing this?

    #769205

    Hi!

    The revolution slider plugin is causing a lot of errors. One of the errors is the following:

    Uncaught TypeError: Cannot read property ‘rs-17’ of undefined
    at f (eval at (jquery.js?ver=1.12.4:2), :8:31)
    at Function.playAnimationFrame (eval at
    (jquery.js?ver=1.12.4:2), :7:30688)
    at a.fn.init.
    (jquery.themepunch.revolution.min.js?ver=5.4.1:8)
    at Function.each (jquery.js?ver=1.12.4:2)
    at HTMLDivElement.
    (jquery.themepunch.revolution.min.js?ver=5.4.1:8)
    at HTMLDivElement.dispatch (jquery.js?ver=1.12.4:3)
    at HTMLDivElement.r.handle (jquery.js?ver=1.12.4:3)
    at Object.trigger (jquery.js?ver=1.12.4:3)
    at Object.a.event.trigger (jquery-migrate.min.js?ver=1.4.1:2)
    at HTMLDivElement.
    (jquery.js?ver=1.12.4:3)

    Best regards,
    Ismael

Viewing 12 posts - 1 through 12 (of 12 total)
  • You must be logged in to reply to this topic.