Clyde, Thanks for your templates. I have tried several other templates that were not yours and none worked out.
I have been trying to figure out as much as I can but I am getting a list of questions. Here are 2.
I am going to remove pretty much the whole top banner area and need to move the (Home Log In/Register) links down to the next bar down. I also want to remove the date all together.
The other question is, Where do I edit the links that show up in the Information block on the side.
my build for ref, http://www.centraloutdoors.com/store/
You may have to give it some time. Its supper slow loading. But it works
You can create internal links using ez-pages for these links
You can open includes/templates/cold_steel/css/stylesheet.css
find the following declarations: and make the highlighted changes:
.date {
display:none;
padding-left:5px;
position: absolute;
top: 95px;
right: 20px;
color:#000;
font-weight: bold;
text-align: left;
font-size: 1.2em;
line-height:normal;
}
#navMainWrapper {
display:none;
position:absolute;
left: 201px;
top: 90px;
font-size: 1.2em;
}
if you don't want the information box to display turn it off.
admin -> tools -> layout boxes controller
Thanks, got those removed and will add what I want back with the EZpages.
I want the information box displayed, I just want to remove pages and add new pages to it. How do I?
personally, I don't use the information sidebox. I've created internal links in ez-pages and assigned them to the ez-pages sidebox.
That said,
A lot of the links in the information sidebox can be turned off in admin.
if you want to add links then open includes/modules/sideboxes/information.php
use the current entries as your model and add new links as desired.
thanks again, your right on the ezpages route. It does seem to be the best way to go.
Couple more quick fixes.
I can't get rid of the "New Products" in the middle column. Its turned off in the layout box controller.
Also, refer to my site. I would like the info at the very bottom (copyright......) to be centered on the page. I figured out the ezpages, but can't find that one.
Thanks
Matt
http://www.centraloutdoors.com/store....php?main_page
admin -> configuration -> index listing -> Show New Products on Main Page (set to 0)
open includes/templates/cold_steel/css/stylesheet.css
find the following:
#siteinfoLegal {
margin:0;
padding: 0 15px;
font-size: 0.9em;
text-align:right;
width:619px;
line-height:normal;
clear:both;
float:right;
}
and replace with:
#siteinfoLegal {
margin:0;
padding: 0 15px;
font-size: 0.9em;
text-align:right;
width:619px;
line-height:normal;
clear:both;
text-align:center;
}
Bookmarks