Viewing 4 replies - 1 through 4 (of 4 total)
  • My website URL is dentzfarm.com

    Do you still deal with the problem?
    The website works fine for me (win-8.1, Firefox) …

    But the child-css looks a bit odd

    /*Theme Name: Dentz Farm Child Theme
      Theme URI: https://www.dentzfarm.com
      Description: A custom child theme for Dentz Orchards and Berry Farm.
      Author: Cathy Dentz
      Author URI: https://www.dentzfarm.com
      Template: customizr
      Version: 0.1
      */
    @import url(a€?../customizr/style.cssa€?);
    .carousel-caption {
        background: rgba(0, 0, 0, 0.5) none repeat scroll 0% 0%;
    }

    The @import-line should look like this …
    @import url("../customizr/style.css");

    • This reply was modified 7 years, 5 months ago by rengeiw.
    • This reply was modified 7 years, 5 months ago by rengeiw.

    Hi,

    Please remove the import code in your child theme’s style.css
    It’s most likely the cause of your issue.

    There is no need to import style.css of customizr theme, because there is no style code in it.

    Thank you

    There is no need to import style.css of customizr theme, because there is no style code in it.

    The import-rule is automatically inserted when using “childify me” to create the child. As long as the syntax is right it does no harm.

    Thread Starter Cathy

    (@cathy-dentz)

    I appreciate both responses. I looked at the child-css and the import line that I could see looked fine (as you suggested). Then I tried removing the line just to see what would happen and I still get the same error message. I put it back in just in case it may be important down the road.

    Any other thoughts as to why I’m getting this error message?

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Failed to load content’ is closed to new replies.