Does this work on version 1.3.8a or should I convert to 1.3.9h before installing it?
Thanks
Printable View
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.:oops: 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;
:thumbsup:
Thanks Clyde that worked. Both of my problems are now fixed ty so much.:clap:
Hello!
When viewing the template on a larger, wider monitor the bottom brown bar is missing a couple of inches in width. ANy ideas?
Thank you! I send you a message with the link to the site!
Clyde, I hope all is well, I am using Rustic
www.malibududeranch.com
I can not figure out how to turn off the cart 0 Items $0.00 in the header. It is turned off in the Layout Box Controller.
Pleas advise
Clyde, please also tell me why the side boxes are jogged slightly to the right.
How can I eliminate the blue square on the left column side box.
Thanks again
open includes/templates/rustic/css/stylesheet.css
find the following declaration and make the highlighted change:
#cartHeader {
display:none;
position: absolute;
top: 57px;
right: 0;
font-size: 1.2em;
color: #6D0000;
background: #DCD6C4;
font-weight: bold;
width: auto;
}
You will need to re-do the sidebox graphics and make sure they are the same width you have set (175px)
open includes/templates/rustic/css/stylesheet.css
find the following and change the background color to what you want:
#bannerboxHeading {
background-color: #0000CC;
}
Hi Clyde, Thanks for the Rustic template! This is probably something simple that I am overlooking but I have searched to no avail. I am trying to add an ez page to my header, I have changed various settings but the page will not show. I have also tried putting the new page ( titled LINKS ) in the footer and side boxes. I am using v.1.3.9. Any ideas would be greatly apprectiated.
Many thanks Mr. Jones! I have almost completed all the changes to the store. There are still a few things that need tweaked but I think I can handle them. If you have time to take a look, my store has been submitted to the review forum. Tell me what you think. Again, many thanks!!!
Where is the logo file located in rustic to put my logo up?
includes/templates/rustic/images I think if I remember right it's called logo.gif