Jump to content

[SOLVED] Default Theme No style or js on Front Office


Recommended Posts

Hi all,  I just installed PrestaShop 1.5.6.1 on my hosting website.  Installation is fine with back office working no problem.  However, I can only see text version on front end.  No style or js.

 

Using Firebug, I can tell css and js files are blank.  In <header>, I can see:

 

<link media="all" type="text/css" rel="stylesheet" href="//themes/default/css/grid_prestashop.css">

<link media="all" type="text/css" rel="stylesheet" href="//themes/default/css/global.css">
<link media="all" type="text/css" rel="stylesheet" href="//modules/carriercompare/style.css">
<link media="all" type="text/css" rel="stylesheet" href="//modules/blockbestsellers/blockbestsellers.css">
<link media="all" type="text/css" rel="stylesheet" href="//modules/blockpermanentlinks/blockpermanentlinks.css">
<link media="all" type="text/css" rel="stylesheet" href="//modules/blockviewed/blockviewed.css">
 
I suspect the issue is the double "//" in href because if I modify the href to "/", the page would change in Firebox (real-time editing).
 
How do I fix it, or why is this happening?
 
 
thanks,
 
Derek
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...