Tagged: Linked Image Overlay”
-
AuthorPosts
-
August 26, 2020 at 10:55 pm #1241020
Hello,
I came across one issue, that might be by design. When I place an image that is linked only sometimes it adds the overlay (round circle with arrow on hover) to those linked images. What I found is it only gets added to images if I place the full size image and don’t adjust the size at all. If I use the Medium, or Thumbnail, or adjust the size in the editor (using box handles) then the linked image no longer gets an overlay on hover.Is there a way around this or is this intentional behavior?
Or is it just me?
Thanks for any guidance.August 29, 2020 at 4:40 am #1241740Hey jberg1,
Could you post a link to where we can see this behaviour please?
Best regards,
RikardAugust 29, 2020 at 4:42 am #1241741August 29, 2020 at 4:45 am #1241742Logos just under lead-in paragraph, and mid-way logos in the content slider element.
September 2, 2020 at 3:47 pm #1242843Hi,
I could not reproduce the issue on my local installation but I think it might be plugin related. Could you please try de-activating all active plugins and check if that helps? Then you can activate them one by one to find the culprit.
If that too does not help, please create temporary admin logins and post them here privately so we can look into it :)Best regards,
YigitSeptember 2, 2020 at 5:01 pm #1242869Thanks for looking at that Yigit.
I think I found the issue. If the image is 100px or less in height, than the arrow doesn’t appear on hover (can’t see it).
I have a test site with no plugins and have recreated the issue here.http://enfold.josh-web.com/about/
Tested in Chrome and Firefox.
Maybe by design?
Thanks for your help.September 8, 2020 at 1:02 pm #1244281Hi,
Yes, that’s right. The image overlay will only get added when the height of the image is more than 100px. The script is located in the js > avia.js file around line 598.
if(outerH > 100) { if(!overlay.length) { overlay = $("<span class='image-overlay "+span_class+"'><span class='image-overlay-inside'></span></span>").appendTo(link); }
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.