Page 1 of 2 12 LastLast
Results 1 to 10 of 321

Hybrid View

  1. #1
    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 jenclark View Post
    I have a question on this template on install. Where do I put the include file. Do I replace the includes files that is in the zencart file on the ftp or do I install whatis in includes in certain files? I"m really confused and this is my first time installing a template so any detailed help would be greatly apprectiated.
    Just FTP the entire includes folder to your server

  2. #2
    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 Richard-nl View Post
    The removal of the bgcolor has no inpact at all.

    The width removal or adjustment gives the shop 100% width.
    The head is centered.



    You can see the curent output online now.
    Try adding the highlighted portion to this declaration in the stylesheet.css

    #contentMainWrapper {
    margin: 0 auto;
    padding: 0;
    background: #EDEAE6;
    clear: both;
    width: 800px;

  3. #3
    Join Date
    Jun 2008
    Posts
    9
    Plugin Contributions
    0

    Default Re: Rustic Template Support Thread

    Do I replace or over ride the includes folder that is there now?

  4. #4
    Join Date
    Jan 2005
    Location
    Amsterdam, NL
    Posts
    50
    Plugin Contributions
    0

    Default Re: Rustic Template Support Thread

    Quote Originally Posted by clydejones View Post
    Just FTP the entire includes folder to your server
    In includes you will find english.php that is the only file you have to check with your current file.
    The rest of the files are fairly straigt forward, just copy those folders what does have content in it.
    I mean that the folders what you have to upload has to be (automatic) created.

  5. #5
    Join Date
    Feb 2005
    Location
    Atlanta, GA
    Posts
    71
    Plugin Contributions
    0

    Default Re: Rustic Template Support Thread

    Clyde;
    Need you to take a look at http://www.southraven.com and tell me what's wrong with the sidebox's heading alignment before I start playing with the css. This is a stock, unmodified 138a install and just the template uploaded and the 1 gif file added that was overlooked.

    Also, is there a reason why the categories box header is different from the other sidebox headers? Personally I would prefer it be like the other sidebox headers.

    E

  6. #6
    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 Einstin View Post
    Clyde;
    Need you to take a look at http://www.southraven.com and tell me what's wrong with the sidebox's heading alignment before I start playing with the css. This is a stock, unmodified 138a install and just the template uploaded and the 1 gif file added that was overlooked.

    Also, is there a reason why the categories box header is different from the other sidebox headers? Personally I would prefer it be like the other sidebox headers.

    E
    make sure the sidebox column(s) and the box width(s) are the same:

    admin -> configuration -> layout settings

    right now you have the column(s) set at 150px and the width of the boxes set at 160px

    They should both be the same width or the column(s) should be wider than the boxes.

    -----

    Design choice to make the category box stand out from the other sideboxes.

    if you want to change it just replace the highlighted portion of this declaration in the stylesheet.css

    #categoriesHeading {
    margin: 0;
    padding: 0.5em 0.2em;
    background-image: url(../images/cb_header.gif); /* replace this with sb_header.gif */
    background-repeat: no-repeat;
    text-align: center;
    font-weight: bold;
    }

  7. #7
    Join Date
    Feb 2005
    Location
    Atlanta, GA
    Posts
    71
    Plugin Contributions
    0

    Default Re: Rustic Template Support Thread

    Never mind. Figured it out. I had to set the side box width back to 150px for both the left and right sides instead of the 160px that you had in the readme.txt.

    Also changed the css to use the sb_header.gif instead of the cb_header.gif for the categories box.

    Love the look and the layout of the template though!

    Great job Clyde!

  8. #8
    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 Einstin View Post
    Never mind. Figured it out. I had to set the side box width back to 150px for both the left and right sides instead of the 160px that you had in the readme.txt.

    Also changed the css to use the sb_header.gif instead of the cb_header.gif for the categories box.

    Love the look and the layout of the template though!

    Great job Clyde!
    in admin -> configuration -> layout settings

    Column Width - Left 160px
    Column Width - Right 160px

    If you set these to 160px you'll get a little space around the boxes.

  9. #9
    Join Date
    Feb 2005
    Location
    Atlanta, GA
    Posts
    71
    Plugin Contributions
    0

    Default Re: Rustic Template Support Thread

    Clyde, would you mind doing me a favor please. Take a look at http://www.southraven.com again. The graphic I made for the page title appear fine in Firefox but it IE its trashed. It's probably the way I edited one if the files for the header layout and not as much a css issue but could you tell me what I need to do to fix the display in IE?

    E.

  10. #10
    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 Einstin View Post
    Clyde, would you mind doing me a favor please. Take a look at http://www.southraven.com again. The graphic I made for the page title appear fine in Firefox but it IE its trashed. It's probably the way I edited one if the files for the header layout and not as much a css issue but could you tell me what I need to do to fix the display in IE?

    E.
    try setting the height of the #logoWrapper as indicated by the highlighted portion

    #logoWrapper {
    margin: 0;
    padding: 0;
    height: 150px;
    vertical-align: top;
    position: relative;
    }

 

 
Page 1 of 2 12 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

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