Hi Jettrue,
Sorry about that...I think we're confusing each other.
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.
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!
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!
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".
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!
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 don't know what you mean about the above.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.
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>
thanksAre you saying to add them manually to the tpl_site_map_default.php???
Thanks.YES!