Viewing 13 posts - 1 through 13 (of 13 total)
  • Author
    Posts
  • #459024

    Hi, I really like the arrow icon that appears over a portfolio grid image when hovered. However, it seems that when the grid images are too small, the icon will no longer appear.

    Is there a way to make sure this hover effect works no matter what the size of the grid images are?

    Thanks so much in advance!

    #459420

    Hey mtdenvato!

    Could you provide us with a link to the site in question so that we can take a closer look please?

    Regards,
    Rikard

    #459714
    This reply has been marked as private.
    #460169

    Hey!

    Can you please try de-activating all active plugins and check if that helps?

    Best regards,
    Yigit

    #460240

    Only plugins are Akismet, Mailchimp, and Password Protected. Deactivating them did nothing.

    I’m thinking that there should be some CSS that could help with this problem – maybe something with the height & width of the hover icon.

    Let me know,
    Michael

    #460682

    Hey!

    I would like to check the test page but the password that you provided is not working. Please check.

    Cheers!
    Ismael

    #460891
    This reply has been marked as private.
    #461297

    Hey!

    I’m not sure why it’s not working on small images but do you really need images that small? It works for this one: h

    Maybe, you should use small images with that size.

    Best regards,
    Ismael

    #461515

    Yes, I do need images that small. That is, 4 columns in a 1/2 layout.
    I suppose I’ll let you know if I figure it out?

    Best,

    #461517
    This reply has been marked as private.
    #461854

    Hi!

    This is weird, the password above is not working again. What if you slighly increase the container width on General Layout > Dimensions > Maximum Container width option?

    Regards,
    Ismael

    #462095

    Ismael, no need to worry about the password. I’ve found the details of this problem outlined in this post: https://kriesi.at/support/topic/image-link-hover-issue/

    Sadly it seems there is no way to fix it in custom CSS, but instead I had to go into avia.js and change the line
    if(outerH > 100)
    to
    if(outerH > 0)
    Then add custom CSS to make the hover icon smaller so it doesn’t look weird on small images.

    Strange way of doing things for sure, but there it is.

    Thanks for your help, and let me know if you find a way to do this without modifying JS, but I’m patched up for now.

    Michael

    #462490

    Hi!

    Glad you found a solution, please let us know if you should need any more help on the issue.

    Regards,
    Rikard

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