Results 1 to 10 of 22

Hybrid View

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

    Default Re: Template Monster Zencart Template Installation Problem

    Quote Originally Posted by fairestcape View Post
    It does surprise me, however, that the extent of the bad press TM receives on this forum (and probably others), does not prompt their management team to tidy up their act a bit!

    The power that comes with being a monopoly ensures they don't have to. Near as I can tell, all the sharp, image-based Zencart templates sold are TM, in one sense or another.

  2. #2
    Join Date
    Jan 2006
    Posts
    120
    Plugin Contributions
    0

    Default Re: Template Monster Zencart Template Installation Problem

    It would be very useful to document the ones that DO work well. THe templates on TM are much more professional and modern looking that most of the stock/standard templates that live here. One quickly gets tired of seeing the box-box-box format.

  3. #3
    Join Date
    Mar 2008
    Location
    Cape Town & London (depends on the season)
    Posts
    2,975
    Plugin Contributions
    0

    Default Re: Template Monster Zencart Template Installation Problem

    Quote Originally Posted by MotoDelta View Post
    It would be very useful to document the ones that DO work well. THe templates on TM are much more professional and modern looking that most of the stock/standard templates that live here. One quickly gets tired of seeing the box-box-box format.
    It's not that difficult to "tweak" the ZC Classic template to get a sassy, professional design - even within the relative constraints of the "header-columns-footer" layout.

    To me, faultless FUNCTIONALITY is more important, and the standard template structure virtually assures this.

  4. #4
    Join Date
    Jan 2006
    Posts
    120
    Plugin Contributions
    0

    Default Re: Template Monster Zencart Template Installation Problem

    Point well taken. However doing that takes a fair amount of time. If you have 1 or 2 websites it's simple enough, but what if you're maintaining 20, or 100? Very nice to be able to just purchase one.

    I suppose I should just look into hiring someone to create the snazzy ones for me. :)

  5. #5
    Join Date
    Jun 2009
    Posts
    31
    Plugin Contributions
    0

    Default Re: Template Monster Zencart Template Installation Problem

    On the flipside, here's some good news.

    I bought a template monster template for our store and after some of the initial messing around with it, I got it to look the way it's supposed to.

    Some of the little changes I had to make:

    - The header didn't format correctly
    - It took some work to get the top banner back
    - The All Categories/New Categories part doesn't format right

    I have an evil minion who understands CSS and computer-type stuff better than I do, so that helps.

    I wanted to throw this out there so people knew what they were getting into with a TM template - it is doable but it takes some knowledge and time - probably 5 hours or so to make it look professional.

  6. #6
    Join Date
    Mar 2004
    Posts
    16,042
    Plugin Contributions
    5

    Default Re: Template Monster Zencart Template Installation Problem

    and hope that you never have to turn on any of the functions that TM decided were not needed
    Zen cart PCI compliant Hosting

  7. #7
    Join Date
    Apr 2008
    Location
    Athlone, Ireland
    Posts
    176
    Plugin Contributions
    5

    Default Re: Template Monster Zencart Template Installation Problem

    Was just playing around with a TM template last night trying to get it to center.

    I tried all sorts of stuff but no matter what I did it would stay left aligned.

    So instead of centering i just created a left margin of 225px and that make it look like its centered. Ok, its not gonna look great when someone has their FF or IE window half open, but how many people really browse the internet half screen anyway.

    here is what I did.. depending on the width of your TM template you can change this around to suite.

    includes/templates/YOUR_TM_TEMPLATE/css/stylesheet.css

    at the top of the file find:

    Code:
    #body {
    and just below it put:

    Code:
    margin-left: 225px;
    So you end up with this (or something similar depending on the template you have):

    Code:
    body {
    	margin-left: 225px;
            font-family: verdana, arial, helvetica, sans-serif;
            font-size: 62.5%;
            background-color: #fff;
            color: #464646;
            background-image: url(../images/bg_main.gif);
            background-repeat: repeat-x;

 

 

Similar Threads

  1. theme277 from template monster and replacing with new template
    By DarkAngel in forum General Questions
    Replies: 0
    Last Post: 8 Nov 2012, 07:17 AM
  2. Flash problem in Template Monster
    By rutra in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 26 Sep 2010, 07:22 PM
  3. NOOB Having some layout problems with Template Monster template
    By cbhayes in forum Templates, Stylesheets, Page Layout
    Replies: 8
    Last Post: 25 May 2009, 04:23 PM
  4. open_basedir restriction in effect - trying to use tm001 template monster template
    By prantiC in forum Installing on a Linux/Unix Server
    Replies: 4
    Last Post: 10 Aug 2007, 10:02 AM
  5. Template Monster Problem
    By livesol in forum Templates, Stylesheets, Page Layout
    Replies: 7
    Last Post: 13 Jun 2007, 06:15 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