-
AuthorPosts
-
January 27, 2015 at 5:54 pm #386431
Hey guys…
how can I get the main tabs on the mobile phone to be white…and the sub-menu tabs to be not visible on the mobile phone only?
I am using the layout style that places the menu to the left….and the theme options are not available for menu styles where the layout has the main menu stacked left.Thanks
January 28, 2015 at 10:12 am #386847Hi Justin!
Thank you for using Enfold.
Use this on Quick CSS to change the background of the mobile menu:
#mobile-advanced, #mobile-advanced a, #mobile-advanced .mega_menu_title { background: #ffffff; }
You can choose not to display the submenu on Enfold > Header > Mobile Menu panel.
Regards,
IsmaelJanuary 28, 2015 at 2:53 pm #386977This reply has been marked as private.January 29, 2015 at 11:21 pm #388020Hi!
Yes, you can use this option – http://screencast.com/t/uc2SpvbHL, however this will disable the linking of the parent menus as now they will be used as triggers for the submenus.
Regards,
JosueJanuary 31, 2015 at 4:43 pm #388773This reply has been marked as private.January 31, 2015 at 9:40 pm #388852Hi!
In your child theme style.css change this line:
.sub-menu a span.avia-menu-text {font-size:14px!important;font-weight:700!important;color:#FFFFFF!important;}
To:
@media only screen and (min-width: 767px) { .sub-menu a span.avia-menu-text {font-size:14px!important;font-weight:700!important;color:#FFFFFF!important;} }
Cheers!
JosueFebruary 2, 2015 at 11:47 pm #389745This reply has been marked as private.February 3, 2015 at 12:26 am #389766Hmm, i didn’t note that, here’s a workaround, edit header.php and change line:
<html <?php language_attributes(); ?> class="<?php echo " html_{$style} ".$responsive." ".$av_lightbox." ".avia_header_class_string();?> ">
To:
<html <?php language_attributes(); ?> class="html_header_mobile_behavior <?php echo " html_{$style} ".$responsive." ".$av_lightbox." ".avia_header_class_string();?> ">
That will manually enable that mobile menu setting. I’ll report this to Kriesi as i’m not sure if this is intended or not.
Best regards,
JosueFebruary 3, 2015 at 2:20 am #389809Thanks Josue!! I was really beginning to wonder.
The temporary solution works. Of Course, each time the theme updates it would mean re-implementing.
But works for now!
JustinFebruary 3, 2015 at 2:23 am #389811Yeah hopefully in the future the mobile menu settings will be accessible regardless of the header position setting.
Cheers!
JosueFebruary 3, 2015 at 3:41 pm #390126Josue..look at this.
The menu items on the left are not consistent with the background. My client observed it 1st.
However, I am now seeing it myself on my Ipad, It can’t be replicated on a desktop.http://windyheadsports.com/windy-tab.jpg
Any suggestions?
February 4, 2015 at 11:08 am #390646Hey!
Try adding this code to the Quick CSS:
.html_header_sidebar #top #header{position: fixed; -webkit-backface-visibility: hidden; }
Cheers!
JosueFebruary 5, 2015 at 2:36 am #391042This reply has been marked as private.February 6, 2015 at 11:26 am #391924 -
AuthorPosts
- You must be logged in to reply to this topic.