
Originally Posted by
GraniteMan44
It appears I may have put my questions regarding the disappearance of my headerWrapper and logoWrapper after installing CSS Flyout menu in the wrong thread. How can I get those back so that my images will show up in the header?
zc 1.3.7
http://www.monumentsplus.com
Thanks in advance.
No, you had it in the right thread before..........wrong thread this time. This is for the CSS Flyout Menu.........not dropdown. It's a vertical Sidebox Menu.
But...............I do see your problem. In your includes/templates/CM_2/common/tpl_header.php find this section of code:
Code:
<!--<div id="logoWrapper">
<div id="logo"><a href="http://monumentsplus.com/"><img src="includes/templates/CM_2/images/logo.gif" alt="Powered by Zen Cart :: The Art of E-Commerce [home link]" title=" Powered by Zen Cart :: The Art of E-Commerce [home link] " width="181" height="133" /></a></div>-->
and change that section to:
Code:
<div id="logoWrapper">
<div id="logo"><a href="http://monumentsplus.com/"><img src="includes/templates/CM_2/images/logo.gif" alt="Powered by Zen Cart :: The Art of E-Commerce [home link]" title=" Powered by Zen Cart :: The Art of E-Commerce [home link] " width="181" height="133" /></a></div>
Notice the <!-- and the --> is what's 'killing' you. You cannot have your php code inside those.
Hope this helps.