Hi Ann how do you get rid of the slide show altogether. I don't want to use one right now. Thanks in advance.
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
You can modify the code in the includes/templates/sheffield_blue/css/index_home.css file to this:
#navBreadCrumb{display:none;}
.centerBoxHeading{background:none;border-bottom:1px solid #888887;width:90%;margin:0 auto;font-size:21px;font-weight:400;padding-bottom:11px;color:#20231d;text-shadow:none;margin-top:0px;}
.centerBoxWrapper{display:none;}
#contentMainWrapper{position:relative;top:-65px;}
#content-container{margin-top:0px;}
#home-banner{margin-left:-14px;margin-bottom:100px;display:none;}
#footer{margin-top:-112px;}
You should also do a cross browser check to see if any adjustments need to be made.
Thanks,
Anne
Thanks Ann
I have another question Ann. I must did something wrong because now my menu doesn't come down far enough or something is wrong. I guess what I'm trying to say is why is the top of my page split or doesn't meet together after I uninstalled the slide show.
Here the link to my site.
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
I figured it out Ann. I took out the </div> tage at the bootom of the /includes/templates/sheffield_blue/common/tpl_main_page for some reason. I added it back and all is well.
But I would like to know how I can make my logo a little taller. I also have the module Instant Search (like Googles) installed but it doesn't work with this template for some reason. Works with abbington_mega_1.1. Don't know
Last edited by countrycharm; 20 Dec 2012 at 11:09 PM.
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
I am happy that you figured it out ;-)
The instant search actually is working on your site. If you start to type out something you will notice a large scroll bar at the bottom of the page. If you scroll all the way to the right you will see the instant search working. I would recommend editing the instant search css to make it show under the search box and not all the way to the right ;-)
Thanks,
Anne