Modal popup Box shown in left corner

Phoca Gallery - image gallery extension
lieske
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 29 Jun 2009, 16:29

Modal popup Box shown in left corner

Post by lieske »

Greetings,

Some problem just came in on my fairly new website, wich is still in progress.

I'm using the modal popup box for showing the pictures. Everything seemed fine on my computers, friends, colleges etc.

But one person just mailed me that the box shows in the left corner of her screen so u can only see a little bit of the picture. She is using IE 8. Weird as it shows all good on my pc's with IE8. :idea:

I have no idea where to look for the answer.

Here is how it's shown on the person who mailed me.
Image
Last edited by lieske on 17 Jul 2009, 10:18, edited 1 time in total.
User avatar
caro84g
Phoca Hero
Phoca Hero
Posts: 1369
Joined: 11 Feb 2008, 17:52
Location: Holland
Contact:

Re: Modal popup Box shown in left corner

Post by caro84g »

Hi,

that's weird for sure. On my ie8 it shows correct centered. Could you ask the person with the problem to clear the browser cache and test again?

Regards, Carolien
Please ask your support questions in the forums and not via PM - I delete those PM's
Backup before you do any major change to your website (and test first)
lieske
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 29 Jun 2009, 16:29

Re: Modal popup Box shown in left corner

Post by lieske »

Good idea, though it did not help. :(

I also asked her to update java, as i noticed some code uses java.

But none of those worked.

I "think" the file "modal.css", found in \media\system\css is responsible for the right position of the popup frame. Is there anything, small or big that i can change to try if that works or not?

Code: Select all

#sbox-window
{
	position:				relative;
	background-color:		#000;
	text-align:				left;
	overflow:				visible;
	padding:				10px;
	-moz-border-radius:		3px;
}

* html #sbox-window
{
	top: 50% !important;
	left: 50% !important;
}
Thanks for vieuwing into this. Rly appreciated!
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Modal popup Box shown in left corner

Post by Jan »

Hi, try to search this forum (or joomla.org forum), somewhere there is some guide how to modify it so it will be centered in IE6, maybe this will help.

Jan
If you find Phoca extensions useful, please support the project
lieske
Phoca Newbie
Phoca Newbie
Posts: 3
Joined: 29 Jun 2009, 16:29

Re: Modal popup Box shown in left corner

Post by lieske »

Thanks Jan for you're tribute to the problem too. I searched the forum, but the code that that was listed is already inplanted in the latest version of Phoca Gallery.

The one who mailed me came up with the solution herself.
For the people who got the same problem and looking for the answer:

Open Internet Explorer (8)
Extra - Internet options
Tab "Advanced"
under security enable "Notive XMLHTTP"

Stupid hu, but The problem is solved! :twisted:

A big thanks to the makers of this greath component and for the good support.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Modal popup Box shown in left corner

Post by Jan »

Ok
If you find Phoca extensions useful, please support the project
Post Reply