Hi Aline,
Thanks for reaching out to us.
Can you please replicate your issue here:
https://wptestbox.com/illi/wp-admin/
Username: admin
Password: demo
It will help us to inspect it from our side.
Thank you
Hi Aline,
Thanks for reaching out to us.
Can you please replicate your issue here:
https://wptestbox.com/illi/wp-admin/
Username: admin
Password: demo
It will help us to inspect it from our side.
Thank you
Actually, no, I can’t: I install a specific plugin to create a custom dashboard (Divi Dashboard), I can’t recreate this dashboard on your demo site, but I’ve made a video to show you what I see and what I want to do.
I hope you’ll find it helpful :
https://www.loom.com/share/d7db81ff7f8a4d8688d75c5e9f0c897e?sid=fe122cc2-fedb-490b-8cb8-c91625d3e50f
Hi Aline,
Please try the following snippet using the Code Snippets plugin:
add_action('woo_variation_swatches_settings_loaded', function($Woo_Variation_Swatches_Settings){
if( 'custom-dashboard' !== $_GET['page'] ){
return;
}
remove_action( 'admin_footer', array( $Woo_Variation_Swatches_Settings, 'modal_templates' ) );
}, 10, 1);
Note: Please don’t try the snippet inside your theme’s functions.php file. Use the recommended plugin to add the snippet.
Thank You
It works fine.
Thanks !
have a nice day
Hi Aline,
Glad to know it was resolved.
We get excited & honored when you use our plugin on your site.
If you found my support helpful, could you please leave your valuable review here: https://wordpress.org/support/plugin/woo-variation-swatches/reviews/?filter=5
Your rating keeps us inspired.
Thank You
remove presentation video from dashboard
Aline Pascal
Hello,
I’ve installed your plugin for woocommerce variations, but I have this presentation video that is automatically added to the dashboard of my client’s site and it’s causing me problems because I’m making a simplified custom dashboard for her and this video is adding too much content.
I’ve tried to make it disappear with a “display: none”, but it still appears, even with the mention !important in the CSS. How can I make it disappear, please?
Thanks !