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?

ARI Sexy Lightbox Lite
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: ARI Sexy Lightbox Lite
#10940
ARI Sexy Lightbox Lite 13 Years, 1 Month ago Karma: 0
Good morning,
maybe the answere is already here but i didn't found it.

I've install the plug-in and then activated it.

I use JCE wysywyg, how i can link a word in my article to another article and show it in a lightbox?

Sorry in advance if my ask is typical... but i really didn't found any instructions about.

Thanks for your help
The administrator has disabled public write access.
 
#10941
Re:ARI Sexy Lightbox Lite 13 Years, 1 Month ago Karma: 746
Hello,

Code will look like:

Code:


<a href="index.php?option=com_content&view=article&tmpl=component&id=ARTICLE_ID" rel="sexylightbox" title="Related article">Show article</a> 



Where ARTICLE_ID is ID of article which you want to show into lightbox. For example, if ID of necessary article is 73, use the next code:

Code:


<a href="index.php?option=com_content&view=article&tmpl=component&id=73" rel="sexylightbox" title="Related article">Show article</a> 



Regards,
ARI Soft
The administrator has disabled public write access.
 
#10946
Re:ARI Sexy Lightbox Lite 13 Years, 1 Month ago Karma: 0
Thanks for your reply.
I've copied and pasted your code on the article and than changed the ID with one of the article i have.
The result is that the shadow appear but about the box, i can see just the left up round corner.

Could you please tell me what's wrong with it?

Really thanks for your help again.
The administrator has disabled public write access.
 
#10947
Re:ARI Sexy Lightbox Lite 13 Years, 1 Month ago Karma: 746
Could you provide link to page where we can see this issue? If it is private, you can provide it by email.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#10952
Re:ARI Sexy Lightbox Lite 13 Years, 1 Month ago Karma: 0
I've sent you the link to the page where i would like to use your great plug-in.
Thanks a lot for your help.
The administrator has disabled public write access.
 
#10953
Re:ARI Sexy Lightbox Lite 13 Years, 1 Month ago Karma: 746
Sorry, forgot to describe "TB_iframe", "width" and "height" parameter. Link should look like:

Code:


<a href="index.php?option=com_content&view=article&tmpl=component&id=ARTICLE_ID&TB_iframe=true&width=600&height=400" rel="sexylightbox" title="Related article">Show article</a> 



Where "width" and "height" parameters are used that define size of the lightbox. BTW, disable "Content - Email Cloak" plugin, it uses obsolete javascript code which causes problem in article which you try to load into the lightbox.

Regards,
ARI Soft
Last Edit: 2011/02/12 20:35 By admin.
The administrator has disabled public write access.
 
Go to topPage: 12