• Resolved matters1959

    (@matters1959)


    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

    (@max-bond)

    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.
    Thread Starter matters1959

    (@matters1959)

    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

    (@max-bond)

    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

    (@matters1959)

    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.