- Posts: 3
COMMUNITY FORUM
- Forum
- Commercial Joomla Extensions & Templates
- Frontpage Slideshow
- [solved]Problem with movies-template;
Please note that official support for commercial extensions & templates is provided in the Subscriber Help Desk.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
Support requests should ONLY be directed there and require an active subscription plan.
This forum board is to be used for archive purposes and knowledge exchange ONLY.
[solved]Problem with movies-template;
- fishfishf
- Topic Author
- Offline
- New Member
Less
More
12 years 10 months ago - 12 years 9 months ago #45797
by fishfishf
[solved]Problem with movies-template; was created by fishfishf
Hello, i have a curios problem with the movies template. (although i made a new template "on the fly" and changed the name it is basically the movies template and the problem is the same with the orginal template).
In the background of the navigation bar is a line with small zeros shown. But i cant understand why (probably a css problem) and i don't understand how to change it. Can you help me
www.feg-heiden.ch
daniel
In the background of the navigation bar is a line with small zeros shown. But i cant understand why (probably a css problem) and i don't understand how to change it. Can you help me
www.feg-heiden.ch
daniel
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
12 years 9 months ago #45798
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: Problem with movies-template; e
This is a css conflict with this element styling of your template:
To avoid this conflict just go to templates/ja_rasite/html/mod_fpss/fegheiden/css/template.css.php and change this:to this:
#ja-topsl li, #ja-botsl li {
[b]background-image: url("../images/bullet2.gif");[/b]
background-position: 1px 8px;
padding-left: 10px;
}
To avoid this conflict just go to templates/ja_rasite/html/mod_fpss/fegheiden/css/template.css.php and change this:
.fpss-template-movies .navigation li {
background: url("../images/nav.gif") repeat-x scroll 0 100% #505050;
z-index: 7;
}
.fpss-template-movies .navigation li {
background: url("../images/nav.gif") repeat-x scroll 0 100% #505050 !important;
z-index: 7;
}
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- fishfishf
- Topic Author
- Offline
- New Member
Less
More
- Posts: 3
12 years 9 months ago #45799
by fishfishf
Replied by fishfishf on topic Re: Problem with movies-template; e
Thank you for your help. But that solved a problem and produced another one ???
Just to mention it: your source code looked rather different than mine. What I added was the "!important" in my source code. I did not ad the "scroll" and did not change the position of the color.
This is my source code now:
The new problem is that i can't see any more which navigation-slide ist active (the brighter vertical slide is missing). Yes I changed the color of the "transparent_bg.png" to get more contrast to the introtext container, but that's not the reason for the missing slide - isn't it?
Just to mention it: your source code looked rather different than mine. What I added was the "!important" in my source code. I did not ad the "scroll" and did not change the position of the color.
This is my source code now:
.fpss-template-movies .navigation li {background:#505050 url(../images/nav.gif) repeat-x 0 100% !important; z-index:7;}
The new problem is that i can't see any more which navigation-slide ist active (the brighter vertical slide is missing). Yes I changed the color of the "transparent_bg.png" to get more contrast to the introtext container, but that's not the reason for the missing slide - isn't it?
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
12 years 9 months ago #45800
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: Problem with movies-template; e
Add !important; to this element too please:
.fpss-template-movies .navigation li.active, .fpss-template-movies .navigation li:hover, .fpss-template-movies .navigation-background {
background: url("../images/nav-active.gif") repeat-x scroll center bottom #D2D2D2 !important;
}
.fpss-template-movies .navigation li.active, .fpss-template-movies .navigation li:hover, .fpss-template-movies .navigation-background {
background: url("../images/nav-active.gif") repeat-x scroll center bottom #D2D2D2 !important;
}
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- fishfishf
- Topic Author
- Offline
- New Member
Less
More
- Posts: 3
12 years 9 months ago #45801
by fishfishf
Replied by fishfishf on topic Re: [solved]Problem with movies-template;
Great! Now it works fine! Thank you! :D ;D 8)
Please Log in or Create an account to join the conversation.
- Katia
- Offline
- Platinum Member
Less
More
- Posts: 4696
12 years 9 months ago #45802
by Katia
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Replied by Katia on topic Re: [solved]Problem with movies-template;
You are welcome!
JoomlaWorks Support Team
---
Please search the forum before posting a new topic :)
Please Log in or Create an account to join the conversation.
- Forum
- Commercial Joomla Extensions & Templates
- Frontpage Slideshow
- [solved]Problem with movies-template;