Join us and the lead editor of IRL, Mozilla's multi-award-winning podcast, for a behind-the-scenes look at the pod and to contribute your ideas for the next season, themed: "AI and ME." Mark your calendar and join our Community Call on Wednesday, Aug 7, 17:00–17:45 UTC. See you there!

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

Website works in Chrome, IE, Safari, mobile. Broken in FF: Missing header, most images, broken span/div structures

  • 2 回覆
  • 1 有這個問題
  • 25 次檢視
  • 最近回覆由 zorrik

more options

I get "Skip to Content" at the top of the web site.

Website is https://simplexmerchantservices.com It's built using latest WP and Elementor Pro Using Cloudflare CDN It does not work for me or any of my employees in Firefox. I tried FF Safe Mode - no change. FF ver 73.0 64-bit

Cache/Data cleared New FF install

I get "Skip to Content" at the top of the web site. Website is https://simplexmerchantservices.com It's built using latest WP and Elementor Pro Using Cloudflare CDN It does not work for me or any of my employees in Firefox. I tried FF Safe Mode - no change. FF ver 73.0 64-bit Cache/Data cleared New FF install
附加的畫面擷圖

被選擇的解決方法

THANK YOU! Solution for me was the following: In WordPress I used Webcraftic Clearfy Plugin. Just disabling did not work as it kept the preload settings. I have re-enabled it, went to Performance->Minify (HTML/JS/CSS) -> CSS Options -> Inline and Defer CSS? -> OFF

Clear cash and all is perfect.

從原來的回覆中察看解決方案 👍 0

所有回覆 (2)

more options

Hi zorrik, it's interesting.

  • If I block scripts from running on your site, everything looks fine. That's the scenario for my first load because I use NoScript.
  • Once I relax that restrictions and let scripts run, the problem appears.

This is caused by using rel="preload" in your style sheet link tags. (There is a <noscript> block which loads the stylesheets directly so that's why the styles are applied when scripts are disabled.)

Unfortunately rel="preload" is not available in Firefox at the moment. This is indicated in the compatibility tables at the bottom of the articles:

It would be simplest and have the broadest compatibility to use rel="stylesheet" for those link tags. You could test whether it makes any performance difference in other browsers that support rel="preload".


If you personally want to test out how well preload works in Firefox, you can toggle a preference, but this isn't something you could rely on users to do:

(1) In a new tab, type or paste about:config in the address bar and press Enter/Return. Click the button promising to be careful or accepting the risk.

(2) In the search box above the list, type or paste prelo and pause while the list is filtered

(3) Double-click the network.preload preference to switch the value from false to true

more options

選擇的解決方法

THANK YOU! Solution for me was the following: In WordPress I used Webcraftic Clearfy Plugin. Just disabling did not work as it kept the preload settings. I have re-enabled it, went to Performance->Minify (HTML/JS/CSS) -> CSS Options -> Inline and Defer CSS? -> OFF

Clear cash and all is perfect.