Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #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.

    #1241740

    Hey jberg1,

    Could you post a link to where we can see this behaviour please?

    Best regards,
    Rikard

    #1241741

    oops. Thought I did.

    Thanks for your help.

    #1241742

    Logos just under lead-in paragraph, and mid-way logos in the content slider element.

    #1242843

    Hi,

    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,
    Yigit

    #1242869

    Thanks 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.

    #1244281

    Hi,

    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

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