Title: [Plugin: Background Manager] Background Link does not work ^_^
Last modified: August 20, 2016

---

# [Plugin: Background Manager] Background Link does not work ^_^

 *  [martinixmix](https://wordpress.org/support/users/martinixmix/)
 * (@martinixmix)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-background-manager-background-link-does-not-work-_/)
 * Hi…
    You’re probably pretty sick of the same question appearing in the month.
   Alas, I did look through the other threads asking about the same problem and 
   have tried applying your suggestion/solution to my own, but unfortunately does
   not work.
 * The problem is no matter it’s Normal or Full Screen (which by the way, the image
   doesn’t show up in FS mode), the link attached to the background image will just
   not work at all. Nothing to click.
 * Site: [http://thoughtrobot.com/](http://thoughtrobot.com/)
 * I already entered the URL in the Background Image Link box for the Image Set,
   as well as the Background URL box for the image itself, but neither does anything.
 * I tried looking through my theme’s CSS for a class that might be hiding the background
   element, but I cannot for the life of me find anything. The reason is because
   prior to making this plugin work, I noticed the #wrapper class in my theme was
   hiding the background, so I had it removed and the image showed up.
 * [http://wordpress.org/extend/plugins/background-manager/](http://wordpress.org/extend/plugins/background-manager/)

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

 *  Anonymous User 4048828
 * (@anonymized-4048828)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-background-manager-background-link-does-not-work-_/#post-2859988)
 * Hi!
 * I’m uploading version 1.1.6 of the plugin as I’m writing this, which will hopefully
   address the issue of the image not appearing in Full Screen mode.
 * As for the background link, it is indeed “hidden” by the wrapper, and can be 
   solved with the following Custom Stylesheet:
 *     ```
       #wrapper {
         width: 980px;
         margin: 0 auto;
       }
       ```
   
 *  Thread Starter [martinixmix](https://wordpress.org/support/users/martinixmix/)
 * (@martinixmix)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-background-manager-background-link-does-not-work-_/#post-2860007)
 * Oh my Thor! You are utterly amazing! Haha! That solved it.
 * This isn’t too important, but what CSS class would I have to edit to make my 
   header do the same?
 * Is there a link I can click on to donate to you? Once I get my next paycheck,
   I want to donate a bit.
 *  Anonymous User 4048828
 * (@anonymized-4048828)
 * [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-background-manager-background-link-does-not-work-_/#post-2860097)
 * Good 🙂
 * The header is usually very difficult, but in your case the design lends itself
   well to this. You can try the following:
 *     ```
       body { padding-top: 120px; }
       #page { margin-top: 40px; }
       #header { padding: 0; }
       #branding {
         margin-top: -120px;
         margin-bottom: 40px;
       }
       #access { margin-top: 0; }
       ```
   
 * As for donations, there’s a link from the plugin page here at WordPress, which
   leads to [http://pledgie.com/campaigns/16906](http://pledgie.com/campaigns/16906).
   It’s much appreciated!

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

The topic ‘[Plugin: Background Manager] Background Link does not work ^_^’ is closed
to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/background-manager_7c828e.svg)
 * [Background Manager](https://wordpress.org/plugins/background-manager/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/background-manager/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/background-manager/)
 * [Active Topics](https://wordpress.org/support/plugin/background-manager/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/background-manager/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/background-manager/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: Anonymous User 4048828
 * Last activity: [13 years, 11 months ago](https://wordpress.org/support/topic/plugin-background-manager-background-link-does-not-work-_/#post-2860097)
 * Status: not a support question