Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter wtejaswi

    (@wtejaswi)

    Also, the (+) icon works for ‘Your latest posts’ option with the updated header.php code, it is not working with just the Static Page option.

    Thread Starter wtejaswi

    (@wtejaswi)

    Hi,

    Thank you for your help, really appreciate it, however it is not working correctly. I created a child theme and also edited that particular line of code in the child theme’s header.php file

    Changed:
    <?php if ( is_active_sidebar( ‘sidebar-1’ ) && !is_singular() ) : ?>

    to

    <?php if ( is_active_sidebar( ‘sidebar-1’ )) : ?>

    Result:

    I do see a (+) icon at the top now, however
    1. The (+) icon does not toggle and display an overlaying sidebar on the left
    2. The sidebar widgets (i.e. Search, Recent posts) are still displayed to the right side of the front page text

    I would like the (+) icon to work in the originally designed functionality, toggle when clicked to display an overlay sidebar to the left.

    Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)