Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Frank Goossens

    (@futtta)

    that’s because you have “inline & defer” active, but did not enter any inline critical css imostakim1. so until the deferred CSS is loaded (which is late), your site is unstyled.

    hope this clarifies,
    frank

    Thread Starter imostakim1

    (@imostakim1)

    ohw thanks….fixed it…and thanks for super fast support

    Thread Starter imostakim1

    (@imostakim1)

    again problem when I enter the defined css to the box and then try to save it it shows 404

    • This reply was modified 9 years, 4 months ago by imostakim1.
    Plugin Author Frank Goossens

    (@futtta)

    when I enter the defined css to the box and then try to save it it shows 404

    that’s your host’s web application firewall which is probably flipping over paths to fonts or background-images containing /../ which is incorrectly considered a directory traversal attack. either fix the URL’s by hand (e.g. plugin/css/../font.woff becomes plugin/font.woff) or (ask your hoster to) disable the WAF

    frank

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Hello This is a big problem’ is closed to new replies.