Page 17 of 70 FirstFirst ... 715161718192767 ... LastLast
Results 161 to 170 of 691
  1. #161
    Join Date
    Sep 2008
    Posts
    219
    Plugin Contributions
    0

    Default Re: Cold Steel Template Support Thread

    Quote Originally Posted by clydejones View Post
    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.
    Last edited by hardwiredtemplates; 23 May 2009 at 04:04 AM. Reason: more information

  2. #162
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Cold Steel Template Support Thread

    Quote Originally Posted by hardwiredtemplates View Post
    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. #163
    Join Date
    Sep 2008
    Posts
    219
    Plugin Contributions
    0

    Default Re: Cold Steel Template Support Thread

    Quote Originally Posted by clydejones View Post
    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..
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	hover_problem.jpg 
Views:	183 
Size:	4.9 KB 
ID:	5793   Click image for larger version. 

Name:	Clyde_test_site.jpg 
Views:	176 
Size:	3.7 KB 
ID:	5794   Click image for larger version. 

Name:	Need_This.jpg 
Views:	175 
Size:	5.2 KB 
ID:	5795  


  4. #164
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Cold Steel Template Support Thread

    Quote Originally Posted by hardwiredtemplates View Post
    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)

  5. #165
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Cold Steel Template Support Thread

    Quote Originally Posted by hardwiredtemplates View Post
    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%;
    }

  6. #166
    Join Date
    Sep 2008
    Posts
    219
    Plugin Contributions
    0

    Default Re: Cold Steel Template Support Thread

    Quote Originally Posted by clydejones View Post
    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.

  7. #167
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Cold Steel Template Support Thread

    Quote Originally Posted by hardwiredtemplates View Post
    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.

  8. #168
    Join Date
    Sep 2008
    Posts
    219
    Plugin Contributions
    0

    Default Re: Cold Steel Template Support Thread

    Quote Originally Posted by clydejones View Post
    #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...

    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.

  9. #169
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Cold Steel Template Support Thread

    Quote Originally Posted by hardwiredtemplates View Post
    Ok I've added the image and no difference...

    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.

  10. #170
    Join Date
    May 2009
    Location
    Melbourne, Australia
    Posts
    46
    Plugin Contributions
    0

    Default 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

 

 
Page 17 of 70 FirstFirst ... 715161718192767 ... LastLast

Similar Threads

  1. Responsive Cold Steel Template for v1.5.x
    By rbarbour in forum Addon Templates
    Replies: 38
    Last Post: 29 May 2017, 03:12 AM
  2. v150 Cold Steel Template
    By Sniper in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 11 Aug 2012, 06:25 PM
  3. v150 Ice Cold Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 5
    Last Post: 23 Jun 2012, 08:02 PM
  4. Cold Steel Template - fatal error
    By itseemedsosimple in forum Addon Templates
    Replies: 2
    Last Post: 1 Mar 2011, 12:46 AM
  5. Attribute Alignment Problem Cold Steel Template
    By CascianoLtd in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 25 Sep 2009, 05:54 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg
Zen-Cart, Internet Selling Services, Klamath Falls, OR