Tagged: 

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #53218
    Supratik
    Member

    My website is supratikchatterjee.com

    1. Whatever I add to Sidebar is added below the footer and not on the left column of the page.

    2. I want to place the Intro Widget to another page ‘Know Me’ but am unable to move it.

    Please help.

    #53283
    Sakin
    Keymaster

    @Supratik:
    1. You need to add widget in your Sidebar and it will show in the left column. Can you add widget and let me know it so that I can check in your issue. I see that if you don’t have widget then it should be full width which is an issue. For that you can add the following css in “Appearance => Theme Options => Custom CSS” box:

    .content-area-full .content-area {
        clear: both;
        width: 100%;
    }

    2. For this you need to create child theme and then copy page.php from Create theme to your child theme and then add the following code just below your get_header(); ?>
    <?php if ( is_page( 'knowme' ) ) { get_sidebar( 'intro' ); } ?>

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Serious Issue with Widgets’ is closed to new replies.