badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Problems getting a child theme to work

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #39914
    FlaviaNY
    Participant

    I have used your themes in several sites, both PRO and free versions, and have never had problems creating and activating a child theme.
    Now working with Ambition, free version, and my child theme does not work. None of the formatting from the original theme carries over.
    Below is the code I use. Am I doing something wrong?
    /*
    Theme Name: Ambition Child
    Theme URI: https://www.themehorse.com/themes/ambition
    Description: Attitude Child Theme
    Author: FD

    Author URI:
    Template: ambition
    Version: 1.0.0
    /*

    ————————————————————– */

    @import
    url(“../ambition/style.css”);

    #39926

    Hi FlaviaNY,
    Just add this below code to create child theme

    /*
    Theme Name: Ambition Child Theme
    Theme URI: https://www.themehorse.com/themes/ambition
    Author: Theme Horse
    Author URI: https://www.themehorse.com
    Text Domain: ambition
    Template: ambition
    */
    
    @import url("../ambition/style.css"); 

    The above code which you have provided, i am not sure why its not working. But i tested in my local environment and its working fine.

    Thank you!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.