Page 40 of 70 FirstFirst ... 30383940414250 ... LastLast
Results 391 to 400 of 691
  1. #391
    Join Date
    Feb 2007
    Posts
    77
    Plugin Contributions
    0

    Default Re: Cold Steel Template Support Thread

    Quote Originally Posted by clydejones View Post
    There could be a couple of reasons for this but without having a look at your site I can't give you a definite answer.

    Just sent you a PM

  2. #392
    Join Date
    Jul 2008
    Posts
    57
    Plugin Contributions
    0

    Default Re: Cold Steel Template Support Thread

    Clyde, Thanks for your templates. I have tried several other templates that were not yours and none worked out.

    I have been trying to figure out as much as I can but I am getting a list of questions. Here are 2.

    I am going to remove pretty much the whole top banner area and need to move the (Home Log In/Register) links down to the next bar down. I also want to remove the date all together.


    The other question is, Where do I edit the links that show up in the Information block on the side.

    my build for ref, http://www.centraloutdoors.com/store/

  3. #393
    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 MattS View Post
    Clyde, Thanks for your templates. I have tried several other templates that were not yours and none worked out.

    I have been trying to figure out as much as I can but I am getting a list of questions. Here are 2.

    I am going to remove pretty much the whole top banner area and need to move the (Home Log In/Register) links down to the next bar down. I also want to remove the date all together.


    The other question is, Where do I edit the links that show up in the Information block on the side.

    my build for ref, http://www.centraloutdoors.com/store/
    The link you provided doesn't seem to be working

  4. #394
    Join Date
    Jul 2008
    Posts
    57
    Plugin Contributions
    0

    Default Re: Cold Steel Template Support Thread

    You may have to give it some time. Its supper slow loading. But it works

  5. #395
    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 MattS View Post
    Clyde, Thanks for your templates. I have tried several other templates that were not yours and none worked out.

    I have been trying to figure out as much as I can but I am getting a list of questions. Here are 2.

    I am going to remove pretty much the whole top banner area and need to move the (Home Log In/Register) links down to the next bar down. I also want to remove the date all together.


    The other question is, Where do I edit the links that show up in the Information block on the side.

    my build for ref, http://www.centraloutdoors.com/store/
    You can create internal links using ez-pages for these links

    You can open includes/templates/cold_steel/css/stylesheet.css

    find the following declarations: and make the highlighted changes:

    .date {
    display:none;
    padding-left:5px;
    position: absolute;
    top: 95px;
    right: 20px;
    color:#000;
    font-weight: bold;
    text-align: left;
    font-size: 1.2em;
    line-height:normal;
    }

    #navMainWrapper {
    display:none;
    position:absolute;
    left: 201px;
    top: 90px;
    font-size: 1.2em;
    }

    if you don't want the information box to display turn it off.
    admin -> tools -> layout boxes controller

  6. #396
    Join Date
    Jul 2008
    Posts
    57
    Plugin Contributions
    0

    Default Re: Cold Steel Template Support Thread

    Thanks, got those removed and will add what I want back with the EZpages.

    I want the information box displayed, I just want to remove pages and add new pages to it. How do I?

  7. #397
    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 MattS View Post
    Thanks, got those removed and will add what I want back with the EZpages.

    I want the information box displayed, I just want to remove pages and add new pages to it. How do I?
    personally, I don't use the information sidebox. I've created internal links in ez-pages and assigned them to the ez-pages sidebox.

    That said,

    A lot of the links in the information sidebox can be turned off in admin.

    if you want to add links then open includes/modules/sideboxes/information.php

    use the current entries as your model and add new links as desired.

  8. #398
    Join Date
    Jul 2008
    Posts
    57
    Plugin Contributions
    0

    Default Re: Cold Steel Template Support Thread

    thanks again, your right on the ezpages route. It does seem to be the best way to go.

  9. #399
    Join Date
    Jul 2008
    Posts
    57
    Plugin Contributions
    0

    Default Re: Cold Steel Template Support Thread

    Couple more quick fixes.

    I can't get rid of the "New Products" in the middle column. Its turned off in the layout box controller.

    Also, refer to my site. I would like the info at the very bottom (copyright......) to be centered on the page. I figured out the ezpages, but can't find that one.

    Thanks
    Matt
    http://www.centraloutdoors.com/store....php?main_page

  10. #400
    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 MattS View Post
    Couple more quick fixes.

    I can't get rid of the "New Products" in the middle column. Its turned off in the layout box controller.

    Also, refer to my site. I would like the info at the very bottom (copyright......) to be centered on the page. I figured out the ezpages, but can't find that one.

    Thanks
    Matt
    http://www.centraloutdoors.com/store....php?main_page
    admin -> configuration -> index listing -> Show New Products on Main Page (set to 0)

    open includes/templates/cold_steel/css/stylesheet.css

    find the following:

    #siteinfoLegal {
    margin:0;
    padding: 0 15px;
    font-size: 0.9em;
    text-align:right;
    width:619px;
    line-height:normal;
    clear:both;
    float:right;
    }

    and replace with:

    #siteinfoLegal {
    margin:0;
    padding: 0 15px;
    font-size: 0.9em;
    text-align:right;
    width:619px;
    line-height:normal;
    clear:both;
    text-align:center;
    }

 

 
Page 40 of 70 FirstFirst ... 30383940414250 ... 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