• Resolved TomC3

    (@tomc3)


    Hi, I’ve just moved a client site from local to live server. On my local it was working perfectly. Since moving, my child theme is not working.

    The url is https://www.biztel.co.uk. Has anyone got any ideas?

    The theme is vulcan and I used backupbuddy to move it.

    Thanks

    Tom

Viewing 5 replies - 1 through 5 (of 5 total)
  • you are using lowercase v in the @import while the theme use capital V in the theme folder:

    */@import url("../vulcan/style.css");

    change to:

    */@import url("../Vulcan/style.css");

    Thread Starter TomC3

    (@tomc3)

    Thank you so much. I’ll try this

    Thread Starter TomC3

    (@tomc3)

    Nope, still not working after clearing cache… it worked fine on my local mamp server

    Thread Starter TomC3

    (@tomc3)

    Sorry, my mistake! It works!

    Thank you so much… thought I was in serious trouble then!

    You can’t imagine my relief!

    Thanks again.

    Tom

    Thread Starter TomC3

    (@tomc3)

    Sorry, I forgot to mark this as resolved

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Child theme not working’ is closed to new replies.