-
AuthorPosts
-
January 11, 2018 at 12:51 pm #896145
Hi,
I have a small problem about Horizontal Gallery: Hovering my mouse over one of the images, it appears to be a link. But clicking does not open the image in a larger size. I see that there is the little link in the bottom right corner, however it would be easier to just be able to click the image. But at the least hovering the mouse over the image should not appear to be a link.exaple: https://kriesi.at/themes/enfold-dark-photography/portfolio-item/mauritius/
January 12, 2018 at 4:21 am #896403Hey elzevir,
Please, you can suggest this here: https://kriesi.at/support/enfold-feature-requests/
Best regards,
John TorvikMay 24, 2018 at 12:06 am #961290Hi Elzevir, I found a temporary solution. Use this css to make it full clickable:
#top .av-horizontal-gallery-link{width: 100%; line-height: 9999px}
.av-horizontal-gallery-link{
bottom: 0px !important;
right: 0px !important;
}
#top .av-horizontal-gallery-link:hover {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}May 24, 2018 at 12:07 am #961291Or this to don’t show the black over the picture:
#top .av-horizontal-gallery-link{width: 100%; line-height: 9999px}
.av-horizontal-gallery-link{
bottom: 0px !important;
right: 0px !important;
background: rgba(0,0,0,0) !important;
}
#top .av-horizontal-gallery-link:hover {
-webkit-transform: scale(1);
-ms-transform: scale(1);
transform: scale(1);
}May 24, 2018 at 10:18 am #961402I’m speechless! Even I forgot about this topic. Guys you’re amazing! Thanks!
May 25, 2018 at 4:55 am #961948Hi,
Glad this worked for you!
To know more about enfold features please check – http://kriesi.at/documentation/enfold/
Thank you for using Enfold :)Best regards,
Vinay -
AuthorPosts
- The topic ‘Horizontal Gallery’ is closed to new replies.
