Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1450258

    Hello, we have converted a color section into a kind of banner with a call to action button for downloading a whitepaper. We want to make the image on the right side clickable, but without making it white (“lightbox”) and without a round arrow in the middle. We simply want to make it clickable. Is that possible? Additional information: under Image > Advanced > Link settings “Open in lightbox” is switched off. The “lightbox” we are referring to is created automatically by simply linking the image. Many thanks for your support.

    #1450419

    Hey reqonsult,

    Thank you for the inquiry.

    We can’t find the image button in the page. Please provide a screenshot. Have you tried setting the Image Link? to Set manually? You can then define the link or URL of your choice in the following field.

    Best regards,
    Ismael

    #1450593

    give to the link or to one of its parents the custom class: noLightbox
    ( pay attention it is case-sensitive)

    next hint: if you got a button and you installed the latest version – the “Link Setttings and Filedownload” indicates the option of button type:
    “File Download Button”
    in this case on an image – it will be not shown but directly downloaded.

    PS :
    if you only dislike the overlay – you can have lightbox without that by:

    .avia_transform a:hover .image-overlay {
      display: none !important;
    }
    #1451852
    This reply has been marked as private.
    #1451863

    Hi,

    Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.

    Best regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Image clickable without “lightbox”’ is closed to new replies.