Home › Forums › Weaver Xtreme Theme › Menu on right side of Header
- This topic has 4 replies, 3 voices, and was last updated 10 years, 11 months ago by
scrambler.
-
AuthorPosts
-
September 21, 2015 at 22:52 UTC #18288
toonin99
ParticipantI am trying to have a logo image on the left side of my header, and my menu on the right side of the header. I found a couple of answers on the Forum, and thought I had the right code, but it’s not working.
I went to HTML Insertion>Header Top, and added:
<div>
<div class=”content-2-col”>http://www.profitonlinebiz.com/wp-content/uploads/2015/09/profitlogoW.jpg</div>
<div class=”content-2-col”>extra</div>
</div>What am I doing wrong?
Site is http://www.profitonlinebiz.com/
September 21, 2015 at 22:55 UTC #24681Weaver
KeymasterWhen you want image in the content, you need the full HTML specification, thus:
<img src=”http://www.profitonlinebiz.com/wp-content/uploads/2015/09/profitlogoW.jpg”>
And no ; after the </div>
September 21, 2015 at 23:08 UTC #24682toonin99
ParticipantThanks! My Advanced HTML now reads:
<div>
<div class=”content-2-col”><img src=”http://www.profitonlinebiz.com/wp-content/uploads/2015/09/profitlogoW.jpg”></div>
<div class=”content-2-col”>extra</div>
</div>I have one other problem:
The name of my custom menu (extra) show up on the right side of the header, but not the actual menu.September 21, 2015 at 23:29 UTC - Views: 3 #24683Weaver
KeymasterSame problem, sort of. If you are using an extra menu, you will have to use the Weaver Xtreme Plus [extra_menu] shortcode to display the menu.
You can’t simply provide names of files (like the image), or a name of a menu (extra) all by themselves. These are just words. You need to do something to have them displayed – like the HTML for <img>, or a shortcode in the case of the menu.
Be sure you understand how shortcodes work. And in the case of menus and the [extra_menu] in the header, if it is a dropdown menu, you will have to add extra styling to have it all show – normally the header html area does not display overflow content. (add {overflow:visible;} to the CSS+ for the Header HTML BG color option on the Main Options : Header tab.)
September 21, 2015 at 23:43 UTC #24684scrambler
ModeratorCheck the help in Appearance > +Xtreme Shortcode> Extra menu page to see the syntax for the extra menu Shortcode.Also, using the div with the 2 columns class will split the two column 50/50. If you need a different % width for the logo and the menu, you may want to use the header Widget area with 2 widgets, and custom width as explained here. -
AuthorPosts
- You must be logged in to reply to this topic.

