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?
Phoca T vs. Phoca Gallery Menue-Module
-
- Phoca Newbie
- Posts: 4
- Joined: 10 Dec 2009, 21:06
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca T vs. Phoca Gallery Menue-Module
Hi, go to:
templates\phoca_t\css\template.css
cca line 191 and change
FROM:
TO:
Jan
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;
}
Code: Select all
/* Side */
#phoca-side1 {
position: relative;
float: left;
width: 23%;
/*overflow: hidden;*/
margin: 0px;
padding: 0px;
}
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 4
- Joined: 10 Dec 2009, 21:06
Re: Phoca T vs. Phoca Gallery Menue-Module
Great. Now its Perfect. Thanks
- Jan
- Phoca Hero
- Posts: 48386
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Phoca T vs. Phoca Gallery Menue-Module
Ok
If you find Phoca extensions useful, please support the project