Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1726557
Links and Buttons opening in Lightbox
Closed

Comments

  • Samlue started the conversation

    Hi, can i somehow open links in lightbox (using the lightbox from theme)? Or when if i click on button can i somehow add atribute for opening in lightbox?

    Thanks for answer.

  •  7,280
    Oliver replied

    Hi,

    Here is an example of adding fancybox block:  

    To the row html shortcode add this code:

    <a class="fancybox" href="#link"> Link </a> <div id="link">[Shortcode]</div>
    

    And add this css to the custom css field on the page:

    #link {display: none} 

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • Samlue replied

    Great, thanks.

  •  7,280
    Oliver replied

    Welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver