Tagged: John Torvik
-
AuthorPosts
-
March 15, 2017 at 9:15 pm #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?
March 16, 2017 at 4:27 pm #762039Hey!
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!
YigitMarch 17, 2017 at 10:53 pm #762768I’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?
March 22, 2017 at 9:57 am #764663Hi,
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,
IsmaelMarch 22, 2017 at 8:52 pm #765043Ya I just updated the parent theme to the newest theme update.
March 22, 2017 at 9:17 pm #765055Hi,
Please, may you share your WP credentials in the private content?
Best regards,
John TorvikMarch 22, 2017 at 9:51 pm #765074Ok. Here are the credentials.
- This reply was modified 7 years, 7 months ago by imperialmotion.
March 27, 2017 at 3:49 am #767145Hi,
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,
IsmaelMarch 27, 2017 at 7:07 pm #767641When 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.
March 28, 2017 at 4:00 am #767840Hey!
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!
IsmaelMarch 28, 2017 at 8:29 pm #768416On the homepage when I updated the theme the mason gallery images completely disappear and leave a blank white space. What is causing this?
March 30, 2017 at 12:30 am #769205Hi!
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 -
AuthorPosts
- You must be logged in to reply to this topic.