Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #435768

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

    • This topic was modified 9 years, 7 months ago by sky19er.
    #436237

    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

    #436278

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

    #436285

    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

    #436290

    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%;
    }
    }`

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘mobile menu and social icons missing, and easy slider not showing on mobile’ is closed to new replies.