Tagged: 

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1025272

    Hi,

    How can I hide a right sidebar with widgets for a specific page, particular this one https://lexicom.courses/events/lexicom-2019-mikulov/ ? Unfortunately, the page does not have common options in the administration where I could turn off the sidebar for this page. So I guess the only way is via functions.php.

    Thank you.

    #1025683

    Hey mjakubicek,

    You would need a plugin, for example one called ” Advanced Widgets ” so you can select what will be visible where.

    let us know if that would help at all.

    Best regards,
    Basilis

    #1025977

    Hi Basilis,

    thanks for your suggestion, unfortunately, this plugin is 4-year old (https://wordpress.org/plugins/advanced-widgets/) I do not want to risk that this plugin causes some other problem which we explore later. Any other tips?

    Thank you.

    #1026088

    Hi mjakubicek,

    Well, we can help you hide it:

    
    #top.postid-670 #main .sidebar {
      display: none;
    }
    #top.postid-670 .container .av-content-small.units {
      width: 100%;
      border-right: none;
    }
    

    Let us knew if this works for you.
    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.