I have a SD2018 site uploaded in test mode
When I log into a customer account no CSS files are loaded on the Home page
I can get css to load by adding
to the begining of the href statement.
The logo image is also not loading on the home page as the generated statement is :
CSS and the logo image load on catalog pages correctly.
When I log into a customer account no CSS files are loaded on the Home page
I can get css to load by adding
Code:
<actinic:block if="%3cactinic%3avariable%20name%3d%22IsBaseHREFStandard%22%20%2f%3e" > <actinic:variable name="CatalogURL" /> </actinic:block> <actinic:block if="%3cactinic%3avariable%20name%3d%22IsBaseHREFSSL%22%20%2f%3e" > <actinic:variable name="SSLCatalogURL" /> </actinic:block>
The logo image is also not loading on the home page as the generated statement is :
Code:
src="acatalog/logo.png"
Comment