• Hello.

    I have made a child theme, but it does not apply the other sidebar option. It only shows “Left sidebar” even though I changed the option.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author presscustomizr

    (@nikeo)

    Hi wolfang8, can you please be more specific about your issue?
    What kind of custom function (related to sidebars) did you add to your child theme?
    You also might want to read this about Customizr debug.
    Thanks

    Thread Starter wolfang8

    (@wolfang8)

    I do not remember exactly as I created several months ago. Here are the detail of theme functions and stylesheet. There are only these two things. Thanks.

    Theme Functions
    ====================================================
    <?php
    /**
    * This is where you can copy and paste your functions !
    */
    ====================================================

    Stylesheet
    ===========================================
    /*
    Theme Name: Customizr Child
    Theme URI: https://themesandco.com/customizr
    Description: A child theme for the Customizr WordPress theme. This child theme simply includes 2 files : style.css to add your custom css and functions.php where you can extend Customizr’s core code. In order to keep your code as clean and flexible as possible, try to use Customizr’s hooks API for your customizations. Do something awesome and have fun !
    Author: Nicolas Guillaume (nikeo)
    Author URI: https://themesandco.com
    Template: customizr
    Version: 1.0.0
    */
    @import url(ftp://[email protected]/smartforum/new/wp-content/themes/customizr/style.css);
    /* Your awesome customizations start right here !
    ————————————————————– */

    I have a similar issues:
    1) I use Customizr and installed Custom Sidebar plugin. I made a child theme, which saves and displays randomly and not all the setting of the plugin.

    2) Either, when I use the child theme, I have to re-set the main menu, because the original setting is lost.

    Any comment or any ideas how to import all the settings to the child theme?Thank you,
    Eva

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Child theme sidebar issue’ is closed to new replies.