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

Cherry Zen Template Support Thread

Views: 845,049

Results 1,201 to 1,220 of 3,245
3 Apr 2008, 3:25 PM
#1201
gsdcypher avatar

gsdcypher

Totally Zenned

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

Cherry Zen Template Support Thread

Hey Jettrue,

Now that the header and footer is good to go, what do you know about the sitemap and defined pages?:lookaroun

I added a couple of defined pages. They are in the information sidebox and working but they don't show up on the sitemap.

*And neither do the ezpages in my important links sidebox....

Do you know of any ideas, mods, etc that might fix those issues?

Thanks!

4 Apr 2008, 2:06 AM
#1202
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:

any help on my prob? thank you so much!

There is no problem. The call for price is supposed to be a button, just like it is, it is not supposed to be a link.

4 Apr 2008, 2:08 AM
#1203
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

gsdcypher:

Hey Jettrue,

Now that the header and footer is good to go, what do you know about the sitemap and defined pages?:lookaroun

I added a couple of defined pages. They are in the information sidebox and working but they don't show up on the sitemap.

*And neither do the ezpages in my important links sidebox....

Do you know of any ideas, mods, etc that might fix those issues?

Thanks!

Open up includes/templates/YOUR_TEMPLATE/templates/tpl_sitemap.php and add the links there.

Under "Tools", "Ezpages", do you have them turned on for the sidebox?

4 Apr 2008, 2:25 AM
#1204
maggiesmom1 avatar

maggiesmom1

New Zenner

Join Date:
Sep 2005
Posts:
49
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hey there!
Thank you so much for the fabulous template - I really like the way it looks.
I am having one problem, though. I've got Zen Lightbox & Image Handler 2 installed, but I'm not seeing any of my additional images on my products. I'm not sure what the problem is. Also, I'd like those additional images to be placed right below the main image, but I'm not sure how to get them there. Any help would be greatly appreciated! Here's an example:

http://www.butternugsquash.com/store/index.php?main_page=product_info&products_id=782

4 Apr 2008, 3:48 AM
#1205
gsdcypher avatar

gsdcypher

Totally Zenned

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

Re: Cherry Zen Template Support Thread

Hi Jettrue,

I added the following links to the includes\templates\cherry_zen\templates\tpl_site_map_default.php but they don't show up on the sitemap.

 
<?php if (DEFINE_PAYMENT_OPTIONS_STATUS <= '1') { ?>
            <li><?php echo '<a href="' . zen_href_link(FILENAME_PAYMENT_OPTIONS) . '">' . BOX_INFORMATION_PAYMENT_OPTIONS . '</a>'; ?></li>
<?php } ?>    

<?php if (DEFINE_RETURN_POLICY_STATUS <= '1') { ?>
            <li><?php echo '<a href="' . zen_href_link(FILENAME_RETURN_POLICY) . '">' . BOX_INFORMATION_RETURN_POLICY . '</a>'; ?></li>
<?php } ?> 

Well... I added one ezpage that has sidebox turned on and it shows in the important links sidebox, but not in the sitemap. And I added 6 other ezpages that don't have the header, footer or sidebox turned on. The way to get to those is via links on the one ezpage that is turned on in the sidebox.
http://www.allk-9.com/pages/dog-training-pv-c0-20.html
They don't show in the site map either.

Thanks.

4 Apr 2008, 11:06 AM
#1206
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

gsdcypher:

Hi Jettrue,

I added the following links to the includes\templates\cherry_zen\templates\tpl_site_map_default.php but they don't show up on the sitemap.

<?php if (DEFINE_PAYMENT_OPTIONS_STATUS <= '1') { ?>
        <li><?php echo '<a href="' . zen_href_link(FILENAME_PAYMENT_OPTIONS) . '">' . BOX_INFORMATION_PAYMENT_OPTIONS . '</a>'; ?></li>
<?php } ?> <?php if (DEFINE_RETURN_POLICY_STATUS <= '1') { ?>
        <li><?php echo '<a href="' . zen_href_link(FILENAME_RETURN_POLICY) . '">' . BOX_INFORMATION_RETURN_POLICY . '</a>'; ?></li>
<?php } ?>
>  
> Well... I added one ezpage that has sidebox turned on and it shows in the important links sidebox, but not in the sitemap. And I added 6 other ezpages that don't have the header, footer or sidebox turned on. The way to get to those is via links on the one ezpage that is turned on in the sidebox. 
> <http://www.allk-9.com/pages/dog-training-pv-c0-20.html>
> They don't show in the site map either.
>  
> Thanks.
No, they wouldn't automagically show up in the site map, just because you made them. 

Do you have these two pages set to "1" in your admin, under "Configuration", "Define Page Status"?

Also, make sure you pasted them in a spot where they are not surrounded by some other coding that may be stopping them.
4 Apr 2008, 3:23 PM
#1207
gsdcypher avatar

gsdcypher

Totally Zenned

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

Re: Cherry Zen Template Support Thread

Hmmm... even though those defined pages show up in the information sidebox and work, they are not in the admin, under "Configuration", "Define Page Status".....

Guess I still need to add something somewhere???

The ezpages I made that are not showing are just surrounded by alignment code:

<p align="justify">

and a back link at the bottom

 
<a href="[URL="http://www.allk-9.com/pages/dog-training-pv-c0-20.html%22%3EBack%3C/a%3E%3C/p"]http://www.allk-9.com/pages/dog-training-pv-c0-20.html">Back</a></p[/URL]>

thanks

4 Apr 2008, 10:47 PM
#1208
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

gsdcypher:

Hmmm... even though those defined pages show up in the information sidebox and work, they are not in the admin, under "Configuration", "Define Page Status".....

Guess I still need to add something somewhere???

The ezpages I made that are not showing are just surrounded by alignment code:

<p align="justify"> ``` > and a back link at the bottom > ```

<a href="[URL="http://www.allk-9.com/pages/dog-training-pv-c0-20.html%22%3EBack%3C/a%3E%3C/p"]http://www.allk-9.com/pages/dog-training-pv-c0-20.html">Back</a></p[/URL]>

>  
> thanks

Ok, since you added them, and they are not default zen define pages, remove the php code around them (the code is there for default zen define pages):

<li><?php echo '<a href="' . zen_href_link(FILENAME_PAYMENT_OPTIONS) . '">' . BOX_INFORMATION_PAYMENT_OPTIONS . '</a>'; ?></li>
<li><?php echo '<a href="' . zen_href_link(FILENAME_RETURN_POLICY) . '">' . BOX_INFORMATION_RETURN_POLICY . '</a>'; ?></li>
5 Apr 2008, 2:10 AM
#1209
gsdcypher avatar

gsdcypher

Totally Zenned

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

Re: Cherry Zen Template Support Thread

Bingo! That worked like a charm for the defined pages. The now show in the sitemap. Thanks.
:clap:

Now just the ezpages from the important links sidebox that I added. How do we get all of those to show???

Thanks.

5 Apr 2008, 2:38 PM
#1211
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

gsdcypher:

Bingo! That worked like a charm for the defined pages. The now show in the sitemap. Thanks.
:clap:

Now just the ezpages from the important links sidebox that I added. How do we get all of those to show???

Thanks.

Are they all on under "Tools", "Ez-Pages" for the sidebox? Did you give all of them a sort order? If they are configured correctly, they should show up.

5 Apr 2008, 11:48 PM
#1212
gsdcypher avatar

gsdcypher

Totally Zenned

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

Re: Cherry Zen Template Support Thread

Actually none of the pages in my important links sidebox show up... for example. The dog training ezpage shows up in the sidebox but on not on the sitemap. http://www.allk-9.com/pages/dog-training-pv-c0-20.html
And that page has links to the other ezpages (that are not supposed to show in the sidebox) but I would like them to show on the sitemap (if that is possible).

I am thinking the links from the important links side box should be after the categories and before the information links on the sitemap.
http://www.allk-9.com/sitemap.html

Hope all of that is clear... :blink:

Thanks.

6 Apr 2008, 1:47 PM
#1213
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

gsdcypher:

Actually none of the pages in my important links sidebox show up... for example. The dog training ezpage shows up in the sidebox but on not on the sitemap. http://www.allk-9.com/pages/dog-training-pv-c0-20.html
And that page has links to the other ezpages (that are not supposed to show in the sidebox) but I would like them to show on the sitemap (if that is possible).

I am thinking the links from the important links side box should be after the categories and before the information links on the sitemap.
http://www.allk-9.com/sitemap.html

Hope all of that is clear... :blink:

Thanks.

I think we're confusing each other.

Like I said, just because you make a page, doesn't mean its going to show up on the site map. Add them manually to tpl_site_map.php.

I thought you said that links weren't showing up IN the sidebox. Are all the links you want in the sidebox, in the sidebox?

6 Apr 2008, 5:43 PM
#1214
kwdservices avatar

kwdservices

New Zenner

Join Date:
Oct 2007
Posts:
13
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

Hi,

I really like this template but I need some help with a few things:

  1. I was re-installing this from another server (same domain name and location) and when I copied everything over it seemed to have skipped the grey bar that goes across that top. I checked and saw that the image file is in its correct location but for some reason it isn't showing up on the site :huh:
    You can see what I mean by going to:
    http://historicdumfries.com/GiftShop/index.php

  2. How do you edit the different page links at the bottom of the site right above the copyright?

  3. How do you edit the pages that show up under the information block? I tried deleting the files (define_conditions.php for example) but the links still show up.

Thanks so much!

6 Apr 2008, 8:33 PM
#1215
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

kwdservices:

Hi,

I really like this template but I need some help with a few things:

  1. I was re-installing this from another server (same domain name and location) and when I copied everything over it seemed to have skipped the grey bar that goes across that top. I checked and saw that the image file is in its correct location but for some reason it isn't showing up on the site :huh:
    You can see what I mean by going to:
    http://historicdumfries.com/GiftShop/index.php

  2. How do you edit the different page links at the bottom of the site right above the copyright?

  3. How do you edit the pages that show up under the information block? I tried deleting the files (define_conditions.php for example) but the links still show up.

Thanks so much!

  1. Turn this on, under "Configuration", "EzPages Settings" (It's the header bar).

  2. The home link is there by default, you can add ezpages to the footer under "Tools", "Ez-Pages".

  3. "Configuration", "Define Page Status". Re-upload the file, you should not delete it.

6 Apr 2008, 10:57 PM
#1216
kwdservices avatar

kwdservices

New Zenner

Join Date:
Oct 2007
Posts:
13
Plugin Contributions:
0

Re: Cherry Zen Template Support Thread

jettrue:

  1. Turn this on, under "Configuration", "EzPages Settings" (It's the header bar).

It was already set on 1 and I tried turning it off then back on and its still not showing up.

Thanks for your help. Everything else is working as it should!

7 Apr 2008, 2:32 AM
#1217
gsdcypher avatar

gsdcypher

Totally Zenned

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

Re: Cherry Zen Template Support Thread

Hi Jettrue,

I think we're confusing each other.

Sorry about that...
I added some defined pages and some ezpages to the website.
The defined pages links are in the information sidebox.
The ezpages links are in the important links sidebox.

I manually added the defined pages to the tpl_site_map_default and removed the php code that you noted and they now show correctly on the sitemap.

The ezpages I added do appear in the important links sidebox. And they do work, but they do not show on the sitemap. Are you saying to add them manually to the tpl_site_map_default.php???

Thanks.

7 Apr 2008, 2:40 PM
#1218
ashton0603 avatar

ashton0603

Zen Follower

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

Re: Cherry Zen Template Support Thread

This is an old question but I never found the answer to this:

Where is the file to edit to change the text font on the site?

http://personalized2perfection.net/index.php?main_page=index&cPath=61

Is it just me or is this font a bit hard on the eye? It is just something about it....maybe it is too soft. Any suggestions appreciated. I just think that it doesn't look normal like other sites...with the same template.

Also, someone did assist me with telling me how to edit a file to fix my center text default....I just didn't know where this file is found or what it is called.

http://personalized2perfection.net/index.php?main_page=index&cPath=1

I read some where that centering the text makes it hard to read content....and that most people won't read it. There are some pages that don't look right with the center text. It could also be the font type that is bothering my eyes bu I just know it is something.

What do you think it is?

One more:
I noticed some posts on adding to the site map. I see that someone posted where to locate this file, but I am lost on how to create the code to have it viewed on the site map. How would I for example add my about us page:

http://personalized2perfection.net/index.php?main_page=page&id=2&chapter=0

I also would like to add text to all links. Would adding any text to the other default links, change or make them no longer work? The text would just be a brief summary of the link.

7 Apr 2008, 3:19 PM
#1219
ashton0603 avatar

ashton0603

Zen Follower

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

Re: Cherry Zen Template Support Thread

Is there a way to change the way the subcategories show up?

Example:
http://personalized2perfection.net/index.php?main_page=index&cPath=61

I would like to take these categories and spread them out so they are rectangle instead of a square. I would then like to have text in this rectangle next to the pic.

I tried to find a site with something similar to what I am trying to do:

http://www.funfelt.com/dramatic-play-felts.html

7 Apr 2008, 3:25 PM
#1220
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

gsdcypher:

The ezpages I added do appear in the important links sidebox. And they do work, but they do not show on the sitemap. Are you saying to add them manually to the tpl_site_map_default.php???

Thanks.

YES! :cool: