Hi
Trying to float menu right and only have three buttons. So is it possible to have menu sit far right?
Thx
Hi
Trying to float menu right and only have three buttons. So is it possible to have menu sit far right?
Thx
Hi O5,
As far as I know the main menu is automatically set to Float:right with the default theme css. Do you mean the sub menu or can you link to your site if its different?
Regards,
Devin
Hi
Yes, you're correct, there was some code causing the menu to float left. Another question, how would it be possible to add some text below menu buttons? For instance the About would be large font but the text below would be smaller.
Also, with the sub menu is it possible to add multi lines, instead of the single line sub menu?
Thank you in advance.
With the main menu here is what I'm trying to do, but not sure how to target main menu:
<div id="menu1">
</div>
Hi,
If you want a text below the menu you should visit this link.
http://www.kriesi.at/archives/improve-your-wordpress-navigation-menu-output
It talks about how you will enable the walker capability of wp_nav_menu.
Regards,
Ismael
Hi
So Ive got it working using the link you provided, only now I can't log in to the site now. It displays this error:
Warning: Cannot modify header information - headers already sent by (output started at /hermes/waloraweb
Are you familar with this and what do you recommend to solve issue?
Thank you
Hi O5,
Can you post the full error that is shown on your site?
Regards,
Ismael
Myusername and mysitefolder are dummy names I used just to post the error here.
Error reads:
Warning: Cannot modify header information - headers already sent by (output started at /hermes/waloraweb048/b1376/as.myusername/public_html/mysitefolder/wp-includes/nav-menu-template.php:235) in /hermes/waloraweb048/b1376/as./public_html/mysitefolder/wp-login.php on line 365
Warning: Cannot modify header information - headers already sent by (output started at /hermes/waloraweb048/b1376/as.my username/public_html/mysitefolder/wp-includes/nav-menu-template.php:235) in /hermes/waloraweb048/b1376/as./public_html/mysitefolder/wp-login.php on line 377
(the last warning is duplicated 14 times , the only difference where it reads "line 377" the line numbers are 697 -714
Actually this is the warning that repeats:
Warning: Cannot modify header information - headers already sent by (output started at /hermes/waloraweb048/b1376/as.my username/public_html/mysitefolder/wp-includes/nav-menu-template.php:235) in /hermes/waloraweb048/b1376/as.my username/public_html/mysitefolder/wp-includes/pluggable.php on line 697
(the last warning is duplicated 14 times , the only difference where it reads "line 697" the line numbers are 698-714
Hi
Could I target the menu on propulsion? If so how, what is the menu class?
Thx
Hey O5,
I'm not sure that blog post is actually still workable as its a ~2 years old now. I'll have to tag another of the support crew on the topic as I'm not sure adding the description text from the WP Menus manager is easily doable with Propulsion.
Regards,
Devin
So is it possible to use the description feature with this theme? Also, how do you remove the bullets on the left/right sidebar menu?
Thx
Hi O5,
It doesn't look like its something we can walk you through though I can't say it isn't possible.
You can remove the little dash before the menu with:
#top .widget_nav_menu li::before {
content: none;
}
Regards,
Devin
This topic has been closed to new replies.