Page 1 of 1

Phoca T vs. Phoca Gallery Menue-Module

Posted: 12 Jul 2012, 13:56
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?

Re: Phoca T vs. Phoca Gallery Menue-Module

Posted: 12 Jul 2012, 18:56
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

Re: Phoca T vs. Phoca Gallery Menue-Module

Posted: 12 Jul 2012, 21:47
by Jlaebbischer
Great. Now its Perfect. Thanks

Re: Phoca T vs. Phoca Gallery Menue-Module

Posted: 14 Jul 2012, 22:09
by Jan
Ok