Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1039268

    Hello,
    My image disappears when I add a link to a portfolio page (using the link tab as always).
    You’ll find informations in private content.
    Any idea ?
    Thanks in advance
    Nicolas

    • This topic was modified 5 years, 9 months ago by studioginkgo.
    #1039269

    I use your code:

    #top .col-work {
    margin-left: 1% !important;
    margin-top: 0;
    margin-bottom: 10px;
    }

    #top .col-work.av_one_half {
    width: 49.5%;
    }

    #top .col-work.av_one_third {
    width: 31.83333332%;
    }

    #top .col-work.av_two_third {
    width: 67.16666667%;
    }

    #top .col-work.first {
    margin-left: 0 !important;
    }

    #top .col-work .avia-image-container-inner {
    position: relative;
    overflow: hidden;
    height: 462px;
    width: 100%;
    }

    #top .col-work .avia-image-container-inner img.avia_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 462px;
    }

    #top .col-work .avia-image-container-inner img.avia_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 462px;
    -o-object-fit: cover;
    object-fit: cover;
    }

    If I remove this, image appears (but I need to keep this code).

    Thanks

    #1040714

    Hi,

    Thank you for using Enfold.

    What is that css code for? This css modification hides the 3rd image.

    .avia-image-overlay-wrap a.avia_image {
        overflow: hidden;
    }

    Best regards,
    Ismael

    #1040740

    Hi,
    Where did you find this css code ?
    You’ll find all the custom css I added in private content.
    The code in the message #1039269 is css you gave me (and that works perfectly).
    Thanks in advance
    Nicolas

    #1041565

    Hi,

    Can you give us a link to the previous thread where we suggested this css code?

    Best regards,
    Ismael

    #1041595
    #1043073

    Hi,

    Have you tried setting the overflow property to visible?

    .avia-image-overlay-wrap a.avia_image {
        overflow: visible !important;
    }

    Best regards,
    Ismael

    #1043461

    Hi,

    Yes but it doesn’t work.
    If I do this, the text on image is aligned at the top and doesn’t disappear on rollover.

    Anyway I commented out some code :

    /* #top .col-work .avia-image-container-inner img.avia_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 462px;
    } */

    #top .col-work .avia-image-container-inner img.avia_image {
    /* position: absolute; */
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    min-height: 462px;
    -o-object-fit: cover;
    object-fit: cover;
    }

    And then it seems to work.

    What was this code for ?
    May I really comment it out ?

    Thanks in advance,
    Nicolas

    #1044351

    Hi Nicolas,

    Yes, can have that code commented out, if things don’t break and works as you need.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1044442

    Hi Victoria,

    It’s ok, you can close this topic, thanks.

    Best regards,
    Nicolas

    #1044640

    Hi Nicolas,

    Glad to hear that :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Image disappears when I add a link’ is closed to new replies.