Title: Plugin not working with widget options
Last modified: October 9, 2016

---

# Plugin not working with widget options

 *  Resolved [matters1959](https://wordpress.org/support/users/matters1959/)
 * (@matters1959)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/plugin-not-working-with-widget-options/)
 * Hello, first its a great plugin…..but i have a kind of a problem…..
 * After i install widget option, to hide the sidebar on mobile and tablet, fixed
   widget stopt working.
    I even installed an older version of fixed widget. It 
   doesnot solved the problem….any suggestions???…
 * When I dissable the widget options plugin every thing works fine….
 * thnxs Rick.

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

 *  Plugin Contributor [Max Bond](https://wordpress.org/support/users/max-bond/)
 * (@max-bond)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/plugin-not-working-with-widget-options/#post-8267739)
 * Hello!
 * It’s true – there is incompatibility between plugins. I don’t know details, but
   Widget Options plugin removes id attribute of the widget container, when you 
   enable some of it’s advanced settings. Without id my plugin cannot find the widget
   to stick, so it’s not working.
 * There is a workaround! You can specify `Widget CSS ID:` enter default id and 
   the widget will stick again!
    -  This reply was modified 9 years, 8 months ago by [Max Bond](https://wordpress.org/support/users/max-bond/).
 *  Thread Starter [matters1959](https://wordpress.org/support/users/matters1959/)
 * (@matters1959)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/plugin-not-working-with-widget-options/#post-8270002)
 * Hai,
 * Thnxs for your quick respons…..I’m not that kind of expert….sorry….can you explane
   where i can find the Widget CSS ID: (Is that in the widget options plugin?) and
   what is the default id (div# default id ??)
 * thnxs a lot!!
 * great Rick….
 *  Plugin Contributor [Max Bond](https://wordpress.org/support/users/max-bond/)
 * (@max-bond)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/plugin-not-working-with-widget-options/#post-8285571)
 * Widget CSS ID – is Widget option plugin setting. Look for it in widget parameters!
 * Default widget id you can find in the html source code (Disable Widget options
   plugin first). Look for container with class `widget`. Example of simple text
   widget:
 *     ```
       <section id="meta-3" class="widget widget_meta">
         <h2 class="widget-title">Meta</h2>
         <ul>
           <li><a href="#">Log in</a></li>
         </ul>
       </section>
       ```
   
 * Here widget id is `meta-3`
 *  Thread Starter [matters1959](https://wordpress.org/support/users/matters1959/)
 * (@matters1959)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/plugin-not-working-with-widget-options/#post-8289552)
 * Yeeeeehhh…..great…I found it and it works great…thnxs a lot…i will rate your 
   plugin with 5***** for plugin performance and support!!!
 * thnks….greetz Rick

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

The topic ‘Plugin not working with widget options’ 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/)

 * 4 replies
 * 2 participants
 * Last reply from: [matters1959](https://wordpress.org/support/users/matters1959/)
 * Last activity: [9 years, 8 months ago](https://wordpress.org/support/topic/plugin-not-working-with-widget-options/#post-8289552)
 * Status: resolved