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?

Lightbox don't works in module
(1 viewing) (1) Guest
Go to bottomPage: 123456
TOPIC: Lightbox don't works in module
#3937
Lightbox don't works in module 14 Years ago Karma: 0
Hey there,

I want to show a image in a module and it should open in the sexy lightbox.
I've installed both plugins and the module contains that: <a title="Die Sims 3 Cover" rel="sexylightbox" href="[/images/sims3/hauptspiel/sims3_cover.jpg]"> <img alt="" src="[/images/sims3/hauptspiel/sims3_cover_klein.jpg]" /> </a>

But it doesn't open in the lightbox, what's wrong?

Greetings,
Daniel
The administrator has disabled public write access.
 
#3939
Re:Lightbox don't works in module 14 Years ago Karma: 748
Hello,

Could you provide link where we can see this issue?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#3942
Re:Lightbox don't works in module 14 Years ago Karma: 0
Hello,

Go to this: k190-d1.s34.tune-up-it.de/index.php?option=com_content&view=article&id=72&Itemid=43
User: Demo password: demo

On the left Side is Cover, there should be the image, but it isn't there.

Greetings,
Daniel
The administrator has disabled public write access.
 
#3946
Re:Lightbox don't works in module 14 Years ago Karma: 748
Remove "[" and "]" characters from images path, please. In other words, use the following code:

Code:


<a title="Die Sims 3 Cover" rel="sexylightbox" href="/images/sims3/hauptspiel/sims3_cover.jpg"> <img alt="" src="/images/sims3/hauptspiel/sims3_cover_klein.jpg" /> </a>



Regards,
ARI Soft
The administrator has disabled public write access.
 
#3948
Re:Lightbox don't works in module 14 Years ago Karma: 0
Hey,

Thank you, it works

I have an other question, i want to make a gallery and want that the thumbs generated automatic. What code should i use?

Thank You
The administrator has disabled public write access.
 
#3949
Re:Lightbox don't works in module 14 Years ago Karma: 748
You are welcome If you want to create gallery based on images from specific folder(s), you can use 'ARI Sexy Lightbox' module or 'System - ARI Sexy Lightbox Anywhere' plugin. If you use the module, choose 'Image gallery' type and set necessary parameters, you can load 'ARI Sexy Lightbox' module into Joomla! content, if type the following code:

Code:


{arisexylightbox moduleId="<module_id>"}{/arisexylightbox}



where <module_id> is necessary module id. Or you can type the following code into an article:

Code:


{arisexylightbox activeType="imglist" dir="images/stories;images/banners"}{/arisexylightbox} 



All available plugin parameters you can find in 'Description' field on 'System - ARI Sexy Lightbox Anywhere' plugin settings page.

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