Title: plugin doesn&#039;t work on my theme
Last modified: August 21, 2016

---

# plugin doesn't work on my theme

 *  Resolved [syrinx32123](https://wordpress.org/support/users/syrinx32123/)
 * (@syrinx32123)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/plugin-doesnt-work-on-my-theme/)
 * How do I get the sticky widget to work on my theme? I’d like to place on ad on
   the bottom right of my sidebar.
 * [http://www.travelgrom.com/travel-blog/coachella-2014-lineup](http://www.travelgrom.com/travel-blog/coachella-2014-lineup)
 * [http://wordpress.org/plugins/q2w3-fixed-widget/](http://wordpress.org/plugins/q2w3-fixed-widget/)

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

 *  Plugin Contributor [Max Bond](https://wordpress.org/support/users/max-bond/)
 * (@max-bond)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/plugin-doesnt-work-on-my-theme/#post-4449805)
 * Hi!
    The plugin is working in FF, but in Chrome there is css problem. You need
   to check your css files for these instructions:
 *     ```
       -webkit-backface-visibility:hidden;
       -webkit-transform: translate3d(0,0,0);
       ```
   
 * Remove them if found (don’t forget to make backup of changed files)
 *  Thread Starter [syrinx32123](https://wordpress.org/support/users/syrinx32123/)
 * (@syrinx32123)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/plugin-doesnt-work-on-my-theme/#post-4449909)
 * that worked, thank you!
 *  Thread Starter [syrinx32123](https://wordpress.org/support/users/syrinx32123/)
 * (@syrinx32123)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/plugin-doesnt-work-on-my-theme/#post-4449956)
 * Hi Max,
 * When I make a widget sticky, it shifts to the left and gets off-centered once
   I start scrolling down. Do you know how I can fix this?
 * **Image:** [http://cl.ly/image/1P23241O0n0X](http://cl.ly/image/1P23241O0n0X)
 * Site: [http://www.travelgrom.com/travel-blog/coachella-2014-lineup](http://www.travelgrom.com/travel-blog/coachella-2014-lineup)
 * thanks!
    Evan
 *  Thread Starter [syrinx32123](https://wordpress.org/support/users/syrinx32123/)
 * (@syrinx32123)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/plugin-doesnt-work-on-my-theme/#post-4449962)
 * is anyone else experiencing this problem?
 *  Plugin Contributor [Max Bond](https://wordpress.org/support/users/max-bond/)
 * (@max-bond)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/plugin-doesnt-work-on-my-theme/#post-4449963)
 * Hi!
    Sounds like css problem. But I need to see it in action
 *  Thread Starter [syrinx32123](https://wordpress.org/support/users/syrinx32123/)
 * (@syrinx32123)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/plugin-doesnt-work-on-my-theme/#post-4449964)
 * Hi Max:
 * Ok, I enabled the bottom right widget here: [http://evanthomas1.staging.wpengine.com/travel-blog/iphone-camera-trick-illusion-panomagic](http://evanthomas1.staging.wpengine.com/travel-blog/iphone-camera-trick-illusion-panomagic)
 *  Plugin Contributor [Max Bond](https://wordpress.org/support/users/max-bond/)
 * (@max-bond)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/plugin-doesnt-work-on-my-theme/#post-4449965)
 * style.css line 2537:
 *     ```
       .widget_ti_code_banner, .widget_ti_image_banner {
       margin: 0 -5%;
       text-align: center;
       }
       ```
   
 * Margin left and right are relative. Change to fixed values:
 *     ```
       .widget_ti_code_banner, .widget_ti_image_banner {
       margin: 0 -14px;
       text-align: center;
       }
       ```
   
 *  Thread Starter [syrinx32123](https://wordpress.org/support/users/syrinx32123/)
 * (@syrinx32123)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/plugin-doesnt-work-on-my-theme/#post-4449966)
 * awesome, that fixed it!
 * Thanks!
 *  Thread Starter [syrinx32123](https://wordpress.org/support/users/syrinx32123/)
 * (@syrinx32123)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/plugin-doesnt-work-on-my-theme/#post-4449976)
 * Hi again,
 * Thanks for helping me fix the alignment problem, but now I noticed my fixed widget
   is scrolling all the way into the footer of my site. How can I fix this?
 * see bottom of the page here: [http://www.travelgrom.com/travel-blog/coachella-2014-lineup](http://www.travelgrom.com/travel-blog/coachella-2014-lineup)
 *  Plugin Contributor [Max Bond](https://wordpress.org/support/users/max-bond/)
 * (@max-bond)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/plugin-doesnt-work-on-my-theme/#post-4449977)
 * Set Margin Bottom option = your footer height
 *  Thread Starter [syrinx32123](https://wordpress.org/support/users/syrinx32123/)
 * (@syrinx32123)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/plugin-doesnt-work-on-my-theme/#post-4449978)
 * I don’t see any plugin settings for fixed widget. Where do I do that? In the 
   child theme stylesheet?
 *  Plugin Contributor [Max Bond](https://wordpress.org/support/users/max-bond/)
 * (@max-bond)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/plugin-doesnt-work-on-my-theme/#post-4449979)
 * Appearance -> Fixed Widget Options
 *  Thread Starter [syrinx32123](https://wordpress.org/support/users/syrinx32123/)
 * (@syrinx32123)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/plugin-doesnt-work-on-my-theme/#post-4449980)
 * awesome, thank you for your quick support! Love this plug-in

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

The topic ‘plugin doesn't work on my theme’ is closed to new replies.

 * ![](https://ps.w.org/q2w3-fixed-widget/assets/icon-256x256.png?rev=2384479)
 * [Fixed Widget and Sticky Elements for WordPress](https://wordpress.org/plugins/q2w3-fixed-widget/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/q2w3-fixed-widget/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/q2w3-fixed-widget/)
 * [Active Topics](https://wordpress.org/support/plugin/q2w3-fixed-widget/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/q2w3-fixed-widget/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/q2w3-fixed-widget/reviews/)

 * 13 replies
 * 2 participants
 * Last reply from: [syrinx32123](https://wordpress.org/support/users/syrinx32123/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/plugin-doesnt-work-on-my-theme/#post-4449980)
 * Status: resolved