-
AuthorPosts
-
October 11, 2023 at 1:42 pm #1422134
Hello!
When I click or tap on article title images, the image is often displayed again in large – with a grey background and description. Is it possible that nothing happens when I click on such images? Also, if possible, thumbnails should still not be faded to white.
All the best!- This topic was modified 1 year, 1 month ago by Tim.
October 12, 2023 at 5:18 am #1422184Hey Tim,
Thank you for the inquiry.
Are you trying to disable the hover effect of the masonry items? If so, then you can add this css code.
#top .av-hover-overlay-active .av-masonry-image-container { opacity: 1; } #top .av-masonry-entry:hover .av-masonry-image-container { transform: none; }
Best regards,
IsmaelOctober 12, 2023 at 7:21 am #1422199Thank you, but I would like to handle, that the Post images are not clickable:
https://www.dropbox.com/scl/fi/7c9pq8ob9rut6xroipb3c/Foto-12.10.23-07-13-55.png?rlkey=unpdi8rujfmxzhzyhgy2lrx6t&dl=0
https://www.dropbox.com/scl/fi/lntq29knzjo425sz7b3ye/Foto-12.10.23-07-13-59.jpg?rlkey=e03g7x1qrlbtz40ahketcudvl&dl=0October 12, 2023 at 9:46 am #1422207Hi,
Please try the following in Quick CSS under Enfold->General Styling:
.single-post .single-big a { pointer-events: none; }
Best regards,
RikardOctober 12, 2023 at 2:47 pm #1422237Thank you!!
October 12, 2023 at 4:03 pm #1422245Hi,
Great, I’m glad that we could help you out. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardOctober 12, 2023 at 5:51 pm #1422257You can close it:) Thank you:)
October 12, 2023 at 6:02 pm #1422258Ops, I have another question…
Is it possible to set that only main images of posts are affected by the changes?October 13, 2023 at 6:00 am #1422334Hi,
Thank you for the update.
Would you mind providing a link to one of the posts or provide a screenshot? When we open any post, we only see a static background image applied in a color section and masonry entries below. If you want to re-enable the masonry links in a single post or portfolio, try to add this css code.
.single-portfolio .av-masonry-entry { pointer-events: all; }
Best regards,
IsmaelOctober 15, 2023 at 10:19 am #1422527October 15, 2023 at 11:32 pm #1422610Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field instead of the previous css:.big-preview.single-big a { pointer-events: none; }
After applying the css, please clear your browser cache and check.
Best regards,
MikeOctober 25, 2023 at 10:54 am #1423669Thank you so much!!! Now, all is fine:)
October 25, 2023 at 2:56 pm #1423695Hi,
Great, I’m glad that we could help you out. Please let us know if you should need any further help on the topic, or if we can close it.
Best regards,
RikardOctober 25, 2023 at 3:18 pm #1423705Thank you, you can close it:)
-
AuthorPosts
- The topic ‘Images’ is closed to new replies.