Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

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,095
    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,095
    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