Hi @123456jk ,
Sorry, this is not possible. White Label CMS detects if Elementor core is installed on the site, without it being installed this won’t be available.
It might be possible for you to use an iframe and show the dashboard that way using the HTML option, but you can’t import it to White Label CMS in the way you described sorry.
Thanks
How about a shortcode? Can you do a shortcode for us? That would allow you to put all sorts of other fun shortcodes on the WP Dashboard.
<?php echo do_shortcode($this->template()); ?>
Line 43 of Welcome_Messages_Html.php
Though, for the life of me I cannot figure out how to get Elementor to shove all of its css/javascript in there too.
For some reason, when using the Template Type: Elementor the css is not being loaded for Elementor.
In Console on Firefox I am getting
Source map error: Error: request failed with status 404
Resource URL: https://whatever.com/wp-content/plugins/elementor/assets/css/frontend.css?ver=3.6.6
Source Map URL: frontend.css.map
Source map error: Error: request failed with status 404
Resource URL: https://whatever.com/wp-content/plugins/elementor/assets/css/admin.css?ver=3.6.6
Source Map URL: admin.css.map
Source map error: Error: request failed with status 404
Resource URL: https://whatever.com/wp-content/plugins/elementor/assets/css/frontend-legacy.css?ver=3.6.6
Source Map URL: frontend-legacy.css.map
Hi,
Can you confirm this error does not appear on the front end with you load it on a page on the front end?
Thanks