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

Cherry Zen Template Support Thread

Views: 845,037

Results 1,161 to 1,180 of 3,245
31 Mar 2008, 5:39 PM
#1162
lovely avatar

lovely

New Zenner

Join Date:
Feb 2008
Location:
Colorado
Posts:
77
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

You can style the footer through the #navSuppWrapper tag in the stylesheet.css.

Added a background to the navSuppWrapper, but it isn't covering all the footer info. What else do I need to do?

31 Mar 2008, 10:05 PM
#1164
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

getxbox:

Hey,

I'm having problems viewing my webpage in IE7. The right sideboxes goes off the original body. This only happens in some Screen Size and also , when you "restore down the screen" . The site is getxboxcodes.com.

Thank you.
Alwin

Does the same thing happen at my test site, http://www.cherryzen.jadetrue.com ?

What do you mean by "restore down the screen"?

31 Mar 2008, 10:24 PM
#1165
gsdcypher avatar

gsdcypher

Totally Zenned

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

Re: Cherry Zen Template Support Thread

Hi Jade,

Which additional fields do I have to modify for the header and footer (other than the ones I noted)?

Thanks!

31 Mar 2008, 10:39 PM
#1166
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

Lovely:

Added a background to the navSuppWrapper, but it isn't covering all the footer info. What else do I need to do?

If I were you, I'd make my life easier, by removing most of the footer up into includes/templates/common/tpl_main_page.php Then you don't have to worry about background colors and such.

OPen up includes/templates/common/tpl_footer.php and remove this section:

<?php
if (!isset($flag_disable_footer) || !$flag_disable_footer) {
?>

<!--bof-navigation display -->
<div id="navSuppWrapper">
<div id="navSupp">
<ul>
<li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a></li>
<?php if (EZPAGES_STATUS_FOOTER == '1' or (EZPAGES_STATUS_FOOTER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) { ?>
<li><?php require($template->get_template_dir('tpl_ezpages_bar_footer.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_footer.php'); ?></li>
<?php } ?>
</ul>
</div>
</div>
<!--eof-navigation display -->

<!--bof-ip address display -->
<?php
if (SHOW_FOOTER_IP == '1') {
?>
<div id="siteinfoIP"><?php echo TEXT_YOUR_IP_ADDRESS . '  ' . $_SERVER['REMOTE_ADDR']; ?></div>
<?php
}
?>
<!--eof-ip address display -->

<!--bof-banner #5 display -->
<?php
  if (SHOW_BANNERS_GROUP_SET5 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET5)) {
    if ($banner->RecordCount() > 0) {
?>
<div id="bannerFive" class="banners"><?php echo zen_display_banner('static', $banner); ?></div>
<?php
    }
  }
?>
<!--eof-banner #5 display -->

<!--bof- site copyright display -->
<div id="siteinfoLegal" class="legalCopyright"><?php echo FOOTER_TEXT_BODY; ?></div>
<!--eof- site copyright display -->

<?php
} // flag_disable_footer
?>

To the tpl_main.php. Paste it right after:

<!-- end ContentMainwrapper -->
1 Apr 2008, 1:31 AM
#1167
getxbox avatar

getxbox

New Zenner

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

Re: Cherry Zen Template Support Thread

jettrue:

Does the same thing happen at my test site, http://www.cherryzen.jadetrue.com ?

What do you mean by "restore down the screen"?

No it does occur your Test Site.

" restore Down the screen means" opposite of maximize . Meaning making it smaller than the whole screen.

1 Apr 2008, 4:22 AM
#1168
getxbox avatar

getxbox

New Zenner

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

Re: Cherry Zen Template Support Thread

I mean, No it does not occur on your site.

1 Apr 2008, 7:27 AM
#1169
ashton0603 avatar

ashton0603

Zen Follower

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

Re: Cherry Zen Template Support Thread

Yes it is I to ask the same silly questions. Bare with me, please.

http://personalized2perfection.net

Need to remove the center text and have it normal again. All I did was switch templates...well had someone do. I was told to correct it by using this:

#nw {
text-align:left;
vertical-align:top;
margin:0 auto;

}

from post 933 or 932. I don't know where to place this code. Can someone tell me where to find the file to change this.

Is there a way to change the way the images are viewed? Since the new change, I have been noticing that now my images for the categories are much smaller and look distorted now. How can I make these images larger so they can be viewed?
http://personalized2perfection.net/index.php?main_page=index&cPath=61_62

I have a link to us page where I display my banner. How does one display the code,showing the code and not the banner? I could only do it by removing two parts of the code and having directions on where to add the missing symbols. I notice many others have a quote box. I have tried that but it doesn't work.

How can I change the font? Can I use one font for the categories and another font for the content? Please let me know where to locate the file/folder as well.

Thank you all for being so patient with me.

1 Apr 2008, 5:19 PM
#1171
lovely avatar

lovely

New Zenner

Join Date:
Feb 2008
Location:
Colorado
Posts:
77
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Done yet still no background. :) Should I put it BEFORE the end of content wrapper?

jettrue:

If I were you, I'd make my life easier, by removing most of the footer up into includes/templates/common/tpl_main_page.php Then you don't have to worry about background colors and such.

OPen up includes/templates/common/tpl_footer.php and remove this section:

<?php if (!isset($flag_disable_footer) || !$flag_disable_footer) { ?> <!--bof-navigation display --> <div id="navSuppWrapper"> <div id="navSupp"> <ul> <li><?php echo '<a href="' . HTTP_SERVER . DIR_WS_CATALOG . '">'; ?><?php echo HEADER_TITLE_CATALOG; ?></a></li> <?php if (EZPAGES_STATUS_FOOTER == '1' or (EZPAGES_STATUS_FOOTER == '2' and (strstr(EXCLUDE_ADMIN_IP_FOR_MAINTENANCE, $_SERVER['REMOTE_ADDR'])))) { ?> <li><?php require($template->get_template_dir('tpl_ezpages_bar_footer.php',DIR_WS_TEMPLATE, $current_page_base,'templates'). '/tpl_ezpages_bar_footer.php'); ?></li> <?php } ?> </ul> </div> </div> <!--eof-navigation display --> <!--bof-ip address display --> <?php if (SHOW_FOOTER_IP == '1') { ?> <div id="siteinfoIP"><?php echo TEXT_YOUR_IP_ADDRESS . ' ' . $_SERVER['REMOTE_ADDR']; ?></div> <?php } ?> <!--eof-ip address display --> <!--bof-banner #5 display --> <?php if (SHOW_BANNERS_GROUP_SET5 != '' && $banner = zen_banner_exists('dynamic', SHOW_BANNERS_GROUP_SET5)) { if ($banner->RecordCount() > 0) { ?> <div id="bannerFive" class="banners"><?php echo zen_display_banner('static', $banner); ?></div> <?php } } ?> <!--eof-banner #5 display --> <!--bof- site copyright display --> <div id="siteinfoLegal" class="legalCopyright"><?php echo FOOTER_TEXT_BODY; ?></div> <!--eof- site copyright display --> <?php } // flag_disable_footer ?>
>  
>  
> To the tpl_main.php. Paste it right after:
>  
> ```
<!-- end ContentMainwrapper -->
1 Apr 2008, 5:40 PM
#1172
rjr avatar

rjr

New Zenner

Join Date:
Feb 2008
Posts:
34
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

In the attached thumbnail how can I add space between the thumbnail and the manufacturer's link or move it below the thumbnail or hide it from view (circled in read)? Also add spaces between model# weight and cost or hide model# and weight from view (circled in red)? Thanks in advance for any suggestions.

RJR

1 Apr 2008, 9:02 PM
#1174
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

Adds:

Hi,
How do I get the Buy Now Buttons to show on my site https://www.electronic-web.com/games like this site http://www.thegemtree.com/index.php?main_page=index&cPath=17_144

Thanks,
Adam.

First of all, you're showing me two different pages, one is a zen cart category page, and one is your home page. Your home page has the "new products" and "monthly specials", and those home page boxes are not designed to have an add to cart button.

Now, if you go to a category page on your site, yours should show a "Buy Now" button as well, unless your product has attributes that the customer needs to choose, then it will have a "more info" link instead.

Here is an example of a category page on your site:
http://www.electronic-web.com/games/index.php?main_page=index&cPath=10_22

If you had the "login for price" function turned off, you'd probably have the "add to cart" buttons as well, if not, go to "configuration", "product listing" and turn the add to cart button on.

1 Apr 2008, 9:06 PM
#1175
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

RJR:

In the attached thumbnail how can I add space between the thumbnail and the manufacturer's link or move it below the thumbnail or hide it from view (circled in read)? Also add spaces between model# weight and cost or hide model# and weight from view (circled in red)? Thanks in advance for any suggestions.

RJR

It looks like you figured this one out yourself. :cool:

1 Apr 2008, 9:08 PM
#1176
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

Lovely:

Done yet still no background. :) Should I put it BEFORE the end of content wrapper?

You didn't paste it IMMEDIATELY after this:

<!-- end ContentMainwrapper -->

There should be nothing between the above, and what you paste.

1 Apr 2008, 9:10 PM
#1177
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

adoy:

i have prob on my site: http://latter.com/index.php?main_page=product_info&cPath=73&products_id=185

please help me fix that call for price link

thankz!

What is the problem with the call for price image? It is not supposed to be a link, it is an informative image.

1 Apr 2008, 9:39 PM
#1178
rjr avatar

rjr

New Zenner

Join Date:
Feb 2008
Posts:
34
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

It looks like you figured this one out yourself. :cool:

Thanks for replying JetTrue. I did just about 45 minutes ago in the admin area. Could not figure out how to add spacing so I chose the NO SHOW option under Admin - Configuration - Product Listings. :clap:

1 Apr 2008, 9:54 PM
#1179
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

ashton0603:

Yes it is I to ask the same silly questions. Bare with me, please.

http://personalized2perfection.net

Need to remove the center text and have it normal again. All I did was switch templates...well had someone do. I was told to correct it by using this:

#nw {
text-align:left;
vertical-align:top;
margin:0 auto;

}

from post 933 or 932. I don't know where to place this code. Can someone tell me where to find the file to change this.

Is there a way to change the way the images are viewed? Since the new change, I have been noticing that now my images for the categories are much smaller and look distorted now. How can I make these images larger so they can be viewed?
http://personalized2perfection.net/index.php?main_page=index&cPath=61_62

I have a link to us page where I display my banner. How does one display the code,showing the code and not the banner? I could only do it by removing two parts of the code and having directions on where to add the missing symbols. I notice many others have a quote box. I have tried that but it doesn't work.

How can I change the font? Can I use one font for the categories and another font for the content? Please let me know where to locate the file/folder as well.

Thank you all for being so patient with me.

Many things (including fonts) can be adjusted in the stylesheet, includes/templates/cherry_zen/css/stylesheet.css

This is where you'll REPLACE your current #nw:

#nw {
	text-align:center;
	vertical-align:top;
	margin:0 auto;
	}

with this:

#nw {
	text-align:left;
	vertical-align:top;
	margin:0 auto;
	}

You can change the image sizes in your admin, under "configuration", "images".

ashton0603:

I have a link to us page where I display my banner. How does one display the code,showing the code and not the banner? I could only do it by removing two parts of the code and having directions on where to add the missing symbols. I notice many others have a quote box. I have tried that but it doesn't work.

eh? I have no idea what you mean by the above, LOL.

1 Apr 2008, 10:21 PM
#1180
lovely avatar

lovely

New Zenner

Join Date:
Feb 2008
Location:
Colorado
Posts:
77
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

You didn't paste it IMMEDIATELY after this:

<!-- end ContentMainwrapper -->

There should be nothing between the above, and what you paste.

Ah before the < /div >. It'd be much easier if we did exactly as you say :blink: