Widget preview problem
-
Hello everyone,
I have probleme with the use of widget customize.
The popup of tarteaucitron is displayed on the left panel which lets you customize the widgets.
As a result, i have to confirm each time the tarteaucitron popup. I mean the choice is not saved and the popup is always displayed the next time.Do you have a workaround for this problem ?
I tried this functions.php trick :
add_action('plugins_loaded', 'tarteaucitron_remove_on_admin', 1); function tarteaucitron_remove_on_admin() { if (is_admin()) { remove_action('wp_enqueue_scripts', 'tarteaucitron_user_css_js'); remove_filter('embed_oembed_html', 'tarteaucitronjs_oembed_dataparse', PHP_INT_MAX); } }
Unfortunately, it didn’t work…
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Widget preview problem’ is closed to new replies.