Phoca Gallery and Ja_purity menu below pictures

Phoca Gallery - image gallery extension
antoinemcb
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 24 Nov 2008, 14:37

Re: Phoca Gallery and Ja_purity menu below pictures

Post by antoinemcb »

Hi Jan,

Me too I use the powerful Phoca Gallery component (v2.1.0 RC) on my Joomla (v1.5.7) website with the ja_purity template. :wink: .
Unfortunately, as a beginner, I developped it looking at FireFox. When everything was fine, I discovered that on IE the sub-menus were below the Phoca Gallery pictures :-(

It would be great if you could advise me to make this nice ja_purity sub-menu feature works on IE !

Thanks for your help,
Antoine
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Gallery and Ja_purity menu below pictures

Post by Jan »

Hi, I didn't do it with JA Purity but with my own menu where I just removed the attribute : absolute for the menu...

Jan
If you find Phoca extensions useful, please support the project
antoinemcb
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 24 Nov 2008, 14:37

Re: Phoca Gallery and Ja_purity menu below pictures

Post by antoinemcb »

Hi Jan,

Thanks for your hint. (look at the menu css instead of the phoca one).
Today my problem is solved ! (both IE6 & IE7)

For the ja_purity sub-menu users who may face the same issue, I removed the relative attribute in the "#ja-mainnav ul.menu li" of the ja-sosdmenu.css.
#ja-mainnav ul.menu li {
margin: 0; /* all list items */
padding: 0;
float: left;
display: block;
background: none;
cursor: pointer;
/* position: relative; Commented to make ja_purity compliant with phoca gallery */
list-style: none;
}
BR,
Antoine
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Gallery and Ja_purity menu below pictures

Post by Jan »

Great....

Jan
If you find Phoca extensions useful, please support the project
User avatar
Joern Gerken
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 25 Dec 2008, 04:10

Re: Phoca Gallery and Ja_purity menu below pictures

Post by Joern Gerken »

antoinemcb wrote:Hi Jan,

Thanks for your hint. (look at the menu css instead of the phoca one).
Today my problem is solved ! (both IE6 & IE7)

For the ja_purity sub-menu users who may face the same issue, I removed the relative attribute in the "#ja-mainnav ul.menu li" of the ja-sosdmenu.css.
#ja-mainnav ul.menu li {
margin: 0; /* all list items */
padding: 0;
float: left;
display: block;
background: none;
cursor: pointer;
/* position: relative; Commented to make ja_purity compliant with phoca gallery */
list-style: none;
}
BR,
Antoine
Hi,

after updating to Joomla 1.5.9 (PhocaGallery 2.10 RC), I've noticed some useful ( and necessary ) changes in ja_purity. But the old menu problem arrived again. So before doing some "quick and dirty" hacks, I take a look into the css of ja-sosdmenu.css. There are two definitions with position "absolute" (arround line 31 and arround line 165) and only the second one has a defined z-index (z-index:99;).

Simply adding a z-index (z-index:98;) to the first definition should do the thing ... :x

Code: Select all

#ja-mainnav li ul { /* second-level lists */
	position: absolute;
	z-index: 98;
	width: 202px;
	/*
	 * Using left instead of display to hide menus because display: none isn't
	 * read by screen readers
	 */
	left: -999em;
}
... and yes, it does 8)

Kind regards,

Jörn :)
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49297
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Gallery and Ja_purity menu below pictures

Post by Jan »

GREAT ... thank you for this information...

Jan
If you find Phoca extensions useful, please support the project
sebastien83
Phoca Newbie
Phoca Newbie
Posts: 7
Joined: 06 Oct 2008, 19:02

Re: Phoca Gallery and Ja_purity menu below pictures

Post by sebastien83 »

Hello!
I try but ddon't work for me

Ja Purity + phoca Galleri + Joomla 1.5.9

Thanks :idea:
User avatar
Joern Gerken
Phoca Newbie
Phoca Newbie
Posts: 2
Joined: 25 Dec 2008, 04:10

Re: Phoca Gallery and Ja_purity menu below pictures

Post by Joern Gerken »

sebastien83 wrote:Hello!
I try but ddon't work for me

Ja Purity + phoca Galleri + Joomla 1.5.9

Thanks :idea:
Link?
cosimota
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 05 Mar 2010, 13:21

Re: I have made some cha

Post by cosimota »

Jan wrote:Please download the phocagallery_ja_purity.zip file in:
https://www.phoca.cz/phocagallery/index. ... e=download
and copy these files included in zip file into:
your_joomla_site/components/com_phocagallery/assets/
Hi,
I have the same problem but I have not found this file in the Phoca site. :x
Can I have some more help?

thanks
cosimota
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 05 Mar 2010, 13:21

Re: I have made some cha

Post by cosimota »

cosimota wrote: Hi,
I have the same problem but I have not found this file in the Phoca site. :x
Can I have some more help?
Sorry, I did not see the other pages of messages :x :x :x :x
Post Reply