• Resolved kenb222

    (@kenb222)


    Greetings:

    I’m trying to set up a child theme for Expound. The problem I’m having is that all the right sidebar widgets are being duplicated at the bottom of the start page. Then when I click on an individual post some of the widgets in the right sidebar are missing but are all present again at the bottom of the page.

    Here’s the code I’m using for style.css:

    /*
    /*
    Theme Name: expound child
    Theme URI: http://example.com/twenty-fourteen-child/
    Description: Expound Child Theme
    Author: John Doe
    Author URI: http://example.com
    Template: expound
    Version: 1.8
    Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
    Text Domain: expound-child
    */

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

    /* =Theme customization starts here
    ————————————————————– */

    @import url(‘css/reset.css’);
    @import url(‘css/expound.css’);

    For the last two lines, I copied those files from the parent to css directories within the child theme.

    Any advice appreciated. Thanks.

Viewing 1 replies (of 1 total)
  • Thread Starter kenb222

    (@kenb222)

    I disabled and deleted all the plugins I wasn’t using and some that were duplicating the functions of other plugins. That solved this problem.

    I think the lesson here in general is to use as few plugins as possible. Obviously, they don’t all play well together and/or with certain themes.

Viewing 1 replies (of 1 total)
  • The topic ‘Problem with style.css file in child theme’ is closed to new replies.