Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

2
  • In which block is this? Also are you using some FPC extension? Commented Jan 23, 2015 at 20:33
  • No caching extension involved. It's in the header, it's a responsive design so I have 2 logos, the regular logo ($this->getLogoSrc();) loads using whatever protocol is being used, but the mobile logo ($this->getSkinUrl('images/mobile-logo.png',array('_forced_secure'=>true));) gets stuck as http or stuck as https depending on how it is loaded the first time after caching Commented Feb 27, 2015 at 21:27