Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1477240

    Hi,
    I do not see how to :
    – Icongrid FlipBox anymation
    – Fliping off the box itself

    In 1 word : just having a simple flat not animated IconGrid.

    Sorry for the (silly?) question

    Best
    JM

    #1477281

    Hey Ad-Min747,
    Sorry, I don’t understand your question, please explain further, and include screenshots to demonstrate.
    To add a screenshot please try using an Screenshot service and pasting the image URL in your post.
    An admin login may also help.

    Best regards,
    Mike

    #1477348

    Hi,
    sorry, I realise that I’m really not clear.
    I’d like to make a very simple Icongrid with no animation at all, no flipping, etc. A simple Grid with static Icons.

    Am I more clear?
    :-)

    JM

    #1477355

    Hi,

    Thank you for the clarification.

    You can add this css code to disable the “flip” effect of the Icongrid element.

    .avia-icongrid-flipbox li:hover .avia-icongrid-flipback, .avia-icongrid-flipbox li.avia-hover .avia-icongrid-flipback, .avia-icongrid-flipbox li.av-flip .avia-icongrid-flipback {
        transform: rotateY(180deg);
    }
    
    .avia-icongrid-flipbox li:hover .avia-icongrid-front, .avia-icongrid-flipbox li.avia-hover .avia-icongrid-front, .avia-icongrid-flipbox li.av-flip .avia-icongrid-front {
        transform: rotateY(0deg);
    }

    Best regards,
    Ismael

    #1477559

    or use the partner/logo element – there is a grid option.

    #1479177

    Hi Ismael,
    thanks.
    But the icon boxes are still flipping. I’ve copied the code you gave me in the quick CSS section.

    Do I miss stg?
    ty

    #1479262

    Hi Ismael,
    thanks.
    But the icon boxes are still flipping. I’ve copied the code you gave me in the quick CSS section.

    Do I miss stg?
    ty

    (Sorry, posted twice.)

    #1479293

    Hi,

    This seems to be working correctly on our end. Try to toggle or temporarily disable the Enfold > Performance > File Compression settings to make sure that the changes take effect. If it’s still not working, please create a test page, then provide the URL in the private field.

    Best regards,
    Ismael

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