Zen Cart Logo
Forums / Addon Templates / Cherry Zen Template Support Thread

Cherry Zen Template Support Thread

Views: 844,805

Results 1,601 to 1,620 of 3,245
26 Jun 2008, 3:39 PM
#1601
mezloh avatar

mezloh

New Zenner

Join Date:
Jun 2008
Posts:
28
Plugin Contributions:
0

Cherry Zen Template Support Thread

mezloh:

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.

26 Jun 2008, 7:42 PM
#1602
roachkazy avatar

roachkazy

New Zenner

Join Date:
Mar 2008
Posts:
11
Plugin Contributions:
0

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

// 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

26 Jun 2008, 7:50 PM
#1603
toccoaandjack avatar

toccoaandjack

New Zenner

Join Date:
Jun 2008
Posts:
10
Plugin Contributions:
0

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.com/index.php?main_page=product_free_shipping_info&cPath=15_17&products_id=97

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

27 Jun 2008, 3:35 PM
#1604
toccoaandjack avatar

toccoaandjack

New Zenner

Join Date:
Jun 2008
Posts:
10
Plugin Contributions:
0

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!! :D I'll just use a different system then to remember the different product codes of each additional item.

Thanks again for this awesome template!

27 Jun 2008, 5:06 PM
#1605
seamstobesew avatar

seamstobesew

Zen Follower

Join Date:
Nov 2005
Location:
Germany
Posts:
110
Plugin Contributions:
0

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.

27 Jun 2008, 11:50 PM
#1606
collin_ntspb_com avatar

collin_ntspb_com

New Zenner

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

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.

27 Jun 2008, 11:59 PM
#1607
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

mezloh:

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/index.php?main_page=product_info&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:

<!--eof Attributes Module -->

Then you'll probably need to adjust the padding of #cartAdd in the stylesheet.css.

28 Jun 2008, 12:08 AM
#1608
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

centexguy:

Thanks for the help with the padding on the CSS - crazycucumber. :clap:

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!! :D

link please?
Thanks!

28 Jun 2008, 12:10 AM
#1609
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

[email protected]:

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!

28 Jun 2008, 12:13 AM
#1610
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

roachkazy:

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

// 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.
28 Jun 2008, 12:20 AM
#1611
collin_ntspb_com avatar

collin_ntspb_com

New Zenner

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

Re: Cherry Zen Template Support Thread

jettrue:

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!

I loaded the drop down header and somewhere along the way i screwed something up and it moved the home and login links to the right side and removed the divider

28 Jun 2008, 1:48 AM
#1612
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

[email protected]:

I loaded the drop down header and somewhere along the way i screwed something up and it moved the home and login links to the right side and removed the divider

<div id="navMainLinks">
<ul class="back">
<li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><span><?php echo HEADER_TITLE_CATALOG; ?></span></a></li>
<li><a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><span><?php echo HEADER_TITLE_LOGIN; ?></span></a></li>
</ul>
</div>

Try pasting this instead of the previous code I posted. I didn't realize you wanted the dividers back. :cool:

28 Jun 2008, 10:33 AM
#1613
collin_ntspb_com avatar

collin_ntspb_com

New Zenner

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

Re: Cherry Zen Template Support Thread

jettrue:

<div id="navMainLinks"> <ul class="back"> <li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><span><?php echo HEADER_TITLE_CATALOG; ?></span></a></li> <li><a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><span><?php echo HEADER_TITLE_LOGIN; ?></span></a></li> </ul> </div> ``` > > Try pasting this instead of the previous code I posted. I didn't realize you wanted the dividers back. :cool:

ok I pasted that and it corrected the links but now the header is blue

http://hiquatec.com

28 Jun 2008, 1:13 PM
#1614
collin_ntspb_com avatar

collin_ntspb_com

New Zenner

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

Re: Cherry Zen Template Support Thread

[email protected]:

ok I pasted that and it corrected the links but now the header is blue

http://hiquatec.com

<?php /** * Common Template - tpl_header.php * * this file can be copied to /templates/your_template_dir/pagename<br /> * example: to override the privacy page<br /> * make a directory /templates/my_template/privacy<br /> * copy /templates/templates_defaults/common/tpl_footer.php to /templates/my_template/privacy/tpl_header.php<br /> * to override the global settings and turn off the footer un-comment the following line:<br /> * <br /> * $flag_disable_header = true;<br /> * * @package templateSystem * @copyright Copyright 2003-2006 Zen Cart Development Team * @copyright Portions Copyright 2003 osCommerce * @license <http://www.zen-cart.com/license/2_0.txt> GNU Public License V2.0 * @version $Id: tpl_header.php 3392 2006-04-08 15:17:37Z birdbrain $ */ ?> <?php // Display all header alerts via messageStack: if ($messageStack->size('header') > 0) { echo $messageStack->output('header'); } if (isset($_GET['error_message']) && zen_not_null($_GET['error_message'])) { echo htmlspecialchars(urldecode($_GET['error_message'])); } if (isset($_GET['info_message']) && zen_not_null($_GET['info_message'])) { echo htmlspecialchars($_GET['info_message']); } else { } ?> <!-- divs for drop shadow --> <div id="nw"><div id="ne"><div id="se"><div id="sw"><div id="n"><div id="s"><div id="w"><div id="e"><div id="main"><table id="workaround"><tbody><tr><td> <!--bof-header logo and navigation display--> <?php if (!isset($flag_disable_header) || !$flag_disable_header) { ?> <div id="headerWrapper"> <!--bof-navigation display--> <div id="navMainWrapper"> <div id="navMain"> <div id="navMainLinks"> <ul class="back"> <li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><span><?php echo HEADER_TITLE_CATALOG; ?></span></a></li> <li><a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><span><?php echo HEADER_TITLE_LOGIN; ?></span></a></li> </ul> </div>
:smile:    </ul>(I Took This Out):smile:
 :smile: </div>(and this and it fixed the problem):smile:
  <div id="navMainSearch">
    <?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?>
  </div>
</div>
</div> <div class="clearBoth"></div> <!--eof-navigation display--> <!--bof-branding display--> <div id="logoWrapperOuter"> <div id="logoWrapper"> <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, HEADER_LOGO_WIDTH, HEADER_LOGO_HEIGHT) . '</a>'; ?></div> <?php if (HEADER_SALES_TEXT != '' || (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2))) { ?> <div id="taglineWrapper"> <?php if (HEADER_SALES_TEXT != '') { ?> <div id="tagline"><?php echo HEADER_SALES_TEXT;?></div> <?php } ?> <?php if (SHOW_BANNERS_GROUP_SET2 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET2)) { if ($banner->RecordCount() > 0) { ?> <div id="bannerTwo" class="banners"><?php echo zen_display_banner('static', $banner);?></div> <?php } } ?> </div> <?php } // no HEADER_SALES_TEXT or SHOW_BANNERS_GROUP_SET2 ?> </div> </div> </div> <div class="clearBoth"></div> <!--eof-branding display--> <!--eof-header logo and navigation display--> <!--bof-header ezpage links--> <?php if (EZPAGES_STATUS_HEADER == '1' or (EZPAGES_STATUS_HEADER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) { ?> <?php require($template->get_template_dir('tpl_ezpages_bar_header.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_header.php'); ?> <?php } ?> <!--eof-header ezpage links--> <!--bof-optional categories tabs navigation display--> <?php require($template->get_template_dir('tpl_modules_categories_tabs.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_modules_categories_tabs.php'); ?> <!--eof-optional categories tabs navigation display--> <!--bof-drop down menu display--> <?php require($template->get_template_dir('tpl_drop_menu.php',DIR_WS_TEMPLATE, $current_page_base,'common'). '/tpl_drop_menu.php');?> <!--eof-drop down menu display--> <div class="clearBoth"></div> <?php } ?>
28 Jun 2008, 5:23 PM
#1615
loosefast avatar

loosefast

Zen Follower

Join Date:
Jun 2005
Posts:
199
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

esugrue:

Hi!

If a customer goes to print a product page (File > Print) there is a problem, depending on whether they are using FF or IE.

in FF it seems the first page printed contains just the header and Page 2-- contains the page.

In IE the pages seem to printed all on top of one another.

You can see what I mean in these images:

Internet Explorer

Firefox Page 1

Firefox Page 2

Any idea on how to make the product screens print correctly from the start on all browsers?

Thanks
Ernie

Attached is my attempt at a print_stylesheet.css for the apple_zen template. Maybe you can use it as a starting point.

best,

Tom

28 Jun 2008, 10:27 PM
#1616
jettrue avatar

jettrue

Totally Zenned

Join Date:
Jan 2005
Location:
USA, St. Louis
Posts:
3,651
Plugin Contributions:
5

Re: Cherry Zen Template Support Thread

loosefast:

Attached is my attempt at a print_stylesheet.css for the apple_zen template. Maybe you can use it as a starting point.

best,

Tom

Cool, thanks, I'll add and tweak in my next update.

4 Jul 2008, 3:02 PM
#1617
meltdown avatar

meltdown

Totally Zenned

Join Date:
Jun 2006
Location:
My family and I live in Brighton, England
Posts:
947
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Amazingly, I was able to take care of 28 of 29 validation errors. The final one seems to be Cherry Zen related but I'm having a difficult time tracking down the source of the problem. Here is the error as listed:

  1. Error Line 35, Column 296: value of attribute "type" cannot be "search"; must be one of "text", "password", "checkbox", "radio", "submit", "reset", "file", "hidden", "image", "button".

    …tion" value="1" /><input type="search" name="keyword" id="searchTop" size="20

The value of the attribute is defined to be one of a list of possible values but in the document it contained something that is not allowed for that type of attribute. For instance, the “selected” attribute must be either minimized as “selected” or spelled out in full as “selected="selected"”; a value like “selected="true"” is not allowed.

Searching on the error itself brought me to this post by
Kuroi. It seems as though I need to change type="search" to type="text". However, I can't find where I need to make that change. :( I'm getting a negative return for type="search" in the Developers Tool Kit.
Can one of you folks point me in the right direction? Thanks!!

4 Jul 2008, 3:03 PM
#1618
toshpotties avatar

toshpotties

New Zenner

Join Date:
Jul 2008
Posts:
5
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

New to Zen Cart and am massively impressed with all your templates (especially cherry and apple zen)

Have searched the thread and cannot for the life of me find the answer to my problem..
If I enable search_header.php then nothing shows anywhere on the site except what looks like the top header bar in red but no other text, buttons, categories, etc.
I have tried a complete new install of Zen Cart and template but to no avail...

(MySQL database on a Linux server if it makes a difference)

:wacko: sorry for being so newbie and cluless!

4 Jul 2008, 3:12 PM
#1619
toshpotties avatar

toshpotties

New Zenner

Join Date:
Jul 2008
Posts:
5
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Sorry for double post - missed 7 minute edit allowance...

Validation gives a total of 34 errors with search_header but zero without.

(MySQL database on a Linux/UNIX server if it makes a difference)

:wacko: sorry for being so newbie and cluless!

URL: https://www.poshtotties.com :oops:

4 Jul 2008, 3:57 PM
#1620
meltdown avatar

meltdown

Totally Zenned

Join Date:
Jun 2006
Location:
My family and I live in Brighton, England
Posts:
947
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

MeltDown:

Amazingly, I was able to take care of 28 of 29 validation errors. The final one seems to be Cherry Zen related but I'm having a difficult time tracking down the source of the problem. Here is the error as listed:

Searching on the error itself brought me to this post by
Kuroi. It seems as though I need to change type="search" to type="text". However, I can't find where I need to make that change. :( I'm getting a negative return for type="search" in the Developers Tool Kit.
Can one of you folks point me in the right direction? Thanks!!

Hmmm... The more I look into this, the more it seems to be a Safari/MAC issue, although I'm PC. Either way it's the Final error and I'd love to get rid of it!