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?

How To - slideshow of content
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: How To - slideshow of content
#6003
How To - slideshow of content 13 Years, 9 Months ago Karma: 0
Hi,
I wish to create a slide-show of articles/ content whereby users can click to the next page inside lightbox.

It is not clear from your general instructions, how to do this.

Cheers!

Jeroen
The administrator has disabled public write access.
 
#6004
Re:How To - slideshow of content 13 Years, 9 Months ago Karma: 748
Hello,

'System - ARI Sexy Lightbox Anywhere' or 'System - ARI Sexy Ligthbox' plugin can be used for this purpose. If you want to use 'System - ARI Sexy Lightbox' plugin, the following HTML code can be used:

Code:


<a href="index.php?option=com_content&view=article&id=1?TB_iframe=true&height=450&width=800" rel="sexylightbox[articles]">Article 1</a> 

<a href="index.php?option=com_content&view=article&id=2?TB_iframe=true&height=450&width=800" rel="sexylightbox[articles]">Article 2</a> 

<a href="index.php?option=com_content&view=article&id=3?TB_iframe=true&height=450&width=800" rel="sexylightbox[articles]">Article 3</a> 



If you want to use 'System - ARI Sexy Lightbox Anywhere' plugin, use the next code:

Code:


{arisexylightbox activeType="rcontent" groupName="articles" width="300" height="250" url="index.php?option=com_content&view=article&id=1" title="Article 1"}Article 1{/arisexylightbox} 

{arisexylightbox activeType="rcontent" groupName="articles" width="300" height="250" url="index.php?option=com_content&view=article&id=2" title="Article 2"}Article 2{/arisexylightbox} 

{arisexylightbox activeType="rcontent" groupName="articles" width="300" height="250" url="index.php?option=com_content&view=article&id=3" title="Article 3"}Article 3{/arisexylightbox} 



Regards,
ARI Soft
The administrator has disabled public write access.
 
#6017
Re:How To - slideshow of content 13 Years, 9 Months ago Karma: 0
THANKS!

The system-plugin approach works great, but unfortunately it shows the whole website, meaning: as if you are opening the article page in an iframe as an external page with the complete template.

Is it possible to show content articles clean inside the lightbox (no template build up)?

Thanks again.

Jeroen
The administrator has disabled public write access.
 
#6018
Re:How To - slideshow of content 13 Years, 9 Months ago Karma: 748
Yes, it's possible. Add tmpl=component variable to an article link. It will look like:

Code:


<a href="index.php?option=com_content&view=article&id=1&tmpl=component?TB_iframe=true&height=450&width=800" rel="sexylightbox[articles]">Article 1</a>



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