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?

[SOLVED !]Reflection issues and lightbox nav...
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: [SOLVED !]Reflection issues and lightbox nav...
#19373
[SOLVED !]Reflection issues and lightbox nav... 12 Years, 8 Months ago Karma: 0
Hello

Firstly, let me thank you for this great module.

I have two problems :
Reflections of thumbnails are not aligned with the thumbnail

Besides, when the lightbox appears, I can't navigate with the different pictures (left and right arrows not present). I know that sexy light box, pretty light box, etc. can do this, but is there a way to do it with the core joomla Lightbox ?

I hope you did understand me, sorry for my bad english...

Thanks
Last Edit: 2011/10/04 13:55 By GoToon.Reason: delete my company website link
The administrator has disabled public write access.
 
#19374
Re:Reflection issues and lightbox nav... 12 Years, 8 Months ago Karma: 748
Hello,

About reflection padding, it is conflict with site template styles. Add the next CSS rule to a site template CSS file to fix the problem:

Code:


div.block img.cloudcarousel
{
 margin: 0;
}



About navigation in core Joomla! lightbox, this lightbox doesn't support navigation.

Regards,
ARI Soft
The administrator has disabled public write access.
 
#19375
Re:Reflection issues and lightbox nav... 12 Years, 8 Months ago Karma: 0
Thank you !!

It works perfectly, but I saw in another topic that I can add a border to the thumbnail. Problem is that the border is not duplicated to the reflexion, so it is not aligned (again, lol...)

Sorry...

(Never mind for the navigation arrows)
The administrator has disabled public write access.
 
#19376
Re:Reflection issues and lightbox nav... 12 Years, 8 Months ago Karma: 748
Try to add the next CSS rule:

Code:


.ari-cloud-carousel canvas
{
 margin-left: 3px;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#19377
Re:Reflection issues and lightbox nav... 12 Years, 8 Months ago Karma: 0
One day, I hope I can understand what goes wrong as fast as you...

Thank you for your help and long life to ARI !!!
The administrator has disabled public write access.
 
#19418
Re:Reflection issues and lightbox nav... 12 Years, 8 Months ago Karma: 0
Hello !

Again, I have a problem with the cloud carousel.

Finally, I changed the border of the thumbnails: I think it's easier to do it on Photoshop.

The problem is that the carousel displays thumbnails but not those I've made. It displays reductions of the pictures.

I've created some thumbnails which I placed in images/stories/clients/Exemples_Doc/FR/Thumbs.
The reals pictures are in images/stories/clients/Exemples_Doc/FR.

How can I displays my own thumbnails for each picture ?

I found the solution for the problem below : I had to set "Thumbnail path" parameter to "Thumbs/{$fileName}".

However, I still have another problem : how can I change the color of Title / Description and the position of the both text ?

Thanks !!
Last Edit: 2011/09/09 11:55 By GoToon.
The administrator has disabled public write access.
 
Go to topPage: 12