Yeah, check your configure.php files. The links to all of your .css and .js files are messed up, they look like the following
Code:
https://www.treeoflifejewellery.com.au/https:/www.reeoflifejewellery.com.au/includes/templates/westminster_new/css/stylesheet_middleboxes.css
you need to learn how to use the tools at your disposal, like developer tools in the browser, or view source. It was easy to quickly spot the following in the view source, and the console in developer tools would show you errors for all of the assets that can not load.
Code:
<base href="https://www.treeoflifejewellery.com.au/https:/www.reeoflifejewellery.com.au/" />
<link rel="canonical" href="https://www.treeoflifejewellery.com.au/https:/treeoflifejewellery.com.au/" />
Bookmarks