Page 45 of 70 FirstFirst ... 35434445464755 ... LastLast
Results 441 to 450 of 691
  1. #441
    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 andreitero View Post
    Thank you for taking the time. I will try to be more clear:
    1. The center column is not perfectly centered between the main wrapper right side border and left column border, it is visible on the main page, it needs moving about 3px to the left. How can i achieve that?

    2. In IE i have the same problem as before when hovering mouse over the images in the home page center column.

    3. I have changed the links to red now except for this:
    Code:
    a:hover,#navEZPagesTOC ul li a:hover {
    color:red;
    background:#fff;
    font-weight:700
    }
    That is not red on mouse hover for some reason.

    4. Just above the monthly specials(home page) there is a text box. I want to move that below the featured products. I suspect this will be done from tpl_index_default.php, but not sure.
    #1 #2 #3 - open includes/templates/cold_steel/css/stylesheet.css

    find the following declaration .centerColumn adjust the margin and padding as necessary.

    a:hover remove any reference(s) to background:#fff;


    Code:
    a:hover,#navEZPagesTOC ul li a:hover {
    color:red;
    background:#fff;
    font-weight:700
    }
    in this particular instance make sure you include a ; after the font-weight:700 declaration.

    #4 - open includes/templates/template_default/tpl_index_default.php
    find the following section of code:
    PHP Code:
    <?php if (DEFINE_MAIN_PAGE_STATUS >= and DEFINE_MAIN_PAGE_STATUS <= 2) { ?>
    <?php
    /**
     * get the Define Main Page Text
     */
    ?>
    <div id="indexDefaultMainContent" class="content"><?php require($define_page); ?></div>
    <?php ?>
    move the entire section to the bottom of the page just above the final <div>

  2. #442
    Join Date
    Dec 2009
    Posts
    204
    Plugin Contributions
    0

    Default Re: Cold Steel Template Support Thread

    Quote Originally Posted by clydejones View Post
    #1 #2 #3 - open includes/templates/cold_steel/css/stylesheet.css
    Thanks a lot Clyde, this solved everything, except for those links, they are still not red on hover, this is how it looks on my stylesheet:
    [SCR]a:hover,#navEZPagesTOC ul li a:hover {
    color:red;
    font-weight:700;
    }[/SCR]
    With or without this sorted, you have been a fantastic help, thank you very much!

  3. #443
    Join Date
    Dec 2009
    Posts
    204
    Plugin Contributions
    0

    Default Re: Cold Steel Template Support Thread

    Quote Originally Posted by andreitero View Post
    Thanks a lot Clyde, this solved everything, except for those links, they are still not red on hover, this is how it looks on my stylesheet:
    [SCR]a:hover,#navEZPagesTOC ul li a:hover {
    color:red;
    font-weight:700;
    }[/SCR]
    With or without this sorted, you have been a fantastic help, thank you very much!
    Sorry about the previous post, the code got lost for some reason. Here is the code from my stylesheet controling the hover:
    Code:
    a:hover,#navEZPagesTOC ul li a:hover {
    color:red;
    font-weight:700;
    }

  4. #444
    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 andreitero View Post
    Sorry about the previous post, the code got lost for some reason. Here is the code from my stylesheet controling the hover:
    Code:
    a:hover,#navEZPagesTOC ul li a:hover {
    color:red;
    font-weight:700;
    }
    the a:hover is working correctly.

    The only way you would see whether #navEZPagesTOC ul li a:hover is working would be if you were using ez-pages that were using chapters and the table of contents.

  5. #445
    Join Date
    Dec 2009
    Posts
    204
    Plugin Contributions
    0

    Default Re: Cold Steel Template Support Thread

    Quote Originally Posted by clydejones View Post
    the a:hover is working correctly.

    The only way you would see whether #navEZPagesTOC ul li a:hover is working would be if you were using ez-pages that were using chapters and the table of contents.
    My mistake, I saw the #navEZPagesTOC in firebug when inspecting the Bicycle and Componentry Guarantee link in my product pages, that's the one i would like to change to have a red hover effect. Thanks again for your patience.

  6. #446
    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 andreitero View Post
    My mistake, I saw the #navEZPagesTOC in firebug when inspecting the Bicycle and Componentry Guarantee link in my product pages, that's the one i would like to change to have a red hover effect. Thanks again for your patience.
    I don't see this link ( Bicycle and Componentry Guarantee link ) when viewing your site.

  7. #447
    Join Date
    Dec 2009
    Posts
    204
    Plugin Contributions
    0

    Default Re: Cold Steel Template Support Thread

    Quote Originally Posted by clydejones View Post
    I don't see this link ( Bicycle and Componentry Guarantee link ) when viewing your site.
    It's on the product pages:
    http://lemy.co.uk/silverfox-bullion-bmx-bike-p-161.html
    Maybe i'm pushing my luck , but how do i center the 'other products' link in the manufacturer info sidebox?

  8. #448
    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 andreitero View Post
    It's on the product pages:
    http://lemy.co.uk/silverfox-bullion-bmx-bike-p-161.html
    Maybe i'm pushing my luck , but how do i center the 'other products' link in the manufacturer info sidebox?
    That link is on an ez-page and should be covered by the a:hover; why its not, I have no idea.

    Your second question:

    This seems to be some sort of inline style directly in the sidebox and I have no idea how it would be centered.

  9. #449
    Join Date
    Dec 2009
    Posts
    204
    Plugin Contributions
    0

    Default Re: Cold Steel Template Support Thread

    Quote Originally Posted by clydejones View Post
    That link is on an ez-page and should be covered by the a:hover; why its not, I have no idea.

    Your second question:

    This seems to be some sort of inline style directly in the sidebox and I have no idea how it would be centered.
    Ok, i'm back with another problem
    In IE8 and and FF, the page body is displayed as it should, but in IE7 (and lower, i haven't tested it) the navmainwrapper content is shifting to the right. I have been searching the forum for 3 days and still can't come up with a fix for that. Please help

  10. #450
    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 andreitero View Post
    Ok, i'm back with another problem
    In IE8 and and FF, the page body is displayed as it should, but in IE7 (and lower, i haven't tested it) the navmainwrapper content is shifting to the right. I have been searching the forum for 3 days and still can't come up with a fix for that. Please help
    If you mean the dropdown menu then you will need to look at the css for for that mod and probably have to adjust the padding and margin settings.

    OR

    write a specific ie7 stylesheet to adjust the width of the dropdown menubar

 

 
Page 45 of 70 FirstFirst ... 35434445464755 ... 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