Landing pages rendering broken? | Community
Skip to main content
Angie_Lin
Level 1
January 28, 2020
Question

Landing pages rendering broken?

  • January 28, 2020
  • 3 replies
  • 3526 views

All of our landing pages render fine within the Marketo editor, but when viewing the approved pages or preview links, they render as if without a stylesheet. This happens for any and all landing pages. I've attached screenshots of an example of the same page rendering correctly in the editor and wonky in a preview link. Has this happened to anyone else?Source image file 213583 not available

Source image file 213593 not available

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

3 replies

SanfordWhiteman
Level 10
January 28, 2020

The reason is almost certainly because you're not loading the CSS over SSL (while the main document is secure). Same question + answer somebody else had within the last few days. 

You'll see a quite blatant error in your F12 Console, remember to look there first.

SanfordWhiteman
Level 10
January 29, 2020

Also, Angie, the Munchkin config is incorrect on your Marketo LP domain, which will cause you to lose tracking.

 

This is because your domain is directly under the 2-letter TLD .co. See here: https://blog.teknkl.com/munchkin-2-letter-tlds-broken/

Level 2
January 29, 2020

Possible reason is due to SSL. As some of your assets files like css / js are on http and HTML on https or vice versa.

 

It would be great if you can share one LP link. So we can debug here.

SanfordWhiteman
Level 10
January 29, 2020
Possible reason is due to SSL. 

That's in my response above, yes. Not just possible, it's almost certainly the cause.

 


As some of your assets files like css / js are on http and HTML on https or vice versa.

Not vice versa. Mixed content only applies if the main document is secure and the subsidiary assets are insecure. If the main document is insecure the security/insecurity of other assets is irrelevant, because the entire response could be intercepted and modified.

Level 2
February 26, 2021

OK, We're having the same exact issue. However, these pages were rendering fine 4 days ago. How does this change and how can I fix it?