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

Hybrid View

  1. #1
    Join Date
    Dec 2008
    Posts
    97
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hello,

    First of all, I wanted to say thank you for this wonderful template.

    Here is what I need help with. The search in the header, I need it to be an advanced search that follows this pattern.

    keyword field/category pull down/manufactures pull down/ button

    I tried to mess the with the advanced search in the side box (this is an add on), and use the code in my header but..... it only works on the main page. Any searches from other pages in my site doesn't work. I really hope someone can help me with this as I believe it's a major help to website visitors.

    Thanks for your time Nicole

  2. #2

    Default Re: Cherry Zen Template Support Thread

    Hi -

    Well I have installed the cherry zen template and I really like so far.....but I actually haven't gotten that far at all. I've been spinning my wheels for four days now. Reading through posts and monkeying around with the code. I am ready to give godaddy $50 a month for their shopping cart.

    Please check my website; www.paigesjewelry.com. The issues I need help with are:

    1. I need to get rid of the "powered by zen-cart" logo picture. I went into the template_default and deleted the logo.gif but that did not work.

    2. I don't know where the "Heading_Title" came from or how to get rid of it.

    3. I would like to make "Welcome to Paige's Jewelry & Fragrance. Your Wholesale Jewelry & Fragrance Source." bigger, centered, and in a different font but not sure where to do all this either.

    4. I also would like to enter some additional text information below the header.

    I am VERY new at this coding stuff so any help would be appreciated.

    Thanks so much!

    Paige

  3. #3
    Join Date
    Dec 2005
    Posts
    77
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by paigesjewelry View Post
    Hi -

    Paige,
    I'm far from an expert, but I've noticed that the experts won't always help, so I'll throw in my two bits. I've found Zen to have quite a steep learning curve. Particularly for those of us that don't write the code. However, with patience and lots of reading of the FAQs and the forum, it can be done.

    1. I need to get rid of the "powered by zen-cart" logo picture. I went into the template_default and deleted the logo.gif but that did not work.

    https://www.zen-cart.com/tutorials/index.php?category=4 also see this about the template over ride system.
    https://www.zen-cart.com/tutorials/i...hp?article=143


    2. I don't know where the "Heading_Title" came from or how to get rid of it.

    Try this https://www.zen-cart.com/tutorials/index.php?article=95

    3. I would like to make "Welcome to Paige's Jewelry & Fragrance. Your Wholesale Jewelry & Fragrance Source." bigger, centered, and in a different font but not sure where to do all this either.

    That is in your \includes\templates\cherry_zen\css\stylesheet.css I use http://www.blumentals.net/rapidcss/ to edit the css. I'm not a coder either and this helps me a lot.

    4. I also would like to enter some additional text information below the header.
    Not sure how to address this.

    I am VERY new at this coding stuff so any help would be appreciated.

    Thanks so much!

    Paige
    Good luck,
    Jim

  4. #4
    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 paigesjewelry View Post
    Hi -

    Well I have installed the cherry zen template and I really like so far.....but I actually haven't gotten that far at all. I've been spinning my wheels for four days now. Reading through posts and monkeying around with the code. I am ready to give godaddy $50 a month for their shopping cart.

    Please check my website; www.paigesjewelry.com. The issues I need help with are:

    1. I need to get rid of the "powered by zen-cart" logo picture. I went into the template_default and deleted the logo.gif but that did not work.

    2. I don't know where the "Heading_Title" came from or how to get rid of it.

    3. I would like to make "Welcome to Paige's Jewelry & Fragrance. Your Wholesale Jewelry & Fragrance Source." bigger, centered, and in a different font but not sure where to do all this either.

    4. I also would like to enter some additional text information below the header.

    I am VERY new at this coding stuff so any help would be appreciated.

    Thanks so much!

    Paige
    1. Did you read the readme.txt? Number 6 in the readme.txt explains how to change the logo.

    2. You deleted something from a language file you should not have.
    You probably made a mistake in this file:
    /includes/languages/english/index.php

    I'm guessing you wanted to remove the "Congratulations" text, and instead of just removing the text, you removed the whole line. to make it blank, you need to change this:

    Code:
    define('HEADING_TITLE', 'Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution.');
    To this (i.e., only remove the ACTUAL TEXT):

    Code:
    define('HEADING_TITLE', '');
    My advice is to reload the original
    /includes/languages/english/index.php

    And put it in includes/languages/english/cherry_zen/

    so that when you ever update the store, you changes will be saved in your cherry_zen/ folder.

    3. includes/templates/cherry_zen/css/stylesheet.css

    under #tagline:

    #tagline {
    font-size:1.1em;
    text-align:center;
    padding:25px 8px 35px;
    }

    4. Lets get the other 3 settled first.

  5. #5

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    1. Did you read the readme.txt? Number 6 in the readme.txt explains how to change the logo.

    2. You deleted something from a language file you should not have.
    You probably made a mistake in this file:
    /includes/languages/english/index.php

    I'm guessing you wanted to remove the "Congratulations" text, and instead of just removing the text, you removed the whole line. to make it blank, you need to change this:

    Code:
    define('HEADING_TITLE', 'Congratulations! You have successfully installed your Zen Cart™ E-Commerce Solution.');
    To this (i.e., only remove the ACTUAL TEXT):

    Code:
    define('HEADING_TITLE', '');
    My advice is to reload the original
    /includes/languages/english/index.php

    And put it in includes/languages/english/cherry_zen/

    so that when you ever update the store, you changes will be saved in your cherry_zen/ folder.

    3. includes/templates/cherry_zen/css/stylesheet.css

    under #tagline:

    #tagline {
    font-size:1.1em;
    text-align:center;
    padding:25px 8px 35px;
    }

    4. Lets get the other 3 settled first.
    1. Thank you so much for taking the time to help me! Since I did not want a logo at all, I deleted the logo.gif from /includes/templates/cherryzen/images. This gave me the zencart logo. I then went to /includes/templates/template_default/images and deleted the logo.gif there. I still have "Powered by Zen Cart" sitting on the main page (www.paigesjewelry.com).
    Do I have to have a logo in order for that "Powered by Zen Cart" to go away?


    2. Thanks - that worked it is gone now. :)

    3. I was able to make the font larger but it does not "look" centered, even though it says it is centered in the stylesheet. Also, can I change the font of the tagline without changing the font anywhere else on the page? I wanted to make the tagline font Monotype Corsiva.

    4. entering the additional text.

    Thanks again for your help!

  6. #6
    Join Date
    Aug 2008
    Posts
    26
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Jettrue Hello,

    After using the template of apple-zen me decided by the staff of cherry-zen.

    Now I have 2 problems I had with the cherry zen template and are as follows:

    1 .- I replace logo.gif with which I had already designed, but it appeared a space between the logo.gif and area categories. How do you shrink the space created?
    2 .- I need to expand the width of the columns 200pcx. How do I do?

    Thank you and wish you a Happy New Year 2009

    Rolando Maldonado
    www.todoenguate.com

  7. #7
    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 rmaldonado View Post
    Jettrue Hello,

    After using the template of apple-zen me decided by the staff of cherry-zen.

    Now I have 2 problems I had with the cherry zen template and are as follows:

    1 .- I replace logo.gif with which I had already designed, but it appeared a space between the logo.gif and area categories. How do you shrink the space created?
    2 .- I need to expand the width of the columns 200pcx. How do I do?

    Thank you and wish you a Happy New Year 2009

    Rolando Maldonado
    www.todoenguate.com
    1. I don't see much of a space. Did you fix this?

    2. in the readme.txt file, I give complete instructions on changing the sidebox widths.

  8. #8
    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 paigesjewelry View Post
    1. Thank you so much for taking the time to help me! Since I did not want a logo at all, I deleted the logo.gif from /includes/templates/cherryzen/images. This gave me the zencart logo. I then went to /includes/templates/template_default/images and deleted the logo.gif there. I still have "Powered by Zen Cart" sitting on the main page (www.paigesjewelry.com).
    Do I have to have a logo in order for that "Powered by Zen Cart" to go away?


    2. Thanks - that worked it is gone now. :)

    3. I was able to make the font larger but it does not "look" centered, even though it says it is centered in the stylesheet. Also, can I change the font of the tagline without changing the font anywhere else on the page? I wanted to make the tagline font Monotype Corsiva.

    4. entering the additional text.

    Thanks again for your help!
    1. If you are sure you will not be using a logo, open up includes/templates/cherry_zen/common/tpl_header.php and remove this:

    Code:
    <div id="logo"><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">' . zen_image($template->get_template_dir(HEADER_LOGO_IMAGE, DIR_WS_TEMPLATE, $current_page_base,'images'). '/' . HEADER_LOGO_IMAGE, HEADER_ALT_TEXT) . '</a>'; ?></div>
    3. Once you remove the logo, open up includes/templates/cherry_zen/css/stylesheet.css and change

    Code:
    #tagline {
    	font-size:1.4em;
    	text-align:right;
    	padding:25px 8px 35px;
    }
    to this:
    Code:
    #tagline {
    	font-size:1.4em;
    	text-align:center;
    	padding:25px 8px 35px;
    font-family:Monotype Corsiva;
    }
    and remove this:
    Code:
    #taglineWrapper {
    	width:75%;
    	float:left;
    }

  9. #9
    Join Date
    Dec 2008
    Posts
    3
    Plugin Contributions
    1

    Default Re: Cherry Zen Template Support Thread

    Hi!
    Thanks for neat cool template!
    My problem is multi-language. My shop should be in 3 langauges: English, Russian and Hebrew.
    While everything is seems alright with English and Russian, my real pain is Hebrew because it "right to left" language. It works well with standard "classic" template, but not with Cherry
    Can I do something? Please, see picture with issue demonstrated here: http://close-to-heart.com/zencart/in.../RTLissues.jpg

    I believe some simple magic spell will heal my shop :)

    Thanx in advance!
    Alex
    Attached Images Attached Images  

  10. #10
    Join Date
    Nov 2008
    Posts
    20
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    i was hoping someone could help me out... if you go through the checkout process on my site(you do not have to register to be a member)... when you get to "confirm order" page the sideboxes are all messed up.. i was just wondering if anyone knew how to fix this. Thanks alot-
    Ryan- RSK owner

    www.rskcoulterproducts.com

 

 
Page 1 of 2 12 LastLast

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

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