@riggiboy, which godaddy hosting package are you on? Free or a paid one?
I am using a paid one.
@markurquhart
Have you tried switching to the default theme to ensure the Hueman theme you currently have activated isn’t conflicting?
Already tried changing themes, multiple times. Nothing.
One last thing (as I keep researching) … have you checked the user settings?
Users ->
Edit
Check and make sure the “Disable the visual editor when writing” box isn’t checked.
Tried that too. (I did my fair share of research as well, came up with nothing)
I also tried creating a new user, seeing if it made a difference, nothing.
I’ve seen this fix work a few times (admittedly it’s an intermittent success rate)
Access your site via GoDaddy File Manager, or via FTP
Open up the file wp-config.php
Locate the following commented out line
/* That’s all, stop editing! Happy blogging. */
Directly above that, paste this and save
define(‘CONCATENATE_SCRIPTS’, false );
Clear your cache after, and see if that does the trick
If you used an automated install of wordpress with GoDaddy, you may want to manually re-install. Clear or start a new DB, grab the core files again, and migrate posts and customizations over.
Unfortunately without logins to your site and access to your CPanel or hosting environment, it’s a limited visibility … and obviously I don’t want that level of access to your systems 🙂
Good luck sir – hope someone jumps in here and gives you some more ideas.
Thanks, I’ll give all that a shot I guess.