Viewing 8 replies - 1 through 8 (of 8 total)
  • Hello

    Open sidebar.php and add in there

    <?php /* If this is the forum page */ if ( is_page('ID')) { ?>Leave this empty<?php } ?>

    Just replace ‘ID’ with the ID number for that page. You can also use the page slug name.

    Thread Starter davey579

    (@davey579)

    doesn’t work. i get the text Leave this empty (only on my forumpage) on top in my right sidebar. If i delete ‘Leave this empty’ i still get my sidebar.

    Use this code:

    Add the following as the very beginning of your sidebar.php:

    <?php /* If not forum page */ if ( !is_page('25')) { ?>

    Add the following line to the very end of your sidebar.php:

    <?php } ?>

    That should do it. Let us know how it goes. ??

    Thread Starter davey579

    (@davey579)

    thanks! it works! Now i only want to know how i can make the forum (rs-discuss) more wider.

    This is apparently the CSS for the forum plugin:

    <link rel=”stylesheet” href=”https://www.dakzoekje.nl/wp-content/plugins/rs-discuss/template.css&#8221; type=”text/css” media=”screen” />

    So check in that file, and see if it is setting widths, and accordingly adjust the widths.

    Why is everybody misleading the poor OP?
    Removing the sidebar(s) will NOT make your content area wider – unless you have a spec Page template for which you define a different content div class or something.

    And for davey, what is coolcode.cn… “something” that your pages are waiting for it for minutes to appear???

    Thread Starter davey579

    (@davey579)

    in the template.css there’s no setting to make it wider. And the coolcode.cn was the coolplayer plugin, but i turned it off.

    Thread Starter davey579

    (@davey579)

    And i’ve added a page template, thanks for the idea. It works now.

Viewing 8 replies - 1 through 8 (of 8 total)
  • The topic ‘Want to remove sidebars on only one page’ is closed to new replies.