Jump to content
  • Checkout
  • Login
  • Get in touch

osCommerce

The e-commerce.

Lost my style!


toptiara

Recommended Posts

No funny comments please :)

 

So, I'm rebuilding my site. I load up all of my files, patching them with the latest build, but when its loaded up, all the style information is not being loaded when the page is displayed

 

http://www.toptiara.com/development

 

It should look like the live page (http://www.toptiara.com), but for some reason the styleseheet data is not being used.

 

Anybody have any suggestions to try fix this please?

 

Thanks

Hand made jewellery and tiaras on our website

 

Please bear with me. Im an osC noobie!

Link to comment
Share on other sites

OK I did a little tinkering. If I manually change the reference in the root folder files (catalog/index.php for example) from :

 

<link rel="stylesheet" type="text/css" href="stylesheet.css">

 

to <link rel="stylesheet" type="text/css" href="http://www.toptiara.com/development/stylesheet.css">

 

then the style is loaded for that particular page, but once I click off of it onto anything else, I lose all style formatting again.

 

Can someone please tell me what the root file that controls where the stylesheet is pulled from? I'm assuming that's the one causing the problem.

 

Thanks

Hand made jewellery and tiaras on our website

 

Please bear with me. Im an osC noobie!

Link to comment
Share on other sites

Oh and here is the relevant part of my configure.php

 

define('HTTP_SERVER', 'http://toptiara.com'); // eg, http://localhost - should not be empty for productive servers

define('HTTPS_SERVER', 'https://toptiara.com'); // eg, https://localhost - should not be empty for productive servers

define('ENABLE_SSL', true); // secure webserver for checkout procedure?

define('HTTP_COOKIE_DOMAIN', 'toptiara.com');

define('HTTPS_COOKIE_DOMAIN', 'toptiara.com');

define('HTTP_COOKIE_PATH', '/development/');

define('HTTPS_COOKIE_PATH', '/development/');

define('DIR_WS_HTTP_CATALOG', '/development/');

define('DIR_WS_HTTPS_CATALOG', '/development/');

Hand made jewellery and tiaras on our website

 

Please bear with me. Im an osC noobie!

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...