Re: Footer Menu Support Thread
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
Re: Footer Menu Support Thread
Quote:
Originally Posted by
growlight
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
Use the fix in POST 27 above - that should take care of the problem.
Re: Footer Menu Support Thread
Thanks Clyde but it looks like its made things worse...can you take a look?
THANK YOU!!!
-Christopher
Re: Footer Menu Support Thread
Quote:
Originally Posted by
clydejones
Use the fix thats included in POST 27 above - that should take care of the problem.
open includes/templates/YOUR_TEMPLATE/common/tpl_footer.php
find the following section of code:
<!--eof-navigation display -->
<center>
<table>
and change it so it looks like this
<!--eof-navigation display -->
<br class="clearBoth" />
<center>
<table>
Re: Footer Menu Support Thread
Hi Clyde,
First, I want to mention that your footer module is amazing. I've had clients mention to me that my site "finally looks complete" lol.
But, I have a question.
Is it possible to remove the "Important Links" column, and only use 3 out of the 4 columns instead? Also, I'd like to have it centered in the page as well.
I've been fiddling with the css for a while, but I'm not sure where to look for this.
Any help would be awesome.
Cheers,
Dave
indigodecorativeDOTcom
Re: Footer Menu Support Thread
You should be able to turn the important links off by going to admin -> configuration -> EZ-Pages Settings -> EZ-Pages Display Status - FooterBar and set it to 0
If that doesn't work let me know.
for the centering open stylesheet_footer_menu.css
find the following and make the highlighted change.
dl {margin: 0 auto 3px 0;padding:0;clear:both;height:79px;width:100%;}/*Adjust the height and width of the menu*/
Re: Footer Menu Support Thread
Hi clyde,
The EZ pages footer (setting to zero) worked. Adding the 'auto' to where you suggested didn't. It hasn't changed.
Re: Footer Menu Support Thread
Quote:
Originally Posted by
dpet102
Hi clyde,
The EZ pages footer (setting to zero) worked. Adding the 'auto' to where you suggested didn't. It hasn't changed.
Let me do some work on the centering
Re: Footer Menu Support Thread
Awesome, thanks clyde.
Sorry to add more work to your pile :)
Maybe you can also direct me quickly. I use define_pages_2 as my "about us", and define_pages_3 as "fundraising initiative".
I'm not familiar with EZ pages, for some reason it doesn't like me, but I'm wondering how to get those define pages links into my footer.
Thanks for your help
Dave
Re: Footer Menu Support Thread
Hi clyde,
Please disregard my last post asking about define pages and EZ pages. I figured it out.
I didn't realize the sort order had to be greater than zero. Works like a charm now lol.
Still having a minor issue with the centering of the footer though.
Posted via Mobile Device