problem ajaxurl – designthemes-core-features

is the “designthemes-core-features” plugin of a theme, this code can be found in the admin.js file inside the JS folder. The code “url: ajaxurl,” (says: “ajaxurl is not defined”) Would there be any idea? Would you like some more information? Thank you

Error establishing a database connection in godaddy.com

Did you change http://localhost to http://yoursite.com in your .sql file Also ,check your client website database in phpmyadmin ,upload .sql file to it and also make sure your localhost databse have same prefix as your client ,generally it is wp_ but if different change it . connect to your client website through FTP and upload … Read more

Fatal error: Call to undefined function wp_raise_memory_limit()

I think you first need to verify whether a plugin or theme is causing the problem. Temporarily rename the wp-content/plugins folder to something else, then access the admin panel. If the problem does not reoccur, recreate the wp-content/plugins folder, then move plugins’ folders in there in small groups to determine a suspect. You may need … Read more

Unexpected error with class-wp-hook.php on WordPress

Somewhere in the theme, the WP_Maintenance_Mode class method is hooked to the filter or action. But when the hook is executed, this class doesn’t exists or is not yet included. I suspect that in the theme (file functions.php) this class is hooked to some event, but it is defined in an inactive plugin (I’m guessing … Read more

JavaScript errors

Try & paste this below code your active theme functions.php file add_action( ‘wp_enqueue_scripts’, ‘load_jquery_fix’, 100 ); function load_jquery_fix() { if ( ! is_admin() ) { wp_deregister_script( ‘jquery’ ); wp_register_script( ‘jquery’, ( “//ajax.googleapis.com/ajax/libs/jquery/1.11.3/jquery.min.js” ), false, ‘1.11.3’ ); wp_enqueue_script( ‘jquery’ ); } }

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)