Hi Anne I'm trying to place a second logo where the searbox is, I've searched allover but everthing I try breaks my sitecould you tell me how I can do this. Cheers Peter
http://www.rvsolarsystems.co.uk/
Hi Anne I'm trying to place a second logo where the searbox is, I've searched allover but everthing I try breaks my sitecould you tell me how I can do this. Cheers Peter
http://www.rvsolarsystems.co.uk/
What ever your doing remember to KISS ( Keep It Simple Stupid )
You wil need to add the code to the tpl_header.php file, probably under the code for the search header. Then you will need to adjust the positioning in the stylesheet.css file. If you add your logo and then post for help here I can help you with the css.
Thanks,
Anne
For anyone else who want's to put a second logo in there header this is how I did it
/public_html/includes/templates/abbington_mega/common/tpl_header.php
<div id="navMainSearch"><?php require(DIR_WS_MODULES . 'sideboxes/search_header.php'); ?></div>
put this below the above line<div id="logo-2"><img src="includes/templates/abbington_mega/images/logo-2.png" alt="put your alt text here" /></div>
/public_html/includes/templates/abbington_mega/css/stylesheet.css
#logo-2 {float: right;margin-top:-15px;} place this at the bottome of your style sheet, you may have to play with the styling.
Last edited by discoverytdi; 14 Sep 2012 at 11:23 AM.
What ever your doing remember to KISS ( Keep It Simple Stupid )
I have a problem. The problem is I have hoverbox3 installed and when I clicks on the "larger image", a new window will open and the menu bar is somehow on top of the picture. Does anybody have any ideas they can share to correct this. Thank you in advance. In hoverbox3 stylesheet there is no z-index so I stump.
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
Last edited by picaflor-azul; 23 Sep 2012 at 01:05 AM.
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation
Thank you for your help. I found out what was going on. There's a setting in admin/configuration/hover box 3 configurations for the
Z-Index for HoverBox. I don't know how I miss that. What I did was raised the Z-Index for hovebox higher than the stylesheet_mega_menu Z-Index and problem solved. Very nice template by the way. Thanks again.
Last edited by countrycharm; 23 Sep 2012 at 04:27 PM.
Is your site Upgraded to the current version 1.5.4 Yet?
zencart-upgrades-website-installation