Your site’s assets (JavaScript, CSS, uploaded files) are loaded with the URL format , whereas the page permalinks have URLs beginning with
.
That’s likely to cause CORS issues and may very well be the root of the issues you’re facing.
In SETTINGS => GENERAL, there are two fields named “WordPress Address (URL)” and “Site Address (URL)”.
Please check and confirm the two fields have EXACTLY the same address in them: it seems one of the fields has www
, but the other doesn’t. If you prefer to include www
in your URLs, then ensure the www
is in BOTH fields. And if you prefer to NOT have www
in your URLs, then both fields should be without it.
(NB: technically you can have different addresses in the two fields in special cases, but yours is not one of those “special cases”, and, even then, additional server configuration would be required to have WordPress use the two different addresses.)
Standing by for feedback.
@gappiah you absolute legend! problem solved!! 🙂 thank you
I’m glad I could help.
If you have a second to spare, kindly mark your issue as RESOLVED.
Thank you.