Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Austin

    (@austyfrosty)

    Hmm, I am not seeing this issue on my installs.

    Hello,

    I’ve got the same problem.

    http://…/wp-admin/?custom-login-dashboard=1&type=js
    returns html code before the javascript :

    <!DOCTYPE html>
    <!--[if IE 8]>
    <html xmlns="http://www.w3.org/1999/xhtml" class="ie8 wp-toolbar"  lang="fr-FR">
    <![endif]-->
    <!--[if !(IE 8) ]><!-->
    <html xmlns="http://www.w3.org/1999/xhtml" class="wp-toolbar"  lang="fr-FR">
    <!--<![endif]-->
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>Tableau de bord &lsaquo; x — WordPress</title>
    <script type="text/javascript">
    addLoadEvent = function(func){if(typeof jQuery!="undefined")jQuery(document).ready(func);else if(typeof wpOnload!='function'){wpOnload=func;}else{var oldonload=wpOnload;wpOnload=function(){oldonload();func();}}};
    var ajaxurl = '/wp-admin/admin-ajax.php',
    	pagenow = 'dashboard',
    	typenow = '',
    	adminpage = 'index-php',
    	thousandsSeparator = ' ',
    	decimalPoint = ', ',
    	isRtl = 0;
    </script>
    <meta name="viewport" content="width=device-width,initial-scale=1.0">
    jQuery(document).ready(function($) {
    
    	var CL_Timeout = 200;
    
    	if ( !$('#dashboard_primary .rss-widget').eq(1).length ) {
    		CL_Timeout = 2500;
    	}
    
    	setTimeout( function() {
    		$('#dashboard_primary .rss-widget:eq(1) ul').append('<a class="rsswidget" href="https://frosty.media/2015/custom-login-v3-2-released/?utm_medium=wpadmin_dashboard&utm_term=newsitem&utm_campaign=custom-login">FrostyMedia: Custom Login v3.2 Released</a>');
    	}, CL_Timeout );
    
    });

    Do you know why this problem appear ?

    Thank you.

    Same problem here.

    Plugin Author Austin

    (@austyfrosty)

    I am aware of this issues in some cases, and will fix the update when I have some time.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Debug Error in dashboard’ is closed to new replies.