• Resolved cantstopthosefeet

    (@cantstopthosefeet)


    I installed WP and then installed and activated the Slelementor theme. As soon as I do that, I get errors showing on the bottom of the website.


    bool(false)

    string(9) “admin-bar”
    string(16) “wp-block-library”
    string(17) “skelementor-style”

    They do not show while any other theme is active. I tried completely reinstalling WP. What do I need to do to get those to not show? Thanks

    The page I need help with: [log in to see the link]

Viewing 5 replies - 1 through 5 (of 5 total)
  • I have the same issue – updated the theme and now I have:

    bool(false)
    string(9) “admin-bar”
    string(9) “dashicons”
    string(7) “elusive”
    string(12) “font-awesome”
    string(16) “foundation-icons”
    string(16) “menu-icons-extra”
    string(16) “elementor-common”
    string(16) “wp-block-library”
    string(10) “ae-pro-css”
    string(9) “vegas-css”
    string(9) “ae-swiper”
    string(18) “rs-plugin-settings”
    string(17) “skelementor-style”
    string(15) “jet-menu-public”
    string(18) “cherry-handler-css”
    string(16) “jet-menu-general”
    string(15) “elementor-icons”
    string(20) “elementor-animations”
    string(18) “elementor-frontend”
    string(13) “elementor-pro”
    string(16) “elementor-global”
    string(16) “elementor-post-7”
    string(18) “elementor-post-620”
    string(18) “elementor-post-626”
    string(18) “elementor-post-631”
    string(14) “duplicate-post”
    string(18) “yoast-seo-adminbar”
    string(14) “google-fonts-1”
    string(18) “elementor-post-629”
    string(16) “gforms_reset_css”
    string(20) “gforms_formsmain_css”
    string(22) “gforms_ready_class_css”
    string(19) “gforms_browsers_css”

    I fixed it by removing the below from index.php:

    var_dump(wp_script_is( ‘elementor-pro’ ));

    echo ‘

    ';
    
        global $wp_styles;
        foreach( $wp_styles->queue as $style ) :
           var_dump($wp_styles->registered[$style]->handle);
        endforeach;
    	
    	echo '

    ‘;

    Same problem here since my update to WP 5.1.1

    I created a theme child where i commented out the script, as bsmalldesign sugested,

    But the Page title is still popping up between the header and main content.
    Only if i put a page on the elementor full with template, that last one disapears.

    • This reply was modified 5 years, 8 months ago by Haca.
    Theme Author Mousebuilt

    (@konker)

    ??Sorry – uploaded the theme in too much of a hurry and left debug info behind. I’ve just updated the theme to 1.1.1 which fixes the issue.

    Great thanks!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘debug or error information showing at bottom of theme page’ is closed to new replies.