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

Cherry Zen Template Support Thread

Views: 844,772

Results 1,561 to 1,580 of 3,245
22 Jun 2008, 6:34 PM
#1561
collin_ntspb_com avatar

collin_ntspb_com

New Zenner

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

Cherry Zen Template Support Thread

what can i do about the width of the page?

22 Jun 2008, 6:35 PM
#1562
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]:

what can i do about the width of the page?

I replied to you. When you fix the issue, the width will be corrected.

22 Jun 2008, 6:57 PM
#1563
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

can you take another look at it? and whats your paypal email?

22 Jun 2008, 7:02 PM
#1564
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

what page is the home and login link on?

22 Jun 2008, 8:16 PM
#1565
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

this is my tpl_header page

<?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 . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a></li> <?php if ($_SESSION['customer_id']) { ?> <li><a href="<?php echo zen_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGOFF; ?></a></li> <li><a href="<?php echo zen_href_link(FILENAME_ACCOUNT, '', 'SSL'); ?>"><?php echo HEADER_TITLE_MY_ACCOUNT; ?></a></li> <?php } else { if (STORE_STATUS == '0') { ?> <li><a href="<?php echo zen_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGIN; ?></a></li> <?php } } ?> <?php if ($_SESSION['cart']->count_contents() != 0) { ?> <li><a href="<?php echo zen_href_link(FILENAME_SHOPPING_CART, '', 'NONSSL'); ?>"><?php echo HEADER_TITLE_CART_CONTENTS; ?></a></li> <li><a href="<?php echo zen_href_link(FILENAME_CHECKOUT_SHIPPING, '', 'SSL'); ?>"><?php echo HEADER_TITLE_CHECKOUT; ?></a></li> <?php }?> </ul> </div> <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 } ?>
22 Jun 2008, 10:05 PM
#1566
weezee avatar

weezee

Zen Follower

Join Date:
May 2006
Location:
Louisiana
Posts:
259
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

#navEZPagesTop a {
color:#ffffff;
}

> 
> Want to change the hover as well?
> 
> ```
#navEZPagesTop a:hover {
color:#ffffff;
	}

Thanks jettrue,

22 Jun 2008, 10:59 PM
#1567
beth_katherine avatar

beth_katherine

Zen Follower

Join Date:
Feb 2007
Posts:
158
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

I have shut off the right hand column for ez-pages on my control panel but was wondering how I might go about widening the center column for those pages.

Thank you in advance,

Beth-katherine

23 Jun 2008, 12:35 AM
#1568
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]:

what page is the home and login link on?

It looks like you got it fixed!

My paypal addy is written in the readme.txt file. :D

23 Jun 2008, 1:23 AM
#1569
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

lol no its still not fixed i just took the home and log in out because i couldn't fix it i still want them in but i want the text to be on the top left and white then when i compare how everything looks in IE7 and mozilla text looks too big in IE7. how do i put the shadow in the dropdown bar?

23 Jun 2008, 5:40 PM
#1570
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]:

lol no its still not fixed i just took the home and log in out because i couldn't fix it i still want them in but i want the text to be on the top left and white then when i compare how everything looks in IE7 and mozilla text looks too big in IE7. how do i put the shadow in the dropdown bar?

Well, the tpl_header.php you pasted could not be the same one that was uploaded, since the header links weren't commented out. You made mistakes in the way you commented it out, that is why they were "looking funny". Lets first get that fixed before dealing with placement and size.

If you only want "Home and Login" and you want them as text links, not hover links as in my example site, you'll want to do this with the nav main links section:

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

As far as adding a shadow to the drop menu, I've never implemented that, and have no instructions for that.

23 Jun 2008, 6:05 PM
#1571
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

do you think it would be better if i started the process over again?

23 Jun 2008, 6:58 PM
#1572
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]:

do you think it would be better if i started the process over again?

No, I think you can just paste what I posted for the header links, then we can go from there.

23 Jun 2008, 7:50 PM
#1573
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

ok I added the code you gave me. when this is all over i'm going to owe you so much.

24 Jun 2008, 1:22 PM
#1574
accyjohn avatar

accyjohn

New Zenner

Join Date:
Mar 2007
Posts:
21
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hi

I have a problem on my site www.dejavurecords.co.uk

when i view it via IE I see that the main body extends to far to the right, as per the attachment, in Firefox it seems ok, any pointers?

Also the list of sample mp3's for the items, on one the list is correct and displays underneath each other on the other the list is not seperated by a 'return' and displays all together, again any pointers.

Thanks John

24 Jun 2008, 4:44 PM
#1575
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

so what should i do next?

24 Jun 2008, 8:57 PM
#1576
centexguy avatar

centexguy

New Zenner

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

Re: Cherry Zen Template Support Thread

I love your template. However I am running into an issue with the template not floating in FireFox 3. Should this work the same in both IE and FireFox? How can I test this and determine what is causing this? :dontgetit

Also, I have replaced the main logo (logo.gif) and am not using a tagline or sales message. My logo or banner is about 140 x 1200 px and I cannot get the logo to left justify completely so I do not see a white background. I have attached an image for clarification. It doesn't happen on the right side of the screen. Any help on this would be greatly appreciated. :clap:

Many Thanks,
Brandon

24 Jun 2008, 10:15 PM
#1577
crazycucumber avatar

crazycucumber

Zen Follower

Join Date:
Jan 2006
Posts:
403
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

while Im not the creator of this template - I think I can still offer advise. ( hope Jet doesnt mind me butting in ! )

I think you will find the answer in the CSS - padding to the left 15px

#logo (line 162)

{
float: left;
padding-left: 15px;
text-align: center;
}

Just as a side note , are you sure you want a banner image 1200px wide ?
what happens for the people who dont have 1280+ screens ? there are still quite a few that dont ! also the whole template is fluid so grows and shrinks to a certain degree , unless you have changed the CSS to a fixed size .

its only my opinion after all , but I would think about maybe using two images that look like one , that have the sliding doors effect to some degree , or a repeatable image behind the logo. and overlay text.

Hope that points you in the right direction.

25 Jun 2008, 2:45 AM
#1578
mcanes avatar

mcanes

Zen Follower

Join Date:
May 2007
Posts:
210
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Ok, I upgraded a site to use the Cherry Zen template and the header navigation is all messes up in IE6. Can someone look at this and see what I am missing or doing wrong? This is a production site, so I need to fix it ASAP.

Click Here to View Site

Thanks in advance

25 Jun 2008, 2:59 AM
#1579
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

MCanes:

Ok, I upgraded a site to use the Cherry Zen template and the header navigation is all messes up in IE6. Can someone look at this and see what I am missing or doing wrong? This is a production site, so I need to fix it ASAP.

Click Here to View Site

Thanks in advance

you didnt upload everything to the correct folders

25 Jun 2008, 3:15 AM
#1580
mcanes avatar

mcanes

Zen Follower

Join Date:
May 2007
Posts:
210
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Ok, can you tell me what I am missing then? I thought I followed the directions that came with it. Thanks