Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
clydejones
make sure you've made the changes to the correct stylesheet.
open includes/templates/cold_steel/css/stylesheet_betterCategoriesEzInfo.css
Yes I have made the changes to the correct stylesheet. To confirm here is the path: beautycarediscounts.com/includes/templates/cold_steel/css/stylesheet_betterCategoriesEzInfo.css
I am going to remove the entire template and start over again. Hopefully that will change this for the better.
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
hardwiredtemplates
Yes I have made the changes to the correct stylesheet. To confirm here is the path: beautycarediscounts.com/includes/templates/cold_steel/css/stylesheet_betterCategoriesEzInfo.css
I am going to remove the entire template and start over again. Hopefully that will change this for the better.
well it seems to be working for me because when checking the site I can hover over the category sidebox and get an "orange" hover color and I get the same hover color when i check the "tab cat bar"
Whenever you make changes like this, always be sure to clear the browser cache.
3 Attachment(s)
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
clydejones
well it seems to be working for me because when checking the site I can hover over the category sidebox and get an "orange" hover color and I get the same hover color when i check the "tab cat bar"
Whenever you make changes like this, always be sure to clear the browser cache.
Alright I've re-installed the template along with the tab_nave_fix. I still have the hover problem along the top (does not fill the little tap) I wonder if this an image problem from the tab_nav_fix or something in the stylesheet. I've attached images along with the comparison from your test site so the inconsistencies can be noted. I also really wanted the navEZPages top from your site, this seems to be controlled in admin and I cannot find where. I've also attached the image Need_This.jpg
beautycarediscountsDOTcom
thanks clyde..
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
hardwiredtemplates
Alright I've re-installed the template along with the tab_nave_fix. I still have the hover problem along the top (does not fill the little tap) I wonder if this an image problem from the tab_nav_fix or something in the stylesheet. I've attached images along with the comparison from your test site so the inconsistencies can be noted. I also really wanted the navEZPages top from your site, this seems to be controlled in admin and I cannot find where. I've also attached the image Need_This.jpg
beautycarediscountsDOTcom
thanks clyde..
admin -> configuration -> EZ-Pages Settings -> EZ-Pages Display Status - HeaderBar (set to 1)
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
hardwiredtemplates
Alright I've re-installed the template along with the tab_nave_fix. I still have the hover problem along the top (does not fill the little tap) I wonder if this an image problem from the tab_nav_fix or something in the stylesheet. I've attached images along with the comparison from your test site so the inconsistencies can be noted. I also really wanted the navEZPages top from your site, this seems to be controlled in admin and I cannot find where. I've also attached the image Need_This.jpg
beautycarediscountsDOTcom
thanks clyde..
open includes/templates/cold_steel/css/stylesheet.css
find the following declaration and make the highlighted change.
#navMainWrapper {
position:absolute;
left: 10px;
top: 89px;
font-size: 1.1em;
height:30px;
line-height: normal;
width: 100%;
}
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
clydejones
open includes/templates/cold_steel/css/stylesheet.css
find the following declaration and make the highlighted change.
#navMainWrapper {
position:absolute;
left: 10px;
top: 89px;
font-size: 1.1em;
height:30px;
line-height: normal;
width: 100%;
}
Made the change and it still does not fix the hover problems noted in the attachments above.
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
hardwiredtemplates
Made the change and it still does not fix the hover problems noted in the attachments above.
#navMainWrapper {
background: url(../images/navmain_tab.gif) no-repeat;
font-size: 1.1em;
height:30px;
line-height: normal;
width: 917px;
}
Please note the graphic that is included in with this declaration.
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
clydejones
#navMainWrapper {
background: url(../images/navmain_tab.gif) no-repeat;
font-size: 1.1em;
height:30px;
line-height: normal;
width: 917px;
}
Please note the graphic that is included in with this declaration.
Ok I've added the image and no difference...:frusty:
Do you think this is related to the hover declaration
#navMain ul li a:hover span {
padding:2px 15px 2px 6px;
background-position:100% -42px;
color:#fff;
font-weight: bold;
}
I am not good with php nor programming but with the help of devtools I can understand some things
what does your declaration look like for controlling the navigation and the hover area.
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
hardwiredtemplates
Ok I've added the image and no difference...:frusty:
Do you think this is related to the hover declaration
#navMain ul li a:hover span {
padding:2px 15px 2px 6px;
background-position:100% -42px;
color:#fff;
font-weight: bold;
}
I am not good with php nor programming but with the help of devtools I can understand some things
what does your declaration look like for controlling the navigation and the hover area.
These are the declarations you should have:
#navMain ul li a:hover {
background-position: 0 -42px;
}
#navMain ul li a:hover span {
padding:2px 15px 2px 6px;
background-position:100% -42px;
color:#fff;
font-weight: bold;
}
Send e a PM if you need additional help.
Re: Cold Steel Template Support Thread
Hey again Clyde,
Sorted out my last problems...
Having problems with my page buttons. On my login page the button gif is not showing. I have reloaded the buttons and they all seem to be there. I don't know which page or code to check.
Please help the link is below
http://cardstands.com.au/index.php?main_page=login
thanks
Renate