• This topic has 1 reply, 2 contibutors, and was last updated 9 years ago by Anonymous.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Question

    #50491
    @adminchroncleproject-com

    Hi,
    after the update, I loss the sidebar again in course categories: http://oceanphase2.wpengine.com/course-category/beginners/

    I though you said that the next update would correct that problem ?

    Note that it is a testing site for your updates, the credentials sent previously in a private message will also work.

    Could you please tell me where to put the coed and what are the 2 lines of code ?

    I would prefer to do it myself and keep track of that modif.

    Thank you

    Answers

    #50529

    Anonymous
    @

    Hi @adminchroncleproject-com

    I had added one liner code between Line 2092-2093
    || is_tax( ‘course-category’ )

    like following

    
                || is_singular( 'course' ) 
                || is_tax( ‘course-category’ )
                || is_active_sidebar('sensei-default') ) :
    

    Regards
    Varun Dubey

Viewing 2 posts - 1 through 2 (of 2 total)
  • The question ‘side bar lost again’ is closed to new replies.