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

    Hello, I inserted a gallery so when yhe user clicks the preview image he should be able to see more of them within the lightbox container.
    The problem is the preview image uses a white background where it should be transparent.
    When you click it, lightbox shows the transparency correctly. but the preview is not very clean.
    How can we fix that ?

    thanks,

    Ariel

    UPDATE:
    I tried adding the following code in Quick CSS within the themes options but didn’t work:

    .avia-gallery-big.fakeLightbox.lightbox.avia-gallery-big-crop-thumb {
    background: transparent !important;
    }

    • This topic was modified 7 years, 12 months ago by Draidel.
    #607338

    Hi Draidel,

    I can’t see anything on the page you linked to except for this:

    ✖ No hay resultados
    Lo sentimos, no hay entradas que coincidan con tu búsqueda

    Could you check the link please?

    Thanks,
    Rikard

    #610718

    Oops, i’m sorry. This one is the correct link

    #610758

    Hey!

    The link is password protected and we cannot view it because the login credentials are not working. please check and revert back to us with working credentials sow e can help you with it.

    Cheers!
    Vinay

    #610848

    Hello Vinnie. The site is under maintenance so you need the credentials to access. I have just tried it and it worked for me.

    Could you try again please ?

    PS: Its possible you could be taken from .com.ar to .com because of your location, if that’s the case you just need to log in one more time.

    Thanks

    Ariel

    #610975

    Hi Ariel,

    I couldn’t see anything like that on the page you linked to, could you post screenshot highlighting the issue please? You can upload to a service like imgur.com and then link to it here.

    Regards,
    Rikard

    #611400

    Here I show you two images, the first one is the problem because there is a white background that should be transparent, as in the second picture (when you click it)

    1. WHITE BACKGROUND BEFORE CLIKING
    2. TRANSPARENT AFTER CLICKING
    #612045

    Hi!

    try this code in Quick CSS field:

    #top div .avia-gallery .avia-gallery-big {
    background-color: transparent;
    }
    #top div .avia-gallery img {
    background-color: transparent;
    }
    

    Regards,
    Andy

    #612260

    it worked !

    Thanks !

    #612468

    Hi,

    Great, glad we could help :-)

    Best regards,
    Rikard

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Transparency not working’ is closed to new replies.