• Resolved dazou84

    (@dazou84)


    Hi, it looks like my wordpress dashboard doesn’t load completely. I can’t click on any button to collapse or expand tabs as you can see on this video: Video

    Also, the dashboard doesn’t load all tabs and windows. When I check the source code of the page the last thing that’s loaded is

    <script>
    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="

    Maybe this script is somehow involved in the problem.

    I tried disabling all extensions and using another theme. It didn’t help. Any ideas?

    Thanks a lot.

Viewing 2 replies - 1 through 2 (of 2 total)
  • There are 2 possible ways to fix the issue.
    1: disable all the plugins and switch to default WordPress theme. I think you already tried this.
    2: Download Fresh WP and overwrite all the WordPress core files and folders. just upload and replace, like we do manual upgrade.

    Thread Starter dazou84

    (@dazou84)

    Ok. The issue was with the custom login plugin. I disabled it and now it works.

    thanks

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Dashboard doesn't load completely’ is closed to new replies.