Tagged: , , , ,

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1466928

    Hi,
    In using the Icon/Flipbox Grid, I’m trying to add a link to each. When I do, it behaves oddly and jumps. Can you tell me if I’ve set something incorrectly or if this is a bug that can be resolved? Thank you!

    #1466961

    Hey imagestudios,

    Could you try updating the theme to the latest version (6.0.4) to see if that helps please? https://kriesi.at/documentation/enfold/theme-update/.

    Best regards,
    Rikard

    #1466985

    Theme has been updated (odd that it didn’t show an update needed), and page cache cleared. The issue still remains.

    #1467045

    Hi,

    Thank you for the update.

    Did you add this css code?

    .avia-icongrid .av-icon-cell-item .avia-icongrid-wrapper {
        position: relative; 
        display: block;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    Please remove the modification, then toggle or temporarily disable the Enfold > Performance > File Compression settings, or add this css code to override it:

    .avia-icongrid .av-icon-cell-item .avia-icongrid-wrapper {
        position: initial; 
    }

    Best regards,
    Ismael

    #1467332

    Hi Ismael,

    I didn’t add that css code. If you’re seeing it, it must have been in there to begin with. What I did: I didn’t remove any code or even temporarily disable the File Compression settings, but just added the css code you provided into Quick CSS:

    .avia-icongrid .av-icon-cell-item .avia-icongrid-wrapper {
    position: initial;
    }

    and it worked! Thank you so much!

    #1467415

    Hi,

    Not a problem! Glad to know the css worked. Let us know if you have more questions about the theme.

    Have a nice day.

    Best regards,
    Ismael

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Icon Flipbox Grid Linking Not Working’ is closed to new replies.