Tagged: gallery
-
AuthorPosts
-
April 16, 2021 at 5:42 pm #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!
April 19, 2021 at 9:39 am #1295186Hey 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,
RikardApril 19, 2021 at 4:23 pm #1295308Unfortunately, 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
April 19, 2021 at 5:13 pm #1295315Rikard,
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.
April 21, 2021 at 1:34 pm #1295798Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.