Page 161 of 326 FirstFirst ... 61111151159160161162163171211261 ... LastLast
Results 1,601 to 1,610 of 3251
  1. #1601
    Join Date
    Jun 2008
    Posts
    28
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by mezloh View Post
    I fixed the product name heading and got it aligned properly.

    I am totally stuck on the add to cart/QTY box it is totally aligned to the left and behind the left column. What is causing this to happen? The css is ok, it seems.

    If you can point me in the right direction, i don;t know where to look anymore.
    Still have not found the answer to this little problem.

  2. #1602
    Join Date
    Mar 2008
    Posts
    11
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Jade you make an amazing template. Thank You

    I have a little problem that is more the fact that i am not formular with PHP then it is with this template.

    i am trying to add a logo and a banner, so i was reading the readme.txt and it say "Your logo could be wider here, Sales Header Text Could Be here, Or a Banner Image, or any combination of the three; find instructions in the readme.txt, which you have read already, right?" so i opened up hearder.php and tried to edit

    PHP Code:
    // added defines for header alt and text
      
    define('HEADER_ALT_TEXT''Kays Naturals :: Build Muscel Not Fat');
      
    define('HEADER_SALES_TEXT''kaysbanner.jpg');
      
    define('HEADER_LOGO_WIDTH'' ');
      
    define('HEADER_LOGO_HEIGHT'' ');
      
    define('HEADER_LOGO_IMAGE''kayslogo.gif'); 
    my question is how do i keep a tagline and a banner? with this code i dont get the image at all but the logo works fine, and how do i keep them all aligned?

    thanks for any help

  3. #1603
    Join Date
    Jun 2008
    Posts
    10
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Please help! I am new to customizing my template and found this template awesome! I encountered a problem though, some of my products has additional images and the additional images seemed to be out line- way right.. how can i make it center like the rest? please take a look- here's my problem-

    http://www.spendyourhusbandsmoney.co...products_id=97

    I'm so dizzy now trying to solve the problem..
    Please help! Thank You!!!

  4. #1604
    Join Date
    Jun 2008
    Posts
    10
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hey there!

    I just want to say that my husband finally figure it out. Basically, the reason why everything went out of alignment is because of my filename. What I did was the filename I used for the additional images is the product code. For example, my main image's filename is 15732.gif, then the filename that I used for the additional image is 15732_157277.gif (I do this so I won't forget the product code of each items). So what my husband figured out was just simply saved it as 15732_a or b up to z.. then, everything went fine!! I'll just use a different system then to remember the different product codes of each additional item.

    Thanks again for this awesome template!

  5. #1605
    Join Date
    Nov 2005
    Location
    Germany
    Posts
    115
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Why not give the first part of the filename the same as what your next product is going to be...

    so lets say your on product id# 137

    you can name your image as: 137-filename.jpg and of course large images as 137-filename_LRG.jpg

    This allows you to keep the product id in place all of the time. This is how I do my sites and I teach my clients to name in the same way, this way if they have to track an item down, down the road, it's far easier to do than getting in admin to see what the filename would be.
    Marian
    http://www.seamstobesew.com
    Tip: Always place your zen-cart version in your messages.

  6. #1606
    Join Date
    Mar 2007
    Location
    West Palm Beach, FL.
    Posts
    95
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Jet can you take another look at my site http://hiquatec.com
    any other suggestions on the home and log in links.

  7. #1607
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by mezloh View Post
    Still have not found the answer to this little problem.
    I have designed the template to have the add to cart under the image, this allows for people to turn on options, manufacturer name, etc., and have all that extra stuff on the right side, with the image and add to cart to the left, here's an example:
    http://www.cherryzen.jadetrue.com/in...&products_id=1

    Of course, you can change this, if most of your products don't use options, etc. Open up includes/templates/cherry_zen/templates/tpl_product_info_display.php. You'll see that this file is very nicely segregated. You can move the ADD TO CART chunk to directly underneath this chunk:

    Code:
    <!--eof Attributes Module -->
    Then you'll probably need to adjust the padding of #cartAdd in the stylesheet.css.

  8. #1608
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by centexguy View Post
    Thanks for the help with the padding on the CSS - crazycucumber.

    Now I have run into a new issue that only occurs in FireFox - not IE. In FireFox there is a small gap between the top bar (with search and login info) and my logo. Why is this happening? I have attached a picture for your reference...

    Thanks again!!
    link please?
    Thanks!

  9. #1609
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by [email protected] View Post
    Jet can you take another look at my site http://hiquatec.com
    any other suggestions on the home and log in links.
    Your site seems to be not loading right now. Also, can you please state the entire issue, I can't remember what it was from before, and don't want to search backward, thanks!

  10. #1610
    Join Date
    Jan 2005
    Location
    USA, St. Louis
    Posts
    3,710
    Plugin Contributions
    9

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by roachkazy View Post
    Jade you make an amazing template. Thank You

    I have a little problem that is more the fact that i am not formular with PHP then it is with this template.

    i am trying to add a logo and a banner, so i was reading the readme.txt and it say "Your logo could be wider here, Sales Header Text Could Be here, Or a Banner Image, or any combination of the three; find instructions in the readme.txt, which you have read already, right?" so i opened up hearder.php and tried to edit

    PHP Code:
    // added defines for header alt and text
      
    define('HEADER_ALT_TEXT''Kays Naturals :: Build Muscel Not Fat');
      
    define('HEADER_SALES_TEXT''kaysbanner.jpg');
      
    define('HEADER_LOGO_WIDTH'' ');
      
    define('HEADER_LOGO_HEIGHT'' ');
      
    define('HEADER_LOGO_IMAGE''kayslogo.gif'); 
    my question is how do i keep a tagline and a banner? with this code i dont get the image at all but the logo works fine, and how do i keep them all aligned?

    thanks for any help
    Remember that you need to point to the actual image. SO, something like "../images/kaysbanner.jpg" would work, if you have the image in the main images/ folder. Right now its looking for the image in the main site folder.

    If you're still having issues, please reply with a link to your site.

 

 

Similar Threads

  1. Simple Zen Template - Support Thread
    By jettrue in forum Addon Templates
    Replies: 461
    Last Post: 27 Apr 2013, 01:33 AM
  2. Fresh Zen -- JellyFish Template Support Thread
    By magicbox in forum Addon Templates
    Replies: 93
    Last Post: 11 Apr 2012, 08:54 AM
  3. Free Template "Future Zen" v1.2 Support Thread
    By kuroi in forum Addon Templates
    Replies: 69
    Last Post: 16 Jul 2010, 06:00 AM
  4. Mix Cherry Zen Template with Default template
    By Globie in forum General Questions
    Replies: 1
    Last Post: 31 Oct 2008, 08:21 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