Viewing 15 posts - 1 through 15 (of 15 total)
  • Author
    Posts
  • #422182

    In enfold Theme.
    The menu does not change responsive in portrait ipad , iphone only.
    as I add this functionality?

    #422333

    Hi ygracida!

    Please try to set Header Mobile Menu activation to Activate for Smart Phones and Tablets under Enfold–>Header–>Mobile Menu

    Best regards,
    Rikard

    #422644

    Hi 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! =)

    #422647

    Hey!

    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!
    Yigit

    #422749

    thanks 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 . =(

    #422755

    It 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.

    #422761

    Hey!

    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!
    Yigit

    #422805

    does 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.
    #422986

    Hey!

    Do you mind creating a temporary admin login and posting it here privately?

    Best regards,
    Yigit

    #426693
    This reply has been marked as private.
    #426940

    Hi!

    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!
    Rikard

    #427289

    does not work in any way , who can help me ..
    =(

    #427983

    Hey!

    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,
    Rikard

    #428007

    thank youuuuu!!!!!!!! is trueee!!!!! thanks!!!!!! =)

    #428662

    Hi!

    Glad we could help :)

    Regards,
    Rikard

Viewing 15 posts - 1 through 15 (of 15 total)
  • You must be logged in to reply to this topic.