Thanks for all your assistance Clyde. a little tweaking and this menu is an excellent contribution.![]()
Thanks for all your assistance Clyde. a little tweaking and this menu is an excellent contribution.![]()
Clyde,
Thank you for this module. When I add this module, it removes all of the bullets of my site. I can see that the css has this in it.
ul {margin:0;padding:0;list-style: none;}
When I remove this part, it fixes the rest of my site, but messes up the footer. Is there a way to remove the bullets from the footer and not the rest of my site?
replace the includes/templates/YOUR_TEMPLATE/css/stylesheet_footer_menu.css
with the file from the following:
smoke133_fix.zip
Thank you for your help. That worked great.![]()
Hi Guys!
I'm looking for a bit of assistance before I pull my hair out. I installed the module and got it working but in the process I have messed up my header.
The site is http://www.growlightexpress.com. If you check it out you will see two green bars at the top and the links "on top of each other" instead of "next to" as it was before (and there was only one green bar before the install). I can only guess at something in the css but not really sure. My skills are weak!!!
Also is there a way to change the "on mouse over" for the links in the footer and header to not be orange but the background color? Again I can only assume something with the css file but don't know how to move form there!!!
Some other info: I merged my tpl_footer file with the given tpl_footer file since I had changes in mine...I might have missed something there...
ANY help is appreciated!!!
-Christopher
Last edited by growlight; 29 Jul 2009 at 02:04 AM. Reason: added additional info
Thanks Clyde but it looks like its made things worse...can you take a look?
THANK YOU!!!
-Christopher
I am trying add newsletter subscribe onto the footer menu. I add this code right above the unsubscribe.
Define('SUBSCRIBE', '<li><a href="' . zen_href_link(FILENAME_SUBSCRIBE) . '">' . BOX_INFORMATION_SUBSCRIBE . '</a></li>');
But it doesn't work. It shows a "BOX_INFORMATION_SUBSCRIBE" on the footer menu. How to edit the code?
My site is www.best4future.com
Thanks!
OK so I figured out the mouse over part! I just removed this line from the footer css -- li a:hover {background:#FFBD3B;} -- to get rid of that part. Someday I just might learn!!
Now does anyone know why my header is using the footer css? More importantly how to fix it to be a horizontal list instead of a vertical list?
THANKS!!
-Christopher