-
AuthorPosts
-
August 4, 2017 at 3:45 pm #834360
Good morning!
Well we did a few updates to the site and now for some reason our menu disappears when you go under 1085px.
Here’s the shortcode we have always used and it worked…
@media only screen and (max-width: 1085px) { nav.main_menu {display:none !important;} #advanced_menu_toggle, #advanced_menu_hide {display:block !important;} }
Not sure how to fix this.
I used the same code on another one of our sites and it works just fine.
The menu button we have for a link to our Investors login site now is also now appearing correctly and is an odd size.
Any suggestions?
- This topic was modified 7 years, 3 months ago by ckonanz.
August 4, 2017 at 3:52 pm #834364Hey Chris!
Please remove the code from your custom CSS. Since we have replaced old mobile menu with a new one, selectors have changed and that code you are using is the reason why mobile menu does not show up :)
Regards,
YigitAugust 4, 2017 at 3:56 pm #834369Thanks for this!
Now our slider is all messed up, the custom Investors Login button still looks weird, and the new menu disappears behind our site logo…
August 4, 2017 at 4:24 pm #834382Hey!
I noticed you are using a child theme and it seems like you have made changes on header.php and/or includes/helper-main-menu.php files in your child theme. That is why there is an extra space on the top of your site. Those files have been updated in Enfold 4.1. Please copy those files from parent theme, apply your changes once again on your child theme.
Regarding your menu item, please add following code to Quick CSS
#menu-item-3608 a { top: 0; }
Regards,
YigitAugust 4, 2017 at 4:27 pm #834383This reply has been marked as private.August 4, 2017 at 4:33 pm #834385This reply has been marked as private.August 4, 2017 at 5:30 pm #834411Hey!
What exactly is wrong with your slider? Can you please elaborate?
Regards,
YigitAugust 4, 2017 at 5:36 pm #834416This reply has been marked as private.August 5, 2017 at 10:24 am #834677Hi!
It would be best if we can see what you’re seeing. You can upload a screenshot to imgur.com or Dropbox or a similar service, then share the link here. :)
Best regards,
SarahAugust 9, 2017 at 4:11 pm #836465This reply has been marked as private.August 10, 2017 at 1:23 pm #836956Hi ckonanz,
The link you gave, contains no screenshots. Here is what I am seeing http://imgur.com/a/RA0bt
They seem to look ok.If this does not work for you, please attach some screenshots, but first could you please clear the cache, check again and get back to us.
Best regards,
Victoria -
AuthorPosts
- You must be logged in to reply to this topic.