Tagged: 

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

    How do I get the galleries on my page to show up upon loading. I like how it looks on mobile, with thumbnail photos that you can click on. On desktop, however, the thumbnails are tiny and grayed out. They stay this way until I have scrolled past it and then back up.

    This is the page showing the issue:

    especially by the time you get to the bottom.

    Is there some way to fix this?

    Thank you!

    #1295186

    Hey MysticMimi,

    Could you try updating the theme to the latest version (4.8.1) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.

    Best regards,
    Rikard

    #1295308

    Unfortunately, I did try that. The entire thing broke! It kept my text but resolved to a generic thing with Enfold logo, blog on the home page, none of my items at all. Freaked me out, so luckily my host backs up once a day! I have no idea why it wouldn’t update correctly. I’m not using a child theme (don’t remember why), but have never had problems updating.

    Thanks for your message… I anxiously await your new ideas.

    Mark

    #1295315

    Rikard,

    I uploaded the new theme, as you requested in another email, via ftp and another folder. The theme is now updated, but the gallery is still doing the same thing.

    It won’t show up till we pass it then come back up. On mobile it looks good… it shows little thumbnails of the gallery images, then click on them and they get big. On desktop. the little gallery images are grayed out, and don’t show to be able to click on them till after passed and scroll back.

    I am adding my ftp credentials in private.

    #1295798

    Hi,

    Thank you for the update.

    You can use this css code in the Quick CSS field to disable the gallery animation and make the items display immediately on page load.

    .avia-gallery-thumb img {
        opacity: 1 !important;
        -webkit-transform: scale(1) !important;
        transform: scale(1) !important;
        animation: none;
    }
    

    Best regards,
    Ismael

Viewing 5 posts - 1 through 5 (of 5 total)
  • You must be logged in to reply to this topic.