Page 13 of 33 FirstFirst ... 3111213141523 ... LastLast
Results 121 to 130 of 321
  1. #121
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: Rustic Template Support Thread

    Quote Originally Posted by xtreme-exhibits View Post
    Hello,

    I just started customizing this template. I made it a smaller width - 800 px for now.

    I'm finding that the only page that didn't reduce in width. I think it's cause the message box is too large.

    Anyone know how to fix this?

    thanks!
    My site: http://creationsremembered.com/index...age=contact_us

    If you click on the other pages you'll see that they are smaller. (i know its in mainenance mode but you can still get the picture.)

    Thanks!
    Open includes/templates/rustic/css/stylesheet.css

    find the following declaration and change the width as indicated by the highlight. currently the width is set to 800px (the same width as the rest of the site.

    TEXTAREA {
    /* float: left;*/
    margin: auto;
    display: block;
    width: auto;
    }

  2. #122
    Join Date
    Nov 2007
    Posts
    17
    Plugin Contributions
    0

    Default Re: Rustic Template Support Thread

    You're so helpful! thanks so much!

  3. #123
    Join Date
    Feb 2009
    Location
    San Angelo,TX
    Posts
    14
    Plugin Contributions
    0

    Default Re: Rustic Template Support Thread

    Clyde:
    I am trying to put subcatagories in my catagories menu and it doesn't show the subcatagories when clicking on the main catagory it just displays everything in the main catagory like it is just is one catagory with no subs. Is there a trick to doing this? I have seen some zen cart sites that do that.

    Thanks
    Gordon

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

    Default Re: Rustic Template Support Thread

    Quote Originally Posted by GHSMan View Post
    Clyde:
    I am trying to put subcatagories in my catagories menu and it doesn't show the subcatagories when clicking on the main catagory it just displays everything in the main catagory like it is just is one catagory with no subs. Is there a trick to doing this? I have seen some zen cart sites that do that.

    Thanks
    Gordon
    This is not template specific... but;

    You need to create your subcategories within your categoires

    admin -> catalog -> categories/products

    create your category
    Then click the small folder on the left of the category name

    On this screen just click the "new category" button and create your new "subcategory"
    Now you can add your products.

    You might want to check these articles in the tutorials/FAQ section

    www.zen-cart.com/tutorials/index.php?article=56

    www.zen-cart.com/tutorials/index.php?article=271

  5. #125
    Join Date
    Nov 2007
    Posts
    17
    Plugin Contributions
    0

    Default Re: Rustic Template Support Thread

    One more question...

    I've got a funny gray bar running at the top of my page between the "Welcome Guest" and the "Shopping Cart" right under the header.

    Suggestions on how i make that gray line go away?

    Also, i see that the area behind the Welcome Guest" and "Shopping Cart" lines at the top is colored. Where in the CSS do i adjust the color behind the words?

    www.creationsremembered.com



    Thanks!!
    Last edited by xtreme-exhibits; 29 Mar 2009 at 01:32 AM. Reason: forgot to include web address

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

    Default Re: Rustic Template Support Thread

    Quote Originally Posted by xtreme-exhibits View Post
    One more question...

    I've got a funny gray bar running at the top of my page between the "Welcome Guest" and the "Shopping Cart" right under the header.

    Suggestions on how i make that gray line go away?

    Also, i see that the area behind the Welcome Guest" and "Shopping Cart" lines at the top is colored. Where in the CSS do i adjust the color behind the words?

    www.creationsremembered.com



    Thanks!!
    open includes/templates/rustic/css/stylesheet.css

    find and make the changes as indicated by the highlights


    #cartHeader {
    position: absolute;
    top: 105px;
    right: 0;
    font-size: 1.2em;
    color: #6D0000;
    background: #DCD6C4;/*delete this*/
    font-weight: bold;
    width: auto;
    }
    .greeting {
    position: absolute;
    top: 105px;
    left: 0;
    color: #6D0000;
    background: #DCD6C4; /*delete this*/
    font-weight: bold;
    font-size: 1.2em;
    width: auto;
    }

  7. #127

    Default Re: Rustic Template Support Thread

    My "cart" is a Modular/Manufactured homes showcase. How can I take off the "shopping cart" tab along the top and the cart count and amount that is in the header?

    Thank you.
    Attached Images Attached Images  

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

    Default Re: Rustic Template Support Thread

    Quote Originally Posted by bethalicea View Post
    My "cart" is a Modular/Manufactured homes showcase. How can I take off the "shopping cart" tab along the top and the cart count and amount that is in the header?

    Thank you.
    open includes/templates/rustic/css/stylesheet.css

    Find and edit the following declaration as indicated by the highlight

    #cartHeader {
    display:none;
    position: absolute;
    top: 57px;
    right: 0;
    font-size: 1.2em;
    color: #6D0000;
    background: #DCD6C4;
    font-weight: bold;
    width: auto;
    }

  9. #129

    Default Re: Rustic Template Support Thread

    Excellent!

    But the Shopping cart tab is still there. Is there an easy way to do that too?

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

    Default Re: Rustic Template Support Thread

    Quote Originally Posted by bethalicea View Post
    Excellent!

    But the Shopping cart tab is still there. Is there an easy way to do that too?
    Same procedure as above except find and edit this declaration in the stylesheet.css

    #navMain ul li.cart a {
    display:none;
    margin:0;
    padding: 0 5px 0 4px;
    float:left;
    background: url(../images/tableftcart.gif) no-repeat left top;
    color:#FFF;
    text-decoration:none;
    }

 

 
Page 13 of 33 FirstFirst ... 3111213141523 ... LastLast

Similar Threads

  1. v155 Clone a Template [Support Thread]
    By lat9 in forum Addon Admin Tools
    Replies: 107
    Last Post: 11 Nov 2024, 08:28 PM
  2. v150 aBagon Template Support Thread
    By VJef in forum Addon Templates
    Replies: 54
    Last Post: 5 Sep 2020, 08:44 PM
  3. TB Sempre Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 48
    Last Post: 19 Mar 2015, 06:33 PM
  4. Scuro Template Support Thread
    By brandonturpin in forum Addon Templates
    Replies: 11
    Last Post: 12 Mar 2015, 09:45 PM
  5. DigitalShop Template Support Thread
    By blingthemes in forum Addon Templates
    Replies: 19
    Last Post: 9 Mar 2011, 07:49 PM

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