Title: adding buttons to header
Last modified: August 21, 2016

---

# adding buttons to header

 *  Resolved [jumpqbert](https://wordpress.org/support/users/jumpqbert/)
 * (@jumpqbert)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/adding-buttons-to-header/)
 * What I am trying to do is add three clickable buttons that will float on top 
   of my header image, lower right, in a single row of 3.
 * I have created a child theme for suffusion ver. 4.4.6, and I am self-hosting.
 * I added the maxbuttons widget thinking I could just create and drop them in. 
   No joy. I also added the WordPress shortcodes widget. Still no joy. After reading
   about shortcodes I have a very limited understanding but not finding a place 
   in the admin interface to put the shortcodes into the widgets areas. Text widget
   doesn’t do this.
 * I am pretty seasoned at html and css, relatively new to php but not intimidated,
   and I do grasp how wp uses php to construct pages.
 * So, what now. Tried using a custom menu and inserting it into the header area
   within the suffusion interface. Seems to be squeezing the buttons in to the far
   right of my header image.
 * I’ve used almost all my patience today trying to get this working. Please. please.
   Hints needed, all help appreciated!
 * [http://www.uintalibrary.org/wp](http://www.uintalibrary.org/wp)
 * TIA,
    jumpqbert

Viewing 7 replies - 1 through 7 (of 7 total)

 *  [danedral](https://wordpress.org/support/users/danedral/)
 * (@danedral)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/adding-buttons-to-header/#post-3932180)
 * hers a simple thing that may give you some hints how to position it properly `
   http://www.barelyfitz.com/screencast/html-training/css/positioning/`
 * Or with Ad Injection you can use template ads if you are willing to edit your
   theme template. You’ll see some details in the FAQ.
 * Or check this post: `http://wordpress.org/support/topic/plugin-for-adding-ad-
   code-in-header-space-adsense-leaderboard?replies=2`
 * Or check this: 7 Free WordPress Banner Plugins to Help You Optimize Your Ad Space`
   http://wpmu.org/wordpress-banner-plugin/`
 * Thers also some payd plugins…
 * Basicly before breaking your head thers a thing i say to people most of the time:“
   google is your friend if you dont know something ask google he will help you 
   out” – in other words thers a big chances someone else had similar problem or
   that there is a simple solution for your problems so all you need to do is use
   google to search and to know what you are looking for.
 * Best Regards,
    Danedral
 *  Thread Starter [jumpqbert](https://wordpress.org/support/users/jumpqbert/)
 * (@jumpqbert)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/adding-buttons-to-header/#post-3932264)
 * So… first thank you danedral.
    Are you saying that all I need to do is place 
   the shortcodes in the body of the home page and then in my child theme tweak 
   the css to make the maxbuttons show up where I want them?
 *  Thread Starter [jumpqbert](https://wordpress.org/support/users/jumpqbert/)
 * (@jumpqbert)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/adding-buttons-to-header/#post-3932266)
 * …maybe, maybe not. I added what seemed to be the positioning tweak for my one
   shortcode button in the css of the child theme style.css so the button has the
   following, but when I saved and refreshed, it did not move up to the top corner
   as expected.
 * Based on section 4 of the tutorial above on barelyfitz.com…
 * ‘position: relative !important;
 *  position:absolute;
    top:0; right:0; width:200px;’
 * aaand since that may be pretty vague as to what I’m doing, let me post the css
   for the one button: (that’s currently the green Catalog button that is in the
   middle of the home page.)
 * ‘
    div.maxbutton-1-container { position: relative !important;
 *  position:absolute;
    top:0; right:0; width:200px;
 * }
    a.maxbutton-1 { text-decoration: none !important; color: #ffffff !important;
   font-family: Verdana !important; font-size: 16px !important; font-style: normal!
   important; font-weight: normal !important; padding-top: 15px !important; padding-
   right: 25px !important; padding-bottom: 15px !important; padding-left: 25px !
   important; background-color: #98ba40 !important; background: linear-gradient(#
   98ba40 45%, #618926); background: -moz-linear-gradient(#98ba40 45%, #618926);
   background: -o-linear-gradient(#98ba40 45%, #618926); background: -webkit-gradient(
   linear, left top, left bottom, color-stop(.45, #98ba40), color-stop(1, #618926));
   border-style: solid !important; border-width: 1px !important; border-color: #
   618926 !important; border-radius: 4px !important; -moz-border-radius: 4px !important;-
   webkit-border-radius: 4px !important; text-shadow: -1px -1px 0px #618926 !important;
   box-shadow: 0px 0px 2px #333333 !important; -pie-background: linear-gradient(#
   98ba40 45%, #618926); position: relative !important;
 *  position:absolute;
    top:0; right:0; width:200px;
 * behavior: url(“[http://www.uintalibrary.org/wp/wp-content/plugins/maxbuttons/pie/PIE.htc&#8221](http://www.uintalibrary.org/wp/wp-content/plugins/maxbuttons/pie/PIE.htc&#8221););
   }
   a.maxbutton-1:visited { text-decoration: none !important; color: #ffffff !important;}
   a.maxbutton-1:hover { text-decoration: none !important; color: #ffffff !important;
   background-color: #2270df !important; background: linear-gradient(#2270df 45%,#
   12295d); background: -moz-linear-gradient(#2270df 45%, #12295d); background: -
   o-linear-gradient(#2270df 45%, #12295d); background: -webkit-gradient(linear,
   left top, left bottom, color-stop(.45, #2270df), color-stop(1, #12295d)); border-
   color: #0f2557 !important; text-shadow: -1px -1px 0px #12295d !important; box-
   shadow: 0px 0px 2px #333333 !important; -pie-background: linear-gradient(#2270df
   45%, #12295d); position: relative !important;
 *  position:absolute;
    top:0; right:0; width:200px;
 * behavior: url(“[http://www.uintalibrary.org/wp/wp-content/plugins/maxbuttons/pie/PIE.htc&#8221](http://www.uintalibrary.org/wp/wp-content/plugins/maxbuttons/pie/PIE.htc&#8221););
   }‘
 *  Thread Starter [jumpqbert](https://wordpress.org/support/users/jumpqbert/)
 * (@jumpqbert)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/adding-buttons-to-header/#post-3932274)
 * installed and activated the Widget Shortcode widget and now have the Arbitrary
   section in my widgets…
 * put a custom menu in there and have a shortcode for it now.
 * seriously. I’ve got nothing. please, help a buddy out here.
 * I’m loathe to continue stabbing at this with by best guesses as I want to keep
   my code clean and really I need to be moving on, this is just one little piece.
   At this point I may just give up on this and try doing an image map for the header.
   Don’t really want to, but it may come to that.
 *  [WPyogi](https://wordpress.org/support/users/wpyogi/)
 * (@wpyogi)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/adding-buttons-to-header/#post-3932275)
 * The best place for help with Suffusion is on the dedicated forums here:
 * [http://aquoid.com/forum/](http://aquoid.com/forum/)
 *  Thread Starter [jumpqbert](https://wordpress.org/support/users/jumpqbert/)
 * (@jumpqbert)
 * [12 years, 10 months ago](https://wordpress.org/support/topic/adding-buttons-to-header/#post-3932280)
 * ok, sorry. I will ask over there and see if anyone can help. Just seemed like
   this was a wordpress issue, but I guess not.
    thanks anyhow.
 *  [adelaide_chen](https://wordpress.org/support/users/adelaide_chen/)
 * (@adelaide_chen)
 * [12 years, 9 months ago](https://wordpress.org/support/topic/adding-buttons-to-header/#post-3932414)
 * [@jumpqbert](https://wordpress.org/support/users/jumpqbert/),
 * I’m looking to do the same thing (add two buttons in the header) and saw that
   you got it to work on [http://www.uintalibrary.org/wp](http://www.uintalibrary.org/wp).
 * What was the solution?

Viewing 7 replies - 1 through 7 (of 7 total)

The topic ‘adding buttons to header’ is closed to new replies.

## Tags

 * [adding](https://wordpress.org/support/topic-tag/adding/)
 * [buttons](https://wordpress.org/support/topic-tag/buttons/)
 * [header](https://wordpress.org/support/topic-tag/header/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 7 replies
 * 4 participants
 * Last reply from: [adelaide_chen](https://wordpress.org/support/users/adelaide_chen/)
 * Last activity: [12 years, 9 months ago](https://wordpress.org/support/topic/adding-buttons-to-header/#post-3932414)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
