Viewing 16 posts - 1 through 16 (of 16 total)
  • Author
    Posts
  • #1054577

    Hi
    I would like to disable to flip which shows the grid content as I only want to use a clickable icon to show as I have no content.

    In an earlier thread someone suggested inserting the following script into Quick css
    .avia-icongrid-flipbox li {
    pointer-events: none !important;
    }
    but it didn’t work.

    Does anyone have any more suggestions please?

    #1054624

    Hey George,

    Did you try adding the code to the very top of quick css so it runs first? Also be sure to clear the cache a few times over.

    Best regards,
    Jordan Shannon

    #1054629

    Thank you Jordan, it was at the bottom but have now inserted it at the top and it has worked.

    One further related question. Is it possible to have to icon linked to another page?. It looks like by disabling the flip it has disabled the link option also.

    Thank you

    #1055519

    Hi George,

    Can you try to remove the code you used above? and replace it with:

    .avia-icongrid-flipbox li:hover .avia-icongrid-front {
        -webkit-transform: rotateY(0deg) !important;
        transform: rotateY(0deg) !important;
    }

    This should only prevent flipping but link should still work.

    Best regards,
    Nikko

    #1055534

    You guys are the best.
    That has worked just as I wanted but for some reason it has reduced the spacing between the vertical rows as in the screenshot attached.

    Any idea?

    George

    #1055551

    Hi George,

    Can you give us a link to your site? especially the one shown in the screenshot.
    You can post the link in private content.

    Best regards,
    Nikko

    #1055605

    Thank you Nikko. Link attached.

    George

    #1055909

    Hi George,

    Can you try adding this css code as well:

    #top .avia-icongrid-flipbox li {
        margin-bottom: 60px;
    }

    Best regards,
    Nikko

    #1056004

    Fantastic Nikko, you’re the man.

    That is exactly how I want it to look and perform.

    Thank you very much.

    #1056134

    Hi,

    Great, glad we could help. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

    #1113610

    it is also possible to disable mouse hower, I mean when you go cursor on the icon then change to clickable

    #1113748

    Hey IQ2marketing,

    Can you provide a link to the site/page in question?

    Best regards,
    Jordan Shannon

    #1113810

    of course,
    I have three icons, I need only one clickable with video.

    #1113990

    Hi IQ2marketing,

    Can you try adding this css code in Quick CSS, located in Enfold > General Styling:

    .avia-icongrid-flipbox li {
        cursor: auto;
    }

    Best regards,
    Nikko

    #1114178

    it’s work, thank you

    #1114180

    Hi IQ2marketing,

    We’re glad that we could help :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Disable flip on icon grid’ is closed to new replies.