Page 1 of 1

Store front is all text with hyperlinks

Posted: Fri May 04, 2018 7:40 am
by interlogic1
My Store front is all text with hyperlinks i think it has to do with my path maybe in my config. I didn't change anything but it just happened one day. I have the site forwarding to a folder on my other domain. so my store is in the folder Teleprompter but it just doesn't seem to be loading. what do i need to fix?

<?php
// HTTP
define('HTTP_SERVER', 'http://www.geniusteleprompters.com/');

// HTTPS
define('HTTPS_SERVER', 'http://www.geniusteleprompters.com/');

// DIR
define('DIR_APPLICATION', '/home/content/63/5003863/html/Teleprompter/catalog/');
define('DIR_SYSTEM', '/home/content/63/5003863/html/Teleprompter/system/');
define('DIR_IMAGE', '/home/content/63/5003863/html/Teleprompter/image/');
define('DIR_LANGUAGE', '/home/content/63/5003863/html/Teleprompter/catalog/language/');
define('DIR_TEMPLATE', '/home/content/63/5003863/html/Teleprompter/catalog/view/theme/');
define('DIR_CONFIG', '/home/content/63/5003863/html/Teleprompter/system/config/');
define('DIR_CACHE', '/home/content/63/5003863/html/Teleprompter/system/storage/cache/');
define('DIR_DOWNLOAD', '/home/content/63/5003863/html/Teleprompter/system/storage/download/');
define('DIR_LOGS', '/home/content/63/5003863/html/Teleprompter/system/storage/logs/');
define('DIR_MODIFICATION', '/home/content/63/5003863/html/Teleprompter/system/storage/modification/');
define('DIR_UPLOAD', '/home/content/63/5003863/html/Teleprompter/system/storage/upload/');

Re: Store front is all text with hyperlinks

Posted: Thu May 10, 2018 3:23 am
by cyclops12
Seems to be working for me

Re: Store front is all text with hyperlinks

Posted: Fri May 11, 2018 11:50 pm
by MrPhil
The first thing is to force a reload of your page. Press Ctrl+F5 (on most browsers) to get a complete refresh (or clear your browser cache). Maybe you're looking at an old version of the page your browser has cached. It's working for others, so that's the most likely cause.