Does this work on version 1.3.8a or should I convert to 1.3.9h before installing it?
Thanks
Does this work on version 1.3.8a or should I convert to 1.3.9h before installing it?
Thanks
Hello all, I can not seem to get the text in my Categories menu to line up right. I was messing with the some of the files tring to get authorize.net sidebox to work and now I can't figure out what I did.So any help would be great. I am using ver. 1.3.9
http://mountainmengoods.com/
It's the categories menu.
Thanks,
James
Thank you for the quick reply. I did try that but it did not work.
I know when it first did it everything on the page went out of wack. We got everything but the menu correct. Are there any other files that would control this.
I do have a new ? i would like to add. If I view my source I find meta keywords and descriptions that I can not find. I have checked my meta file and cleared it up. What other files may contain meta tags.
Thank you very much.
This is from my home page view source:
<meta name="description" content="James Scotts Mountain Men Goods : - Sheaths Possible Bags Belt Bags Turtle Shell Bags Woman's Jewelry Medicine Bags mountainman supply, mountain men crafts,black powder supply, buck skinner supply, rendezvous, mountainman possible bag, turtle shell bags, medicine wheel, mountainman sheaths" />
from my meta.php
/public_html/includes/languages/english/meta.php
// page title
define('TITLE', 'James Scotts Mountain Men Goods');
// Site Tagline
define('SITE_TAGLINE', 'James Scotts Handmade Mountain Man Crafts');
// Custom Keywords
define('CUSTOM_KEYWORDS', 'mountainman supply, mountain men crafts,black powder supply, buck skinner supply, rendezvous, mountainman possible bag, turtle shell bags, medicine wheel, mountainman sheaths');
I have also checked my modules/meta.php and there is nothing there. from the way it looks it's coping my keywords in to my description. Is there any way to fix this?
These are your category names:
Sheaths Possible Bags Belt Bags Turtle Shell Bags Woman's Jewelry Medicine Bags
This is the default behavior for Zen Cart and is not related to the template.
I believe you can alter this somewhat by editing the following definitions in includes/languages/english/meta_tags.php
// Home Page Only:
define('HOME_PAGE_META_DESCRIPTION', '');
define('HOME_PAGE_META_KEYWORDS', '');
this section of code from includes/modules/meta_tags.php is responsible for building the main page metatags
case ($this_is_home_page):
define('META_TAG_TITLE', (defined('HOME_PAGE_TITLE') && HOME_PAGE_TITLE != '' ? HOME_PAGE_TITLE : (defined('NAVBAR_TITLE') ? NAVBAR_TITLE . PRIMARY_SECTION : '') . TITLE . TAGLINE));
define('META_TAG_DESCRIPTION', (defined('HOME_PAGE_META_DESCRIPTION') && HOME_PAGE_META_DESCRIPTION != '') ? HOME_PAGE_META_DESCRIPTION : TITLE . PRIMARY_SECTION . (defined('NAVBAR_TITLE') ? NAVBAR_TITLE : '' ) . SECONDARY_SECTION . KEYWORDS);
define('META_TAG_KEYWORDS', (defined('HOME_PAGE_META_KEYWORDS') && HOME_PAGE_META_KEYWORDS != '') ? HOME_PAGE_META_KEYWORDS : KEYWORDS . METATAGS_DIVIDER . (defined('NAVBAR_TITLE') ? NAVBAR_TITLE : '' ) );
break;
Last edited by clydejones; 27 Mar 2011 at 04:31 AM.
Thanks Clyde that worked. Both of my problems are now fixed ty so much.![]()
Hello!
When viewing the template on a larger, wider monitor the bottom brown bar is missing a couple of inches in width. ANy ideas?
Bookmarks