Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #174468

    Hi – i saw this solution:

    https://kriesi.at/support/topic/footer-menu-in-socket-not-showing-in-responsive-view-smartphone/

    and added the code to the Quick CSS section, but i am not seeing the footer menu on my iPhone. it does show on iPad.

    interestingly, when adding the code recommended by Yigit, my Enfold theme stopped displaying customized colors for the header and footer areas. Not sure why that is, but i thought i would mention it.

    any ideas? thanks in advance for your help!

    #174479

    Hi,

    Can you post a link to your website please?

    Regards,
    Josue

    #174487
    This reply has been marked as private.
    #174960

    Hi!

    Please add this on your custom.css or Quick CSS:

    @media only screen and (max-width: 479px) {
    .responsive #socket .sub_menu_socket {
    display: block;
    }
    }

    Remove browser cache then reload the page.

    Regards,
    Ismael

    #174966

    hi ismael – still no footer menu after this. i completely restarted the phone and dumped the cache – nothing.

    #175148

    Hey!

    Please try adding !important to Ismael’s code as following

    @media only screen and (max-width: 479px) {
    .responsive #socket .sub_menu_socket {
    display: block!important;
    }
    }

    Cheers!
    Yigit

    #175161

    yigit – still nothing. i am running iOS 7 on my iphone. i have cleared history/cookies, quit safari, restarted the phone – still just the copyright line in the footer. shows fine on iPad and of course computer. any other ideas? i really need the footer menu to show on phones.

    #175165

    Hi!

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

    Regards,
    Yigit

    #175169
    This reply has been marked as private.
    #175175

    Hey!

    Code does not apply. Can you try adding it to Custom.css file inside Enfold/css folder?

    Best regards,
    Yigit

    #175183
    This reply has been marked as private.
    #175184

    Hey!

    You are welcome! Glad we could help :)

    Regards,
    Yigit

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘No footer menu in responsive / iPhone view’ is closed to new replies.