Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #467332

    Hi, I’m trying to figure out if there is a way to disable the thumbnail image rollover effect, and the opening of the thumbnail link target in the lightbox. I’m happy with this happening on 99% of my site, but on particular pages, I wish to disable this effect. Even better would to have control over this effect in every instance. IE on one tab (i’m using tabs on my pages) the effect would appear, and on another tab, it would be disabled.

    Possible?

    #467593

    Hey innovnate!

    Not sure if that’s going to be possible. Which shortcode are you using? Send us a link to your page and we’ll take a look. You can set your reply as private if you wish.

    Cheers!
    Elliott

    #467797

    Hi, best you log in to see what it looks like and see how its built.

    #468293

    Hi!

    To disable the overlay on a specific page, you could try this in Quick CSS which is for the page you linked to:

    .postid-7493 .image-overlay {
     visibility: hidden !important;
     }

    Cheers!
    Rikard

    #468637

    Hi Rikard,

    That is perfect, and solves 1 out of my 2 queries. I need to disable the lightbox effect now, either on individual product pages/posts/pages, or per instance if possible.

    I love the lightbox through the rest of the site, just not on this particular page!

    #468965

    Hey!

    Try opening up /enfold/js/avia.js and change line 898 from this.

    exclude			:	'.noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added, a[href*="dropbox.com"]',
    

    To this.

    exclude			:	'.single-product td a, .noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added, a[href*="dropbox.com"]',
    

    If that does not work then try editing the tab elements in the product and add a class of “noLightbox” to each of the links surrounding your images.

    <a class = "noLightbox" href="/wp-content/uploads/2015/04/Night-Sky.jpg" target="_blank"><img class="aligncenter wp-image-7074 size-thumbnail" src="/wp-content/uploads/2015/04/Night-Sky.jpg" alt="Night Sky" width="150" height="150" /></a>
    

    Regards,
    Elliott

    #808918

    http://imgur.com/a/FOyps
    Giant day team-wrap,

    Have the following problem with my side:
    Will remove thumbnail gallery image overlay and have inserted følgende code into fast CSS

    .postid-7493 .image overlay {visibility: hidden important; }

    Unfortunately, the Characterized has changed from the Website Entire, Code cleared, Cache taught width
    But website, still stay know, narrow.

    Please help

    Thank you

    Best regards

    Giuseppe

    #809197

    Hi Giuseppe,

    Could you link to your site and point out what you would like to remove please?

    Best regards,
    Rikard

    #809290

    Many thanks
    Have discovered the error itself
    greetings

    #809299

    Hi,
    Glad to hear, we will close this now. Thank you for using Enfold.

    Best regards,
    Mike

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Thumbnail image overlay/lightbox removal on INDIVIDUAL pages/items’ is closed to new replies.