-
AuthorPosts
-
April 1, 2015 at 9:46 pm #422182
In enfold Theme.
The menu does not change responsive in portrait ipad , iphone only.
as I add this functionality?April 2, 2015 at 8:39 am #422333Hi ygracida!
Please try to set Header Mobile Menu activation to Activate for Smart Phones and Tablets under Enfold–>Header–>Mobile Menu
Best regards,
RikardApril 2, 2015 at 5:43 pm #422644Hi Rikard!
thanks for your help. =)
I headed to Enfold- > Header- > Mobile Menu but the option is enabled for tablets and smartphones , only the caption reads ” Activated for smartphones and tablets browser width below 990 px” and the ipad resolution is 1024 px,
as I can adjust ipad for the menu is displayed in responsive too?
Thanks! =)April 2, 2015 at 5:45 pm #422647Hey!
Please add following code to Quick CSS
@media only screen and (max-width: 1024px) { #mobile-advanced, #advanced_menu_toggle, #advanced_menu_hide { display: block; } nav.main_menu { display: none; }}
Cheers!
YigitApril 2, 2015 at 8:21 pm #422749thanks for replying . =)
place in the custom.css the rule, but still in portrait (768×1024) does not display the menu .
that can not be bad . =(April 2, 2015 at 8:31 pm #422755It is curious, if I adjust 767px ipad screen to activate the toggle menu ,
but if I change it to 768px or higher in my browser,
the menu is not displayed.April 2, 2015 at 8:42 pm #422761Hey!
Please add following code to Quick CSS as well
@media only screen and (max-width: 1024px) and (min-width: 769px) { #advanced_menu_toggle { right: 10%; }}
Cheers!
YigitApril 2, 2015 at 10:26 pm #422805does not work ,
updating the website , it seems that appears but disappears, if 767px adjusted to the display appears, if you return a 768 disappears.
=(- This reply was modified 9 years, 7 months ago by luigi.
April 3, 2015 at 12:42 pm #422986Hey!
Do you mind creating a temporary admin login and posting it here privately?
Best regards,
YigitApril 10, 2015 at 6:30 pm #426693This reply has been marked as private.April 11, 2015 at 7:40 am #426940Hi!
Please try the following CSS instead:
@media only screen and (max-width: 1024px) { nav.main_menu { display: none !important; } #advanced_menu_toggle { display: block !important; } }
Cheers!
RikardApril 13, 2015 at 5:44 am #427289does not work in any way , who can help me ..
=(April 14, 2015 at 5:02 am #427983Hey!
It didn’t work because the changes we suggested were not in Quick CSS when I logged in. For some reason the menu icon was hidden on tablet size, I corrected that by putting it close to the logo instead.
Best regards,
RikardApril 14, 2015 at 6:34 am #428007thank youuuuu!!!!!!!! is trueee!!!!! thanks!!!!!! =)
April 15, 2015 at 4:45 am #428662 -
AuthorPosts
- You must be logged in to reply to this topic.