-
AuthorPosts
-
March 23, 2015 at 2:13 pm #233579
I developed the site on http://enfinmarketing.webhosting.be (a temporary development environment).
When all was ready, I changed the WordPress & Site URL to http://www.enfin.marketing
To be sure, I used a plugin to update ALL references from the dev-environment to the new URL.
Result: all is ok, except for the links where “font-awesome icons” are being used. In Firebug, I see the link still refers to the old “http://enfinmarketing.webhosting.be”, where it should be “http://www.enfin.marketing”. The system refuses to show the icons because of this warning: “Cross-Origin Request Blocked”.
I also exported the JSON file and found wrong references to the old URL (the touch and mobile logos), changed them, and uploaded the changed JSON. Success, but didn’t solve the problem.Can you please help? Rather urgent, since the new site is public as of today.
* You can see an example at http://www.enfin.marketing/workshops/
* WordPress 4.1.1.
* X-theme 3.2.3Thank you!
March 23, 2015 at 2:24 pm #233590Found it!
I also use a security plugin which prevented the wp-config.php to be changed. So I checked it and discovered that the define( ‘WP_CONTENT_URL’, ‘…..’ ); hadn’t been modified to the NEW URL. After updating this, the problem was solved.
Cheers, Peter.March 23, 2015 at 2:53 pm #233612Glad you have figured it out.
Let us know if you need anything else.
Cheers!
-
AuthorPosts