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!
Hi,
Can you post a link to your website please?
Regards,
Josue
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
hi ismael – still no footer menu after this. i completely restarted the phone and dumped the cache – nothing.
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
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.
Hi!
Do you mind creating a temporary admin login and posting it here privately?
Regards,
Yigit
Hey!
Code does not apply. Can you try adding it to Custom.css file inside Enfold/css folder?
Best regards,
Yigit