Try adding define('CONCATENATE_SCRIPTS', false); to your wp-config.php file just below the define('DB_HOST' line.
https://codex.ww.wp.xz.cn/Editing_wp-config.php#Disable_Javascript_Concatenation
James
Unfortunately this doesn’t solve this.
/** MySQL hostname */
define(‘DB_HOST’, ‘localhost’);
define(‘CONCATENATE_SCRIPTS’, false);
That’s what I did. Any other ideas?
Peter
Yes, try downloading WordPress again and delete then replace your copies of everything except the wp-config.php file and the /wp-content/ directory with fresh copies from the download. This will effectively replace all of your core files without damaging your content and settings. Some uploaders tend to be unreliable when overwriting files, so don’t forget to delete the original files before replacing them.
James -Did all as instructed and still no joy. It is a little frustrating. Appreciate the help to now. Any other ideas?
Hm, ok before we dig a bit deeper into WordPress, first please make sure that your browser is up to date by visiting http://whatbrowser.org/
If it is not, please try updating your browser or switching to a different browser.
If it is, please do these two things:
1. Try clearing your browser’s cache and cookies.
2. Try with all browser extensions or add-ons temporarily disabled.
Please let us know how each step goes for you, and which browser (and version of) you’re using if you’re still having trouble.
James -0 i’m using chrome and it is the latest. I have tried firefox ansd IE too.
I have tried chrome with no extensions also. Noting is working there.
Ok, first make sure that Javascript is enabled in Chrome: https://support.google.com/chrome/answer/114662?hl=en
Now, it’s time to dig a bit deeper and see what JavaScript errors you can identify: https://codex.ww.wp.xz.cn/Using_Your_Browser_to_Diagnose_JavaScript_Errors
The debug code didnt work but the next stage gave this
nav-menus.php:26Consider using ‘dppx’ units, as in CSS ‘dpi’ means dots-per-CSS-inch, not dots-per-physical-inch, so does not correspond to the actual ‘dpi’ of a screen. In media query expression: print, not all, (-webkit-min-device-pixel-ratio: 1.25), (min-resolution: 120dpi)
jquery-migrate.js:21 JQMIGRATE: Logging is active
jquery-migrate.js:41 JQMIGRATE: jQuery.browser is deprecated
jquery-migrate.js:43 console.trace()jquery-migrate.js:43 migrateWarn
3https://www.theprospectingsystem.com/wp-admin/dapmycontent.css Failed to load resource: the server responded with a status of 404 (Not Found)
Well, first of all, dapmycontent.css is not part of WordPress, so something is up there.
Try it again, but this time with all plugins deactivated and the Twenty Fifteen theme active.
Let us know if Javascript functions work, and what the debug reports.
The javascript functions arent working after doing that. The debug report isn’t showing any errors or warnings. So i’m not sure what to post
Ok, so just to get all the facts together:
* No Javascript functions with all plugins deactivated, the Twenty Fifteen theme enabled, and all browser extensions deactivated.
* Javascript is enabled in your browser.
* Defining CONCATENATE_SCRIPTS as false did nothing.
If still yes to all of the above, are you using any sort of caching plugin, or do you see a “Clear/Purge Cache” button in your Dashboard or admin bar? If so, would you please try clearing the cache?
Note: You do not need to install a caching plugin at this point just to clear a cache you don’t have. If you don’t have a caching plugin or a way to clear a server-level cache, just say so. 🙂
Hey – I wanted to thank you for your help and advise this is not sorted.
I had a malware on my host that was causing the JS issue.
Thanks
Excellent, thanks for letting us know what it was! 🙂