Results 1 to 7 of 7
  1. #1
    Join Date
    Dec 2008
    Posts
    3
    Plugin Contributions
    0

    Default Is this a template or customization? Would like the same effect

    Hey all,

    My first thread and my first installation on Zen Cart. I have tried several; oscommerce, magento etc but they don't seem to have as many options in which you can edit parts of your site where Zen Cart can.

    So far I'm very impressed by the functions available however the styling is a problem for me. I was looking through the sample sites that use Zen and came across this site:

    http://www.desireanddelight.co.uk/

    This is exactly what I am looking for as it has rounded edges on the titles, the search just under the header and the all important navigation buttons below the header logo. This feature is what I really want but I'm not to sure if this is already a template available or whether it is a certain template that has been heavily modified.

    Could anyone offer some advice or solutions please as to how to get my template almost exactly like that one.

    Thanks,


    T.

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

    Default Re: Is this a template or customization? Would like the same effect

    That is customised template but not difficult to achieve...
    look in free downloads section...and
    http://(sorry, site offline)
    You should be able to combine 2 or 3 free ones to
    get desired effects into one...

  3. #3
    Join Date
    Dec 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: Is this a template or customization? Would like the same effect

    Hi,

    Thanks so much for your reply. I have had a look at the templates and there are a few that resemble the left and right columns, however, there are none that resemble the header part with the navigation buttons and search box. Looks like I'm gonna have to create it from scratch as I can't seem to find anything in the forum regarding a similar effect.

    Thanks,


    T.

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

    Default Re: Is this a template or customization? Would like the same effect

    The major parts of this are very easy to do.
    Sideboxes will need two images (header & footer), once you decide how wide you want them. Put the footer and header as background-images in the stylesheet
    Code:
    .leftBoxContainer, .rightBoxContainer {
        padding-bottom: 20px;
        background: url(../images/sidebox_footer.gif) bottom center no-repeat;
        }
    
    .leftBoxheading, .rightBoxHeading {
        height: 20px;
        background: url(../images/sidebox_header.gif) top center no-repeat;
        }
    
    .sideBoxContent {
        border-left: 1px solid #112233; /*adjust to taste*/
        border-right: 1px solid #112233; /*adjust to taste*/
        background: none;
        }
    If you want the sidebox bg color different than the page bg, change to background: #aabbcc; in .sideBoxContent.

    The categories-tabs menu buttons can be styled with two images (button left & center/right sides), using the sliding door method (google for the standard tutorial if you need it). You may want to add a <span> inside the <a> for the buttons, so the selectable area will go the full width of each button.

    Moving the header navbar to below the cat-tabs menu is accomplished by moving its code block in
    /includes/templates/your_template/common/tpl_header.php.

  5. #5
    Join Date
    Dec 2008
    Posts
    3
    Plugin Contributions
    0

    Default Re: Is this a template or customization? Would like the same effect

    Hey,

    Thanks gjh42 for your reply. I have understood how to create backgrounds for the headers and footers of the sideboxes no probs, however, creating the navigation buttons and moving the search has gone way above my head, lol. Well, when I say that I don't mean it literately, I just mean that looking into the code of the tpl file and working out where to put it and how to style it is way past my expertise.

    Its frustrating because I was hoping to avoid paying for a template design or have one made otherwise I would have purchased a commercial commerce package. Being open-source is fantastic don't get me wrong, its just that the designing of these open-source commerce scripts need a little work and for someone who is clueless about it, it defeats the purpose of free.

    If anybody know of a template or designs one similar could you keep me posted here?

    Thanks again,


    T.

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

    Default Re: Is this a template or customization? Would like the same effect

    The layout change is a simple matter of moving clearly-marked blocks of code in the tpl_header.php template file.

    The button functionality is built in; you only have to enable the categories-tabs menu in admin > Configuration > Layout Settings. The button image styling is also relatively simple, if you study the tutorial referenced above.

  7. #7
    Join Date
    Oct 2006
    Posts
    5,477
    Plugin Contributions
    11

    Default Re: Is this a template or customization? Would like the same effect

    Being open-source is fantastic don't get me wrong, its just that the designing of these open-source commerce scripts need a little work and for someone who is clueless about it, it defeats the purpose of free.
    Free is just 1 part, I think the beauty of open-source is that it's open. You can edit it however you want, you dont have to beg the developers to add things you really need.

    Paying for a commercial template for open-source software has its own advantage. If you love working on the coding and designing, it's great. However, most business owners love working on their business instead ;)
    I no longer provide installation support on forum for all my modules. However, if there are real bugs with the modules please feel free to contact me

 

 

Similar Threads

  1. v150 I would like to know the listing style for this layout. I need to alter it.
    By westdh in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 31 Aug 2012, 11:23 PM
  2. v139h Adding tax to 2000 products, but would like to make gross price the same as it is now
    By mcpisik in forum Currencies & Sales Taxes, VAT, GST, etc.
    Replies: 3
    Last Post: 3 Apr 2012, 09:54 AM
  3. How would i make the products appear like this?
    By shah2k in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 24 Feb 2010, 04:21 PM
  4. Replies: 2
    Last Post: 4 Feb 2009, 06:23 PM
  5. i would like to list products in the same category...
    By fabrikation in forum Templates, Stylesheets, Page Layout
    Replies: 0
    Last Post: 2 Nov 2006, 10:39 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