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

    Hi, when I apply a link to the title in my icon grids the grids shift and the borders disappear.

    #1298763

    Hey agenturwendt,

    Thank you for the inquiry.

    Did you add this css code? It shifts the inner container downwards by 50% relative to the parent container.

    .avia-icongrid-flipbox li .avia-icongrid-front .avia-icongrid-inner, .avia-icongrid-flipbox li .avia-icongrid-flipback .avia-icongrid-inner {
    	position: absolute;
    	color: initial;
    	width: 100%;
    	left: 0;
    	top: 50%;
    	-webkit-transform: translateY(-50%);
    	-ms-transform: translateY(-50%);
    	transform: translateY(-50%);
    	padding: 4em 3em;
    	backface-visibility: hidden;
    	-webkit-backface-visibility: hidden;
    	-moz-backface-visibility: hidden;
    }
    

    If you did not add it, try to add this css code in the Quick CSS field to adjust the position of the inner container.

    .avia-icongrid-flipbox li .avia-icongrid-front .avia-icongrid-inner, .avia-icongrid-flipbox li .avia-icongrid-flipback .avia-icongrid-inner {
    	top: 0;
    }

    Best regards,
    Ismael

    #1299656

    Hi Ismael,

    thank you for your answer.

    1) I did not ad the first css code.

    2) The second css code unfortunately did not solve the problem..

    #1299658

    hello
    can someoe tell me how I could start a conversation?????? The key I’m give for theme enfold dose not work!!!!! And there seems to be no way to get in touch with themeforest depite having 6 months support contract!

    #1300011

    Hi faridehg,

    You can use this link to open a new thread, or click this button: https://imgur.com/a/AnoSPNb

    Best regards,
    Rikard

    #1300012

    Hi agenturwendt,

    Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #1304482
    This reply has been marked as private.
    #1304788

    Hi agenturwendt,

    I can’t see any login details in this thread, please try sending them in private again, and remember to write something in the public box as well.

    Best regards,
    Rikard

    #1304827
    This reply has been marked as private.
    #1305162

    Hi,

    Thanks for the login details. First off, could you try updating the theme to the latest version (4.8.3) to see if that helps please? https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.

    Best regards,
    Rikard

    #1305274

    Thank you for your reply. I updated the theme but the error still occurs. The grids have shifted again. I now found out, only when I set a link into the Grid Element Backside/Tooltip Content, the error appears. When there is no link in the content element, everything works fine. But I would like to set a link into the text…

    #1305533

    Hi,

    Thank you for the update.

    It is not working correctly because you have added another link inside the icon grid item content.

    <a href="#">Weiter zum Resilienz Online Kurs</a>
    

    This breaks the layout of the grid item because the parent link or container is being closed prematurely. Link for an item should be specified or selected in the Erweitert > Titel Link? settings.

    Best regards,
    Ismael

    #1305639

    I understand. Thank you!

    #1305686

    Hi,

    Did you need additional help with this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1305771

    You can close the topic. Thank you!

    #1305923

    Hi,

    Thanks for letting us know, I’ll go ahead and close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 16 posts - 1 through 16 (of 16 total)
  • The topic ‘Problems with icon grid when apply a link to the title’ is closed to new replies.