Could you specify what code do you use? “Open link” from your original post is a just hyperlink.
Thank you for your reply. I forgot to include code tags in my message so it converted my code to links. Sorry about that.
What I was asking was this: There is code to disable a link, as you provided here:
<a href="http://wp-quiz.ari-soft.com" class="no-lightbox">Open link</a>
I was wondering if there was code to enable the popup for one specific link, like this:
<a href="#" class="ari-fancybox">Open link</a>
In the meantime, I purchased the pro version and used the shortcode method. But I’d love to know for future reference.
Thank you!
-
This reply was modified 6 years, 8 months ago by
jacksonsky.
For example if you want to open links to external pages with fb-lightbox CSS class then open “ARI Fancy Lightbox -> Settings -> Advanced” page and populate “Custom JS code” with the following code:
$('.fb-lightbox').fancybox({type: 'iframe'});
link will look like:
<a href="http://wp-quiz.ari-soft.com" class="fb-lightbox">Open link</a>