Thread: Sidebox design

Page 1 of 2 12 LastLast
Results 1 to 10 of 11
  1. #1
    Join Date
    Oct 2008
    Posts
    28
    Plugin Contributions
    0

    Idea or Suggestion Sidebox design

    how should I do to get my sideboxes
    looks like on this page

    http://www.bigandtallrus.com/

  2. #2
    Join Date
    Feb 2005
    Location
    Lansing, Michigan USA
    Posts
    20,021
    Plugin Contributions
    3

    Default Re: Sidebox design

    The surest way to get them to look exactly like that would be to buy the same template from Template Monster, but I strongly suggest you don't do that.

    You could examine the stylesheet that site uses and get some ideas from that.

  3. #3
    Join Date
    Apr 2004
    Location
    UK
    Posts
    5,821
    Plugin Contributions
    2

    Default Re: Sidebox design

    http://(sorry, site offline)/hoff.php
    Plenty of Ideas at above..Template Monster templates
    may look fantastic but simple fact is they just don't
    work correctly with zencart

  4. #4
    Join Date
    Oct 2008
    Posts
    28
    Plugin Contributions
    0

    Default Re: Sidebox design

    I meen where in the css file i need change.
    Do I need to change any php file

  5. #5
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Sidebox design

    You will edit /includes/templates/your_template/css/stylesheet.css.
    If that is a TM template, its stylesheet and file edits will be in several non-standard files as well as the stock ones - don't follow its example for file naming, HTML tag structure, etc.

  6. #6
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Sidebox design

    You probably don't need to change any PHP files just to get sidebox headings like that site.
    If you decide on the sidebox width and make heading images in Photoshop to fit, you can use those as the background:
    Code:
    .leftBoxHeading, .rightBoxHeading {
        background-image: url(../images/yoursideboxhead.gif);
        text-align: left;
        padding-left: 42px;/*adjust to taste*/
        height: 35px;/*adjust to fit your bg*/
        }
    There are plenty of other properties you can add to this for various purposes.

    Make your heading gif with a transparent background to allow the main page background to show behind the rounded corners.

  7. #7
    Join Date
    Oct 2008
    Posts
    28
    Plugin Contributions
    0

    Default Re: Sidebox design

    I have the standard templates (classic)
    /includes/templates/classic/css/stylesheet.css

  8. #8
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Sidebox design

    If you want to start from a design like /classic/, just copy all /classic/ folders and their files to /your_template/ folders (pick a name), and edit /your_template/template_info.php to your own information so it will be visible in the template selection box.

    See the tutorials for more on custom templates.

  9. #9
    Join Date
    Oct 2008
    Posts
    28
    Plugin Contributions
    0

    Default Re: Sidebox design

    all sidebox should have different images backgrounds

  10. #10
    Join Date
    Jul 2005
    Location
    Upstate NY
    Posts
    22,010
    Plugin Contributions
    25

    Default Re: Sidebox design

    Fine. In that case, keep the standard info like padding-left, height (if they will be the same), etc. in
    .leftBoxHeading, .rightBoxHeading {
    and put the backgrounds in individual rules like
    Code:
    #categoriesHeading {
        background-image: url(../images/categorieshead.gif);
        }
    
    #informationHeading {
        background-image: url(../images/informationhead.gif);
        }

 

 
Page 1 of 2 12 LastLast

Similar Threads

  1. Sidebox Design Help
    By tommyf in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 24 Oct 2008, 03:21 PM
  2. Categories sidebox design
    By kirkzeus in forum Addon Sideboxes
    Replies: 1
    Last Post: 22 Jun 2008, 04:37 PM
  3. Sidebox design
    By hamid84 in forum Basic Configuration
    Replies: 4
    Last Post: 27 Aug 2007, 09:56 PM
  4. Help Needed For Sidebox Design
    By bamalama in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 4 Oct 2006, 02:04 AM

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