hi
there are some code snippets are there similer to https://wpcustoms.net/snippets/woothemes-testimonials-modify-content-to-use-excerpt/
it’s not the exact solution but it is the way to go. as per your requirements you can choose some of them from here
https://wpsimplehacks.com/how-to-create-custom-wordpress-admin-dashboard
take a look.
thx
sayantan
@cadentic1982 this is not a solution, please be more specific.
@elementor – please disable this notice. no matter how many times we dismiss this, it keeps popping up.
couldn’t figure out how to remove it but you can hide it by adding this to your functions.php
/*
Remove Notification: Meet the New Theme Builder…
*/
function dw_admin_theme_style() {
if (current_user_can( 'manage_options' )) {
echo '<style>.notice.e-notice.e-notice--dismissible.e-notice--extended { display: none; }</style>';
}}
Please provide a way to once dismiss this and that’s it. It’s very annoying and most elementor users don’t have amnesia and have trouble remembering what their preferences are.
Thanks.
-
This reply was modified 4 years, 2 months ago by
kingfisher64.
I don’t like the new Theme Builder interface at all – it’s slow, cumbersome, confusing and totally not needed. The nag message should not be appearing when the option is deselected. We should not have to scratch around trying to find ways to delete it. It’s an Elementor problem/error.