Viewing 2 replies - 1 through 2 (of 2 total)
  • It doesn’t work for me either, I am on a clean 3.0.4 install and it is one of the first plugins I have installed. It doesn’t break anything but it doesn’t output anything either.

    Hello folks!
    I was looking for this solution and I discovered this…

    Go to your functions.php and change this:

    'before_widget' => '',
    'after_widget' => '',

    For this

    'before_widget' => '<div class="%2$s">',
    'after_widget' => '</div>',

    I don’t know why, but when we insert the class=”%2$s” at the ‘before_widget’ value it makes the plugin run!

    I found this clue at https://codex.www.ads-software.com/Widgets_API

    So! Lets go enjoy it! ??

    Dan

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘[Plugin: Widget Classes] Plugin not working in 3.0.3 3.0.4’ is closed to new replies.