Re: Cold Steel Template Support Thread
ok, got the new products thing figured out. I had to turn off all three before it would go away;
Show New Products on Main Page
Show New Products on Main Page - Category with SubCategories
Show New Products on Main Page - Errors and Missing Product
The alignment issue wasn't resolved, it just moved it to the other side.
Re: Cold Steel Template Support Thread
oh, got it. Needed to change the width to the full page width of 917px.
thanks for your help Clyde. You have been a life saver.
Re: Cold Steel Template Support Thread
Clyde,
I put an image as the background for the site. Is their a way to keep the background image still as the actual store scrolls up and down.
Also, how can I change the title of the side boxes. Like if I wanted to change where is says "Categories" or "Sponsors" to something else.
Re: Cold Steel Template Support Thread
Quote:
Originally Posted by
MattS
Clyde,
I put an image as the background for the site. Is their a way to keep the background image still as the actual store scrolls up and down.
Also, how can I change the title of the side boxes. Like if I wanted to change where is says "Categories" or "Sponsors" to something else.
open includes/templates/cold_steel/css/stylesheet.css
find the following and add the highlighted portion
body {
margin: 3px 0;
padding:0;
font-family: verdana, arial, helvetica, sans-serif;
font-size: 62.5%;
color: #000;
background: url(../images/sunset.jpg);
background-attachment:fixed;
}
article=134 in the tutorial/FAQ section
Re: Cold Steel Template Support Thread
Thanks, that all worked great. I forget about the FAQ section. I will review all that first now.
noinxex, nofollow problem - cold steel template
I have read and read and tried all the fixes I have found to no avail.
Somehow somewhere I am getting
<meta name="robots" content="noindex, nofollow" />
On every page. And of course my site is no longer indexed.
www.darkwoodarmory.com
using Zen Cart 1.3.8a
Patch: 1::
Database Patch Level: 1.3.8
I can't find why it is getting this tag. I have tried so many things I am worried I am starting to introduce problems.
Any help?
Scott
Re: noinxex, nofollow problem
Re: noinxex, nofollow problem
Yes, I made the changes in the /includes/init_includes/init_add_crumbs.php file.
And it is showing noindex for all my pages.
Scott
Re: noinxex, nofollow problem
Go to your Zen cart Admin and go to the Tools ... Developers Tool Kit ...
In the bottom input box enter:
nofollow
select Catalog and click SEARCH ...
What files come up?
Re: Cold Steel Template Support Thread
Hello Clyde
I would like to make some link changes in the EZpage Nav Bar - The navEZPagesTop class is what I want to modify but am unable to locate the php file these links are located in.
Also can the login/register link be moved down to the EZpage Nav Bar.
Thank You,