My mobile nav and social icons seem to be missing from this install — also, my Easy Slider slideshow doesn’t seem to be showing on mobile… and the animation for the testimonial images don’t work either — those images are small and faded on my phone. I’ve tried deactivating all plugins — any clues for me?
http://879.890.myftpupload.com/
Thanks!!
Hi sky19er!
Icons and easy slider element are working fine on my end – http://imgur.com/a/yHIJL
Were you able to figure it out?
Regards,
Yigit
Hmm, I am seeing the menu and slider now — maybe it was just a cache issue or something. But I still don’t see the facebook icon — I don’t seem to have that extra menu with the icon at the bottom of the screen like you do (I’m on an iPhone 6, iOS 8.3, if that helps).
Hi!
Sorry, i thought you meant social icons do not show up on desktop. Please add following code to Quick CSS in Enfold theme options under General Styling tab
@media only screen and (max-width: 990px) {
.responsive.html_mobile_menu_tablet #header_main .social_bookmarks {
display: block!important;
position: absolute;
}}
Best regards,
Yigit
OK, that works — thanks! I added a little fine-tuning to pull it away from the menu icon and line it up vertically with the menu icon lines:
`@media only screen and (max-width: 990px) {
.responsive.html_mobile_menu_tablet #header_main .social_bookmarks {
display: block !important;
position: absolute;
right: 22%;
top: 53%;
}
}`