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
#3950
Re:Lightbox don't works in module 13 Years, 12 Months ago Karma: 0
so i want to slove it with the plugin and i typed that:
Code:

{arisexylightbox activeType="imglist" dir="images/sims3/hauptspiel/bilder/infoseite"}{/arisexylightbox} 

in my article, but it doesn't work. I've activated the plugin as well.
The administrator has disabled public write access.
 
#3953
Re:Lightbox don't works in module 13 Years, 12 Months ago Karma: 747
Could you provide temporary access to your Joomla! backend by email and say page where you try to use the plugin?

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

Thank you.

But now the gallery also display the thumbs and that's wrong right?
I think you should make a site with all codes for the sexy lightbox, then the description is not clear and userfriendly. You should make it like: tools.yootheme.com/extensions/yoogallery
The administrator has disabled public write access.
 
#3968
Re:Lightbox don't works in module 13 Years, 12 Months ago Karma: 747
It happens because the extension show all images from specific folder and all subfolders in this folder. "images/sims3/hauptspiel/bilder/infoseite" folder on your site contains "thumbs" folder with thumbnails, we have added subdir="false" parameter to {arisexylightbox} tag that the plugin doesn't show images from subfolders.

PS: Thanks for your suggestion about code examples, we'll respect it.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#3969
Re:Lightbox don't works in module 13 Years, 12 Months ago Karma: 0
Okay i've generated i small gallery but it looks not good.
See here: k190-d1.s34.tune-up-it.de/index.php?option=com_content&view=article&id=72&Itemid=43
Is it possible that it looks like that here: simway.net/index.php?option=com_content&view=article&id=384&Itemid=34 but without the fade effect.
The administrator has disabled public write access.
 
#3970
Re:Lightbox don't works in module 13 Years, 12 Months ago Karma: 747
You can add the following CSS rule to template CSS file:

Code:


TABLE DIV.asexybox-image 
{
  background: #FFFFFF none repeat scroll 0 0;
  border: 1px solid #C8C8C8;
  float: left;
  padding: 1px;
}



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