Announcement

Collapse
No announcement yet.

Test Mode - CSS lost when logged in

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    Test Mode - CSS lost when logged in

    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

    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>
    to the begining of the href statement.

    The logo image is also not loading on the home page as the generated statement is :

    Code:
    src="acatalog/logo.png"
    CSS and the logo image load on catalog pages correctly.
    Elysium:Online - Official Accredited SellerDeck Partner
    SellerDeck Design, Build, Hosting & Promotion
    Based in rural Northants

    #2
    I can't reproduce that with my own test site. Is the site SSL? Maybe there's a hard-coded link somewhere?

    If you need it fixed then you could raise a support ticket. But if it's due to a design customisation, then support may not be able to help with it.
    Bruce Townsend
    Ecommerce Product Manager
    Sellerdeck Ecommerce Solutions

    Comment


      #3
      Forgot to mention that it is SSL across the site.

      Standard site upgraded from SD2016
      Elysium:Online - Official Accredited SellerDeck Partner
      SellerDeck Design, Build, Hosting & Promotion
      Based in rural Northants

      Comment

      Working...
      X