mmiikkee1975 Posted October 16, 2011 Share Posted October 16, 2011 hi all had a real nightmare this weekend !!! my old presta shop went down i had the old black theme, anyway to cut a long story short, i upgraded but still couldnt manage to keep all my old files, so i installed this wicked looking new template it looks sweet but the only trouble is i get this anoying link block with a little red x and where ever you click on the main home page or the sub cattagries it prints the blinking name of the thing all the way through the header im going mad trying to find my way arround this new updated shop, and have got to the point where i need help please many thanks www.barwellbodyworks-shop.com Link to comment Share on other sites More sharing options...
razaro Posted October 17, 2011 Share Posted October 17, 2011 Hi "link block with a little red x" means that you have missing image So problem is in header.tpl in your theme folder. Here is code: <div class="art-header-jpeg"></div> /* this part displays your header image*/ <div class="art-logo"> <h1 id="name-text" class="art-logo-name"> <a href="{$content_dir}"><img src="/img/logo.png" /></a></h1> /* and this part seeks logo.png which is not there and causes red x to show*/ If you for example change logo.png to logo.jpg it will show you logo (think it is same as header image). So you need to remove one of these images. And the text you see in header is from next code <div id="slogan-text" class="art-logo-text">{$meta_title|escape:'htmlall':'UTF-8'}</div> so if you don't want it just delete that line or check each category/page in back office and change meta title. Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now