-
AuthorPosts
-
July 27, 2017 at 6:54 pm #830790
Having a problem since yesterday’s update which included the changes for the new mobile menu. As you can see below, the code difference between updated/non-updated page is:
<span class=”av-hamburger av-hamburger–spin av-js-hamburger”>
<span class=”av-hamburger-box”>
<span class=”av-hamburger-inner”></span>
Menu
</span>
</span>
</nav>
<!– End UberMenu –>As you can see, it added whitespace above my extra header content in the pink bar at the top and jumped the hamburger menu from it’s original position to the right of the logo to where it is shown on the screenshot.
Need a fix for this quick!!
July 28, 2017 at 8:02 am #830917Hey crtdude,
Please, may you provide to us your website link and the WP and FTP credentials?
Best regards,
John TorvikJuly 28, 2017 at 4:09 pm #831111That would require corporate clearance to do so and may take some time. I am assuming this has to do with your new mobile menu. This site uses UberMenu. Is there no way I can simply comment out code or disable the “upgraded” hamburger menu If I am using UberMenu anyway? IS this not the point of using a child theme – so I don’t have to worry about system updates adversely affecting my design?
July 28, 2017 at 5:13 pm #831167I was able to fix the extra space issue in the header using a solution provided in:
https://kriesi.at/support/topic/header-padding-issue/ by Nikko (thanks).However, in mobile my cart icon is still jumping to the next line.
Seriously, wish newly introduced items would be left in a deactivated state when updating and existing theme.
July 28, 2017 at 5:22 pm #831176Hi,
I tried to check your website however i am being redirected to Google. Can you please temporary disable that so we can inspect elements on your website and provide you an accurate solution?
Best regards,
YigitJuly 28, 2017 at 5:30 pm #831181Hi Yigit, I have disabled country blocking in Wordfence. Please see private content for link.
The cart icon is still jumping to the next line and I have the extra Enfold burger menu which is not needed. If you hover over the misplaced cart icon, the hover content is placed correctly but I think that static Enfold burger menu they threw in is screwing thing up.
Please advise.
July 28, 2017 at 5:35 pm #831184Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 767px) { .responsive #top #menu-item-shop.cart_dropdown { position: absolute; }} .ubermenu-loc-avia .av-burger-menu-main { display: none; }
Best regards,
YigitJuly 28, 2017 at 5:44 pm #831190Bingo, perfect again. Thanks for the help. Is there anything else which one should be worried about with the last update? As I said above, it would be nice to NOT have new functionalities introduced which break old designs.
July 28, 2017 at 5:49 pm #831194Hi,
You can read more about Enfold 4.1 update here – http://kriesi.at/archives/enfold-4-1-mobile-improvements-photography-demos-new-gallery-and-more and please see Kriesi’s post here – https://kriesi.at/support/topic/enfold-version-4-1-update-troubles/#post-819186
You are welcome! :)
For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)Best regards,
Yigit -
AuthorPosts
- The topic ‘Enfold update issues’ is closed to new replies.