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?

Popup doesn't center in IE8 and Firefox
(1 viewing) (1) Guest
Go to bottomPage: 12
TOPIC: Popup doesn't center in IE8 and Firefox
#6319
Popup doesn't center in IE8 and Firefox 13 Years, 7 Months ago Karma: 0
Hi,

I'm having an issue with the plugin in IE8 and Firefox (but works in Chrome). If I am scrolled down the page at all when I click an image, then it pops up but centers itself off the bottom of the screen (so that only the top of the image can be seen). If I am at the top of the page (not scrolled down at all), then the images pop up and align correctly.

For example, go to this page, scroll down, and click on any of the six circular images near the bottom.

Is this an issue with the plugin or with something I'm doing?

Thanks for any help!
The administrator has disabled public write access.
 
#6544
Re:Popup doesn't center in IE8 and Firefox 13 Years, 7 Months ago Karma: 746
Hello,

This is a problem with site template styles. The plugin doesn't work due to the next CSS rules:

Code:


HTML, BODY {
  overflow-x: hidden;
  overflow-y: auto;
}



With the following CSS rules it will work:

Code:


HTML, BODY {
  overflow-x: inherit;
  overflow-y: inherit;
}



Regards,
ARI Soft
The administrator has disabled public write access.
 
#7311
Re:Popup doesn't center in IE8 and Firefox 13 Years, 6 Months ago Karma: 0
Hi,

I think I have this same problem with my site, except it's with Safari for Mac. Do I insert the aforementioned code into the template CSS code in my joomla administration, or do I insert the code within the code for the litebox plugin?

Thanks!
The administrator has disabled public write access.
 
#7312
Re:Popup doesn't center in IE8 and Firefox 13 Years, 6 Months ago Karma: 746
Hello,

Could you provide link to page where we can see this issue?

Regards,
ARI Soft
The administrator has disabled public write access.
 
#7315
Re:Popup doesn't center in IE8 and Firefox 13 Years, 6 Months ago Karma: 0
www.rsabg.org/acanthaceae/

The map shown at the bottom of the main page has click-able links which utilize the plugin. The problem seems only to come up with mac users with safari- when using windows and safari, there is no problem.
The administrator has disabled public write access.
 
#7319
Re:Popup doesn't center in IE8 and Firefox 13 Years, 6 Months ago Karma: 746
It seems it works normally in all browsers (IE, Safari, Chrome, FireFox and Opera) in Windows. Unfortunately we can't test it on Mac.

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