cwdchan Posted January 30, 2014 Share Posted January 30, 2014 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? My site is: http://store.littleapplesofgold.com thanks, Derek Link to comment Share on other sites More sharing options...
vekia Posted January 31, 2014 Share Posted January 31, 2014 go to preferences > seo & urls tab in your back office what you've got in: domain and base_uri fields? Link to comment Share on other sites More sharing options...
cwdchan Posted January 31, 2014 Author Share Posted January 31, 2014 Thank you vekia. In Base_uri I got "//". Changed it to "/" and it works now! Wonderful! Link to comment Share on other sites More sharing options...
vekia Posted January 31, 2014 Share Posted January 31, 2014 thank you for information glad to hear that it works now as you expect i marked whole topic as solved with regards, Milos Link to comment Share on other sites More sharing options...
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now