Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #277126

    Hello
    Sorry if this has been dealt with elsewhere but I couldn’t find another post with the same issue. I am using the gallery element on individual portfolio pages, and when I use more than one image the thumbnails are displaying properly on desktops, my iPod touch, my Android Note 3, my IOS simulator (tablet), but not on my Android tablet, and my client said it was not displaying properly on her iPhone and iPad. Here’s what she sent me:

    screenshot - thumbnails missing images

    Please advise; thank you in advance :)

    #277186

    Also, we just noticed that the thumbnails are not showing up on some mobile devices in the news section:

    http://beta.pci-group.com/news/

    #277370

    Hi!

    Thank you for using the theme.

    We’re not sure why the gallery thumbnails are not working on your Android tablet. If you don’t mind, please deactivate the plugins because we’re getting script errors when we check the site. The thumbnails on the blog page are intentionally removed if you’re using the Single author, small preview blog style to give more space for the actual content. You can display it again with this on Quick CSS or custom.css:

    @media only screen and (max-width: 767px) {
    .responsive .template-blog .blog-meta, .responsive .post_author_timeline, .responsive #top #main .sidebar {
    display: block;
    }
    
    .template-blog .blog-meta {
    float: left;
    margin-right: 20px;
    }
    }

    Regards,
    Ismael

    #277686
    This reply has been marked as private.
    #278169

    FYI, it’s not working on iPhones or iPads now (so still looks like the screenshot, above).

    • This reply was modified 9 years, 10 months ago by webWahine.
    #278435

    Hey!

    Thank you for the update.

    I will asked the rest of the support team to check it on their tablets. For now, please download the latest version 2.8.1 from your themeforest account then update the theme via FTP. Please refer to this link for more info: http://kriesi.at/documentation/enfold/updating-your-theme-files/

    Best regards,
    Ismael

    #278480

    Thanks, Ismael; I will do that but to clarify, the client is having the same issue on her iPhone as well.

    #278728

    Downloaded and installed the update – still showing tiny empty boxes on several mobile devices.

    #279933

    Hey!

    I guess this css code in your child theme style.css file breaks the thumbnails.

    
    #top #wrap_all .avia-gallery-1 .avia-gallery-thumb a {
    width: auto!important;
    }
    

    Try to remove it and check the results.

    Cheers!
    Peter

    #280024

    Thanks, Dude. That code was to fix the blurry look of the gallery element thumbnails (another forum post), but I think they look ok now. I’ll confirm that this has resloved the problem soon :)

    #280192

    Yes, working now! Thanks so much – I’m guessing that the blurry thumbnails issue was addressed in the latest update, so all is well :)

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Portfolio pages – thumbnails are very small empty boxes on some mobile devices’ is closed to new replies.