Bad display with shadowbox and search module with FF 3.0.1

Phoca Gallery - image gallery extension
User avatar
ikario
Phoca Newbie
Phoca Newbie
Posts: 8
Joined: 14 Sep 2008, 10:41
Location: France
Contact:

Bad display with shadowbox and search module with FF 3.0.1

Post by ikario »

Hello,

In first, excuse my english but i'm french...
I use RedEvo_Aphelion template.
With firefox 3.0.1 and not with IE7, the search module (position : user 4 )displayes with opacity 100% in front the shadowbox.

Image

There is no problem with the other detail window (modal popup box and highslide).

Thanks for your help.
Go to visit my photo gallery http://ikario.net
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49279
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Bad display with shadowbox and search module with FF 3.0.1

Post by Jan »

Hi, maybe the shadowbox has other z-indes as highslide and modal...try to see the css file of shadowbox, maybe somewhere you can define z-index ...

components/com_phocagallery/assets/js/shadowbox/ ...

Jan
If you find Phoca extensions useful, please support the project
User avatar
ikario
Phoca Newbie
Phoca Newbie
Posts: 8
Joined: 14 Sep 2008, 10:41
Location: France
Contact:

Re: Bad display with shadowbox and search module with FF 3.0.1

Post by ikario »

Hi,

Thank for your answer but it's not easy because I'm not a web developer so... :idea:

I found that in \components\com_phocagallery\assets\js\shadowbox\src\skin\classic\skin.css

Line 71 to 81 :

Code: Select all

#shadowbox_container {

  position: fixed;

  display: block;

  visibility: hidden;

  z-index: 999;

  text-align: center; /* centers #shadowbox in quirks and IE */
I don't know what to do. I didn't find the same "z-index" in highslide.

Could you precise what i have to do ?

Thanks
Go to visit my photo gallery http://ikario.net
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49279
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Bad display with shadowbox and search module with FF 3.0.1

Post by Jan »

Hi, z-index means, that if you set e.g.:
z-index:10;
z-index:5;

then

z-index: 10; will be over z-index: 5;

so try to set e.g.:

z-index: 1000; or more (e.g. 10000) ...maybe some templates box has z-index: 1000, so in this case, z-index: 1001 of the class you have find (#shadowbox_container) will be over the template box...

Jan
If you find Phoca extensions useful, please support the project
User avatar
ikario
Phoca Newbie
Phoca Newbie
Posts: 8
Joined: 14 Sep 2008, 10:41
Location: France
Contact:

Re: Bad display with shadowbox and search module with FF 3.0.1

Post by ikario »

Hi,

Fantastic, it's OK.

Thank you very much for your help.

Congratulation for your work.
Go to visit my photo gallery http://ikario.net
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49279
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Bad display with shadowbox and search module with FF 3.0.1

Post by Jan »

Great to hear it... thank you for this information...

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