Home News Contact Us Forum About Us Demos Products F.A.Q.
Shopping Cart
You currently have 0 items in your cart.


Recent Events
  • 31/12/2023 New Year SALE

    We are glad to announce New Year SALE. 25% discount for all our extensions. Use NY24 coupon code. Hurry up the discount is valid till 7 January.

  • 21/11/2023 BLACK FRIDAY 23 is coming

    BIG SALE, 35% discount for all our extensions. Use BF23 coupon code. Hurry up the discount is valid till 27 November.


2Checkout.com, Inc. is an authorized retailer of goods and services provided by ARI Soft. 2CheckOut




Follow us on twitter



Welcome, Guest
Please Login or Register.    Lost Password?

Displaying Article In Sexy Lightbox
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Displaying Article In Sexy Lightbox
#9815
Displaying Article In Sexy Lightbox 13 Years, 2 Months ago Karma: 0
I would like to display a Joomla article in a Sexy Lightbox. I want the Lightbox to appear when a hyperlink is clicked from a different article.

I have read the documentation but I am having trouble exactly how to configure the module and the plugin and what html code to use in the <a> tag of the article that will have the hyperlink in it.
The administrator has disabled public write access.
 
#9816
Re:Displaying Article In Sexy Lightbox 13 Years, 2 Months ago Karma: 746
Hello,

1. If you use "ARI Sexy Lightbox" module, set "Choose type" parameter to "Article" and specify ID of article which should be shown into lightbox in "Article ID" parameter.

2. If you use "System - ARI Sexy Lightbox Anywhere" plugin, type the following code into an article:

Code:


{arisexylightbox activeType="article" width="300" height="250" id="ARTICLE_ID" link="Show article" title="Article"}{/arisexylightbox}



Where ARTICLE_ID is ID of article which you want to load into lightbox. For example if ID = 97, use the following code:

Code:


{arisexylightbox activeType="article" width="300" height="250" id="97" link="Show article" title="Article"}{/arisexylightbox}



3. If you use "System - ARI Sexy Lightbox", type the following HTML code into an article:

Code:


<a title="Article" rel="sexylightbox" href="index.php?option=com_content&view=article&tmpl=component&id=ARTICLE_ID&TB_iframe=1&width=300&height=250&amodal=1">
Show article</a>



Where ARTICLE_ID is ID of article which you want to load into lightbox. For example if ID = 97, use the following code:

Code:


<a title="Article" rel="sexylightbox" href="index.php?option=com_content&view=article&tmpl=component&id=97&TB_iframe=1&width=300&height=250&amodal=1">Show article</a>



Regards,
ARI Soft
The administrator has disabled public write access.
 
Go to topPage: 1