@jeferssons Can you post the website link and will check the issue. Thanks!
Similar problem, caused by a .no-sidebar css class added to pages where the widget
are not shown (controlled by Pages Visibility).
See version 3.3.2 at https://ifta.org/about/mission/
and with version 3.4 at http://ifta.ta-camp.de/about/mission/
I am using a child of twenty sixteen and wp 4.8.2
@vtad The 3.4 is the correct one right? If you want to use the previous one please change this file : https://github.com/phpbits/widget-options/blob/develop/includes/widgets/extras.php then add the code below to your functions.php:
add_filter( 'widgetopts_is_active_sidebar_support', function( $a ){
return false;
} );
Let me know how it goes. Thanks!
The correct display is the version 3.3.2 (https://ifta.org/about/mission/ )
I made the changes on the 3.4 version and it worked. Will here be an offcial version with this changes?
Remark: I changed functions.php and only applied
https://github.com/phpbits/widget-options/commit/1b2a76d3bc60094e76ceaf8566ffcbffb210a3a6#diff-e209a1a8f460d3b72117213ab71e6989
to extras.php
-
This reply was modified 8 years, 7 months ago by
vtad.
@vtad Glad it works perfectly 🙂 This fixes will be added on the next update. Thanks!
I did a restore and went back to old version. I will wait for a new update. =).
Version 3.5 : The problem is, partly, still there.
It works adding to functions.php
add_filter( 'widgetopts_is_active_sidebar_support', function( $a ){
return false;
} );
Even with the last update. The plugin keeps cracking my site if I upgrade to the latest version.