
Tagged: Static Icongrid Flipbox
-
AuthorPosts
-
February 17, 2025 at 1:52 pm #1477240
Hi,
I do not see how to :
– Icongrid FlipBox anymation
– Fliping off the box itselfIn 1 word : just having a simple flat not animated IconGrid.
Sorry for the (silly?) question
Best
JMFebruary 17, 2025 at 10:13 pm #1477281Hey 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,
MikeFebruary 18, 2025 at 7:05 pm #1477348Hi,
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
February 19, 2025 at 3:51 am #1477355Hi,
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,
IsmaelFebruary 21, 2025 at 2:27 pm #1477559or use the partner/logo element – there is a grid option.
March 12, 2025 at 4:16 pm #1479177Hi 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?
tyMarch 13, 2025 at 3:03 pm #1479262Hi 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.)
March 14, 2025 at 4:15 am #1479293Hi,
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 -
AuthorPosts
- You must be logged in to reply to this topic.