Hi, I can't seem to figure out why there is an extra menu item showing right after and doesn't do anything.
I am using the /* by Alexander Endresen and mark and Nuno */ vertical menu style and here is the link so you can see; please roll over the "What's Happening" menu item and you will see the extra space at the bottom of the drop-down menu...
http://liquidbluedenim.com/index.php?pa ... -happening
Any ideas how to eliminate this?
[SOLVED] I have this extra menu item showing below the last
- fearmydesign
- Power Poster
- Posts: 363
- Joined: Sun Feb 28, 2010 10:54 pm
[SOLVED] I have this extra menu item showing below the last
Last edited by fearmydesign on Wed Mar 02, 2011 2:01 am, edited 3 times in total.
Rod
"Be careful who you step on your way up; because you never know who you'll meet on your way down!" - or something like that.
"Be careful who you step on your way up; because you never know who you'll meet on your way down!" - or something like that.
Re: I have this extra menu item showing below the last level
I see an extra list-item in the html code
Do you have a "page" of content type=separator?
Code: Select all
<li class="separator once" style="list-style-type: none;"> </li>
Re: I have this extra menu item showing below the last level
Looks like it's rendering this at the end of each dropdown:
Search the template for part of the line, like class="separator once", and you should be able to remove it (along with any Smarty logic that goes with it). It should be safe to remove as those classes aren't used anywhere else in the menu from what I can see.
EDIT: ninja'ed by Jos! Oops.
Code: Select all
<li class="separator once" style="list-style-type: none;"> </li>
EDIT: ninja'ed by Jos! Oops.
- fearmydesign
- Power Poster
- Posts: 363
- Joined: Sun Feb 28, 2010 10:54 pm
Re: I have this extra menu item showing below the last level
No I don't...Do you have a "page" of content type=separator?
Ok, I took that line out of the cssmenu_ulshadow.tpl menu template and it worked...! but this is the first time I ever touch this template... it's supposed to be the default template that comes with the installation, any idea how this could of happened?Search the template for part of the line, like class="separator once", and you should be able to remove it (along with any Smarty logic that goes with it). It should be safe to remove as those classes aren't used anywhere else in the menu from what I can see.
Thank you both for your help.
Rod
"Be careful who you step on your way up; because you never know who you'll meet on your way down!" - or something like that.
"Be careful who you step on your way up; because you never know who you'll meet on your way down!" - or something like that.
Re: I have this extra menu item showing below the last level
Glad to know it's fixed, but I'm not sure why it was like that to begin with. Maybe it's meant to be used in conjunction with different CSS? I don't know.
By the way, you might want to prepend your topic title with [Solved].
By the way, you might want to prepend your topic title with [Solved].

- fearmydesign
- Power Poster
- Posts: 363
- Joined: Sun Feb 28, 2010 10:54 pm
Re: I have this extra menu item showing below the last level
Oh man! I have trying to find out how to do this for other posts as well.... where do I change the title to solved...?By the way, you might want to prepend your topic title with [Solved].
thx again
Rod
"Be careful who you step on your way up; because you never know who you'll meet on your way down!" - or something like that.
"Be careful who you step on your way up; because you never know who you'll meet on your way down!" - or something like that.
Re: I have this extra menu item showing below the last level
Edit your first post; changing the subject line should change the topic title as well. 

Re: [SOLVED] I have this extra menu item showing below the l
You were using the wrong menu template for the style you needed, should have used the cssmenu.tpl instead...