Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #407380

    Hi! I have two questions:

    1-When I pass the mouse over the images, it generate a fade in (the color of the photo change) and appears a circle with an arrow inside. How can delete this effect?

    2-When I click on a thumbail appears two lightbox, one of the theme and other of my plugin (Justified image grid), how can I void the lightbox of the theme?

    Thanks for your support! ;)

    http://satxos.cat

    #407576

    Hey ttcastell!

    1. Add this to your custom CSS.

    .image-overlay { display: none !important; }
    

    2. Open up /enfold/js/avia.js and on line 828 you should see this.

    exclude			:	'.noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added',
    

    Change it to this.

    exclude			:	'.jig-link, .noLightbox, .noLightbox a, .fakeLightbox, .lightbox-added',
    

    Regards,
    Elliott

    #407598

    works GREAT!

    thanks so much for your GREAT suport!

    #407866

    Hey!

    Glad we could help :)

    Cheers!
    Rikard

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.