Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #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/

    #896403

    Hey elzevir,

    Please, you can suggest this here: https://kriesi.at/support/enfold-feature-requests/

    Best regards,
    John Torvik

    #961290

    Hi 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);
    }

    #961291

    Or 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);
    }

    #961402

    I’m speechless! Even I forgot about this topic. Guys you’re amazing! Thanks!

    #961948

    Hi,

    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

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Horizontal Gallery’ is closed to new replies.