• Resolved lindsayLu

    (@lindsaylu)


    All of a sudden my theme sidebar is showing up on the announcements page under the content – how do I remove it?

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Evan Herman

    (@eherman24)

    Hi Lindsay,

    You can remove the sidebar in the template file, or using CSS.

    Can you share a link to your site? I can provide you with a solution.

    Thanks,
    Evan

    • This reply was modified 8 years, 1 month ago by Evan Herman.
    Thread Starter lindsayLu

    (@lindsaylu)

    I’m using the sidebar on other pages that uses this template, so I’d prefer not to use CSS to hide it. Please advise https://bit.ly/2dNBLD4

    • This reply was modified 8 years, 1 month ago by lindsayLu.
    Plugin Author Evan Herman

    (@eherman24)

    Hi Lindsay,

    The template that is being used is a custom template for Timeline Express. Are you certain that the template is being used on other pages?

    You should be able to hide the sidebar on the single timeline express announcement templates only by using the following bit of CSS:

    
    .single-te_announcements .sidebar-container {
       display: none;
    }
    

    If you are familiar with customizing the WordPress templates, you can follow along with our tutorial we have setup in the documentation. This would allow you to duplicate your existing page templates, so the sidebar sits in the correct location – or you can remove the call to the sidebar altogether.

    That article can be found here:
    https://www.wp-timelineexpress.com/documentation/customize-single-announcement-template/

    Let me know if that helps out!

    Thanks,
    Evan

    Thread Starter lindsayLu

    (@lindsaylu)

    Thank you Evan! Much appreciated.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘sidebar showing’ is closed to new replies.