Page 11 of 18 FirstFirst ... 910111213 ... LastLast
Results 101 to 110 of 177
  1. #101
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Desert Noon Template Support Thread

    Quote Originally Posted by Cris View Post
    I'm totally new to Zen Cart, so please excuse any ignorance on my part.
    If someone needed to add extra text or images to their footer beside the "powered by Zen Cart" message, how would they do it? I read something about editing the tpl_footer.php file but couldn't find it for this template.. Any ideas?
    open includes/templates/template_default/common/tpl_footer/php

    make whatever edits you need.

    Save the edited file to includes/templates/desert_noon/common/tpl_footer.php

  2. #102
    Join Date
    Dec 2009
    Posts
    5
    Plugin Contributions
    0

    Default Re: Desert Noon Template Support Thread

    That's what I needed to know. Thanks.

  3. #103
    Join Date
    Jan 2010
    Posts
    4
    Plugin Contributions
    0

    Default Re: Desert Noon Template Support Thread

    Clyde, Great template! I;m new to this so bear with me. I have a very stupid but basic question. When you speak about editing the stylesheet, which one should I edit? I have searched the stylesheets I thought would be the right ones but cannot seem to find the secound part of the edit.
    and un-comment the following declaration:
    /* #navCatTabsWrapper {
    margin: 0 auto;
    background: url(../images/navbar.gif) repeat-x;
    font-weight: bold;
    color: #ffffff;
    }*/

    Thanks,
    Ed

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

    Default Re: Desert Noon Template Support Thread

    Quote Originally Posted by zippiedip View Post
    Clyde, Great template! I;m new to this so bear with me. I have a very stupid but basic question. When you speak about editing the stylesheet, which one should I edit? I have searched the stylesheets I thought would be the right ones but cannot seem to find the secound part of the edit.
    and un-comment the following declaration:
    /* #navCatTabsWrapper {
    margin: 0 auto;
    background: url(../images/navbar.gif) repeat-x;
    font-weight: bold;
    color: #ffffff;
    }*/

    Thanks,
    Ed
    includes/templates/desert_noon/css/stylesheet.css

  5. #105
    Join Date
    Aug 2009
    Location
    Canada
    Posts
    42
    Plugin Contributions
    0

    Default Re: Desert Noon Template Support Thread

    Awesome template, Clyde. Nice layout and I just love it. I just started to edit the stylesheet and I could change header, sidebox headers, bottom navigation and so on but I cannot find the code for "link" text of left/right sidebox contents (documents, special links, other information, etc).

    Also, I could change the text color for Categories contents but I am not sure which code to remove background image of Categories sidebox - both background for the box and background for the hover...

    I want the background to be black and text/link to #99000, hover to #FF9900 for all my sidebox contents... And, if I could add, I want to change the link color of Center Column as well

    Sorry for the basic question but I spend searching this all day yesterday and no luck (I am sure I am looking at the code for thousand times but I am not catching it). I tried changing some of #854401 but it didn't change the main page... I would appreciate if you (or anyone) could direct me to the code location.

    Thanks!

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

    Default Re: Desert Noon Template Support Thread

    Quote Originally Posted by Shinmai View Post
    Awesome template, Clyde. Nice layout and I just love it. I just started to edit the stylesheet and I could change header, sidebox headers, bottom navigation and so on but I cannot find the code for "link" text of left/right sidebox contents (documents, special links, other information, etc).

    Also, I could change the text color for Categories contents but I am not sure which code to remove background image of Categories sidebox - both background for the box and background for the hover...

    I want the background to be black and text/link to #99000, hover to #FF9900 for all my sidebox contents... And, if I could add, I want to change the link color of Center Column as well

    Sorry for the basic question but I spend searching this all day yesterday and no luck (I am sure I am looking at the code for thousand times but I am not catching it). I tried changing some of #854401 but it didn't change the main page... I would appreciate if you (or anyone) could direct me to the code location.

    Thanks!
    change the following in the stylesheet.css

    a img {border: none; }

    a:link, #navEZPagesTOC ul li a {
    color: #854401;
    text-decoration: none;
    font-weight: bold;
    }

    a:visited {
    color: #854401;
    text-decoration: none;
    font-weight: bold;
    }

    a:hover, #navEZPagesTOC ul li a:hover {
    color: #854401;
    background: #E7D9BC;
    font-weight: bold;
    }

    a:active {
    color: #854401;
    font-weight: bold;
    }


    additional changes can be made in stylesheet_betterCategoriesEzInfo.css

  7. #107
    Join Date
    Aug 2009
    Location
    Canada
    Posts
    42
    Plugin Contributions
    0

    Default Re: Desert Noon Template Support Thread

    Thank you for the super-fast reply, Clyde. I could change all the sideboxes link colors and remove background colors and borders in between the Categories list!

    Just one more thing... I am still looking for the code for "arrow"/"dash" graphic right next to the Categories list in the Categories sidebox (I want to remove those) and also the way to disable the product numbers on the right hand side for the each Categories (maybe no luck finding it because my keyword(s) for the search is not right words...)

    Sorry to bother you with basic thing again but would be great if you could let me know how. Thanks!

  8. #108
    Join Date
    Aug 2009
    Location
    Canada
    Posts
    42
    Plugin Contributions
    0

    Default Re: Desert Noon Template Support Thread

    Wait, I found the way to disable the number in Configuration page.

    I just need the code location for the arrow/dash graphics. Thanks!

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

    Default Re: Desert Noon Template Support Thread

    Quote Originally Posted by Shinmai View Post
    Wait, I found the way to disable the number in Configuration page.

    I just need the code location for the arrow/dash graphics. Thanks!
    look in includes/templates/desert_noon/sideboxes/tpl_categories.php

    from around lines 129 to 139

  10. #110
    Join Date
    Aug 2009
    Location
    Canada
    Posts
    42
    Plugin Contributions
    0

    Default Re: Desert Noon Template Support Thread

    Sorry Clyde, I am a newbie just learned little bit of CSS and still totally lost on PHP files...

    I was hoping code was located in the stylesheet and I could just remove them.

    I am not sure how to remove the images (just type "//" on line 129???) in this PHP file. Also do I need to remove the indentation as well??
    Thanks for your help!

 

 
Page 11 of 18 FirstFirst ... 910111213 ... LastLast

Similar Threads

  1. BecaBerry Template [Support Thread]
    By brandonturpin in forum Addon Templates
    Replies: 35
    Last Post: 14 Jun 2015, 09:35 AM
  2. Scuro Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 11
    Last Post: 12 Mar 2015, 09:45 PM
  3. Wallet Template - Support Thread
    By zami in forum Addon Templates
    Replies: 45
    Last Post: 25 Mar 2010, 10:15 PM
  4. Replies: 6
    Last Post: 12 Sep 2009, 09:49 AM
  5. help with custom template desert noon
    By meesh in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 19 Feb 2009, 12:00 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