Thread Starter
arekko
(@arekko)
Hi @voltronik,
unfortunatelly this solution not solve my problem. It does’n metter which way I publish post via front-end or backend(panel). The notification still not sending by BNFW
Thread Starter
arekko
(@arekko)
Hi,
I have clear and disabled all caching systems and still can not save disabled post notification – after refresh is still enabled. WP User Frontend ver. 2.8.6
-
This reply was modified 8 years, 2 months ago by arekko.
Thread Starter
arekko
(@arekko)
After consult with WpDevArt support team:
The issue comes from this file – widget-countdown/includes/widget.php. Find this file from our plugin folder and edit it.
Find this part of code(387-395 lines) and remove it –
$pagenow;
if( $pagenow == ‘widgets.php’) {
echo ‘
<style>
.pro_feature{
font-style:italic;
}
</style>’;
}
This fix the issue.
Thanks.