-
AuthorPosts
-
November 30, 2018 at 10:51 am #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, 11 months ago by studioginkgo.
November 30, 2018 at 11:06 am #1039269I 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
December 4, 2018 at 1:33 pm #1040714Hi,
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,
IsmaelDecember 4, 2018 at 3:00 pm #1040740Hi,
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
NicolasDecember 6, 2018 at 11:30 am #1041565Hi,
Can you give us a link to the previous thread where we suggested this css code?
Best regards,
IsmaelDecember 6, 2018 at 12:09 pm #1041595Hi,
Sure: https://kriesi.at/support/topic/column-with-same-height-pictures-inside/
Best regards,
NicolasDecember 10, 2018 at 1:53 pm #1043073Hi,
Have you tried setting the overflow property to visible?
.avia-image-overlay-wrap a.avia_image { overflow: visible !important; }
Best regards,
IsmaelDecember 11, 2018 at 1:05 am #1043461Hi,
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,
NicolasDecember 12, 2018 at 2:50 pm #1044351Hi 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,
VictoriaDecember 12, 2018 at 6:27 pm #1044442Hi Victoria,
It’s ok, you can close this topic, thanks.
Best regards,
NicolasDecember 13, 2018 at 1:14 am #1044640Hi Nicolas,
Glad to hear that :)
Thanks for using Enfold and have a great day!Best regards,
Nikko -
AuthorPosts
- The topic ‘Image disappears when I add a link’ is closed to new replies.