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?

Display problem with lightbox popup.
(1 viewing) (1) Guest
Go to bottomPage: 1
TOPIC: Display problem with lightbox popup.
#13184
Display problem with lightbox popup. 13 Years ago Karma: 0
Hello,

First off let me say I love your module.

I have a problem with it displaying correctly on my customers site. It worked fine in my test environment.

The box is separated and the small thumbnails are only displaying an arrow.

I hope you can help me out.

Here is a screen shot of the problem


Also you can see here.
Last Edit: 2011/04/02 07:39 By navidmitchell.
The administrator has disabled public write access.
 
#13187
Re:Display problem with lightbox popup. 13 Years ago Karma: 747
Hello,

This is the problem with site template styles. Add the next CSS rules to site template CSS file that fix it:

Code:


.pp_pic_holder div
{
 padding: 0;
}

body .pp_gallery li.default a img 
{
 display: block;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#13189
Re:Display problem with lightbox popup. 13 Years ago Karma: 0
Awesome!! Thank you!
The administrator has disabled public write access.
 
Go to topPage: 1