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*

Child theme issues

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #20254
    someone
    Participant

    Thanks so much Theme Horse for the awesome theme, I love it!

    I’m trying to get a couple of child themes working – my first question relates to one and my second to the other.

    1/. My first child theme won’t display the business widgets on the homepage. The page is set to business template, but the widgets I set when using the parent theme are no longer there in the business widget area. My child theme consists of very basic css file (just Theme Name and Template) and I’ve enqueued the styles with a functions.php.

    2/. My second child theme’s header-extensions.php and interface widgets.php don’t seem to have any effect whether they’re at the root or inside their respective folders /inc/structure/ and /inc/widgets/ – this child theme does not display widgets either.

    Any light you can shed on the above issues would be great =)

    Thanks Theme Horse!

    #20263

    Hi
    Hope this may help you
    just add this in your child theme style.css
    For example:-

    /*
    Theme Name: interface Child Theme
    Author: Self-Help WordPress User
    Template: interface
    */
    
    @import url("../interface/style.css");
    .wrapper {
    width: 95%;
    background-color: #fff;
    }

    It will work all widgets using your child theme
    If still there is problem then simply Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS and add your CSS code and Click on save all changes button:

    Thank you!

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