Phoca T vs. Phoca Gallery Menue-Module

Phoca Templates - templates for Joomla! CMS
Jlaebbischer
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 10 Dec 2009, 21:06

Phoca T vs. Phoca Gallery Menue-Module

Post by Jlaebbischer »

Hello,

ich have installed on actual Joomla the template Phoca T and use the gallery with the Menue-Module.

Now, i have a Problem. The Menue is only visible in the Side-Position, not in the Content-Position.

Sorry, i can't explain it better, my English is very bad. You can see it here:

www.nolte-fotowelt.de

The best to view is the Section "Insektenwelt" --> "Raupen und Wanzen". Here is only visible the "Raupen un"
In the Future, i need mor Kategbories and Subkategories, where kollide with this Problem...

Can you help?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca T vs. Phoca Gallery Menue-Module

Post by Jan »

Hi, go to:

templates\phoca_t\css\template.css

cca line 191 and change

FROM:

Code: Select all

/* Side */
#phoca-side1 {
	position:	relative;
	float:		left;
	width:		23%;
	overflow:	hidden;
	margin:		0px;
	padding:	0px;
}
TO:

Code: Select all

/* Side */
#phoca-side1 {
	position:	relative;
	float:		left;
	width:		23%;
	/*overflow:	hidden;*/
	margin:		0px;
	padding:	0px;
}
Jan
If you find Phoca extensions useful, please support the project
Jlaebbischer
Phoca Newbie
Phoca Newbie
Posts: 4
Joined: 10 Dec 2009, 21:06

Re: Phoca T vs. Phoca Gallery Menue-Module

Post by Jlaebbischer »

Great. Now its Perfect. Thanks
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 47810
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca T vs. Phoca Gallery Menue-Module

Post by Jan »

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