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

Hybrid View

  1. #1
    Join Date
    Oct 2007
    Posts
    13
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Quote Originally Posted by jettrue View Post
    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!

  2. #2
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default 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.

  3. #3

    Default 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/i...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/i...=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/i...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.
    [FONT=Microsoft Sans Serif]Personalized 2 Perfection[/FONT]
    http://personalized2perfection.net
    Your one stop shop for unique personalized gifts!

  4. #4

    Default Re: Cherry Zen Template Support Thread

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

    Example:
    http://personalized2perfection.net/i...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
    [FONT=Microsoft Sans Serif]Personalized 2 Perfection[/FONT]
    http://personalized2perfection.net
    Your one stop shop for unique personalized gifts!

  5. #5
    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 ashton0603 View Post
    Is there a way to change the way the subcategories show up?

    Example:
    http://personalized2perfection.net/i...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
    Go to "configuration", "product listing", and change "Product Listing - Columns Per Row" to 2.

    Are you using the most recent version of this template? (version 1.5). If not, download the newest version, and replace includes/templates/cherry_zen/common/tpl_columnar_display.php with the newest version. If you are using a version before 1.5, the above instructions will make your product layout look odd.

    Then to turn on a product description in that are, go to "Configuration", "Product Listing" again, and enter the number of characters of the description you want to show up under "Display Product Description".

  6. #6

    Default Re: Cherry Zen Template Support Thread

    jettrue.....thanks soooo much! I will get on it a bit later once I have the time to be patient.

    About the site map:

    I wanted to give a brief summary for each category in the site map....so that it isn't just links on the page.
    [FONT=Microsoft Sans Serif]Personalized 2 Perfection[/FONT]
    http://personalized2perfection.net
    Your one stop shop for unique personalized gifts!

  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 ashton0603 View Post
    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/i...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/i...=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/i...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.
    I did reply to you:
    http://www.zen-cart.com/forum/showpo...postcount=1189

    Your font looks fine to me, but you would change it in includes/templates/cherry_zen/css/stylesheet.css

    To change the font from default center, see my previous reply.

    To add the about us page, just add this where you want it in tpl_site_map_default.php:

    Code:
    <li><a href="index.php?main_page=page&id=2&chapter=0">About us</a></li>
    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.
    I don't know what you mean about the above.

  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 gsdcypher View Post
    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!

  9. #9
    Join Date
    Feb 2007
    Posts
    819
    Plugin Contributions
    0

    Default Re: Cherry Zen Template Support Thread

    Hi Jettrue,

    I am still working on the site map links...

    How do I edit the tpl_site_map_default.php to show the ezpage links below under the important links sidebox?

    <li><?php echo '<a href="' . zen_href_link(FILENAME_GOVERNMENT_PURCHASING_INFO) . '">' . BOX_IMPORTANT_LINKS_GOVERNMENT_PURCHASING_INFO . '</a>'; ?></li>
    <li><?php echo '<a href="' . zen_href_link(FILENAME_PRINTABLE_CATALOG) . '">' . BOX_IMPORTANT_LINKS_PRINTABLE_CATALOG . '</a>'; ?></li>
    <li><?php echo '<a href="' . zen_href_link(FILENAME_DOG_TRAINING) . '">' . BOX_IMPORTANT_LINKS_DOG_TRAINING . '</a>'; ?></li>
    <li><?php echo '<a href="' . zen_href_link(FILENAME_WEB_RESOURCES) . '">' . BOX_IMPORTANT_LINKS_WEB_RESOURCES . '</a>'; ?></li>


    Are you saying to add them manually to the tpl_site_map_default.php???
    Thanks.YES!
    thanks

  10. #10
    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 gsdcypher View Post
    Hi Jettrue,

    I am still working on the site map links...

    How do I edit the tpl_site_map_default.php to show the ezpage links below under the important links sidebox?

    <li><?php echo '<a href="' . zen_href_link(FILENAME_GOVERNMENT_PURCHASING_INFO) . '">' . BOX_IMPORTANT_LINKS_GOVERNMENT_PURCHASING_INFO . '</a>'; ?></li>
    <li><?php echo '<a href="' . zen_href_link(FILENAME_PRINTABLE_CATALOG) . '">' . BOX_IMPORTANT_LINKS_PRINTABLE_CATALOG . '</a>'; ?></li>
    <li><?php echo '<a href="' . zen_href_link(FILENAME_DOG_TRAINING) . '">' . BOX_IMPORTANT_LINKS_DOG_TRAINING . '</a>'; ?></li>
    <li><?php echo '<a href="' . zen_href_link(FILENAME_WEB_RESOURCES) . '">' . BOX_IMPORTANT_LINKS_WEB_RESOURCES . '</a>'; ?></li>




    thanks
    I give up, I really don't understand. You say you want them in the sitemap, so I tell you to edit tpl_site_map_default.php. Now you're saying you want them in the important links sidebox. I don't know, sorry. Please ask in the main forum.

 

 
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