Hi team ….
I’ve a GeneratePress + Elementor Pro site and for any reason, shortcodes doesn’t works.
Maybe I’ve to activate some option in configuration??
1.- Example in functions.php:
add_shortcode( ‘demo_shortcode’, ‘demo_shortcode_callback_function’ );
function demo_shortcode_callback_function( $atts ){
return “Welcome to WordPress”;
}
2.- I go to the page and insert a Elementor Shortcode Widget with [demo_shortcode]
3.- And when I load the page only appear this:
[demo_shortcode]
¿Please can you help me?
Thanks a lot