Skip to:
Content
Pages
Categories
Search
Top
Bottom

Search Results for 'remove sidebar'

Viewing 25 results - 176 through 200 (of 323 total)
  • Author
    Search Results
  • #133779
    garfy
    Participant

    My site is here and I want to have full screen forum, no right sidebar

    I have template full-width-page.php that will do the tricl

    But how to use that template only when the forum is visible?

    http://www.johnofgodlove.com/forums/

    thank you

    tibmix
    Participant

    @xmasons Thank you.

    I added it at the end of functions.php (infocus-buddypress theme). Unfortunately no change.

    But now I know that it is something in wp-login.php; although wp-login is not in the /wp-admin folder, when I press the ‘Log in’ button (without even typing something in the username or password fields) immediately is asking for the /wp-admin password set in the .htaccess.

    I use the bbPress Login widget on the forum’s left sidebar.

    edit: I tried to remove all the widgets, unsuccessfully (because I noticed the “Lost Password” link refers to /wp-admin).

    #132969

    Topic: Can't remove sidebar

    in forum Themes
    dtommy79
    Participant

    Hi,

    I’ve installed bbpress, and I’m using the default twentytwelwe theme. I created a page for the forum index, selected the full-width page template, but the sidebar won’t go away. How can I remove the sidebar?

    Thanks

    #131054
    fencer_x
    Participant

    What I mean to say is I can access my forum via two routes: website.com/forum (a page I made the forum top using the shortcode) and website.com/?post_type=forum

    website.com/forum has a sidebar I set with the recent topics and comments widget–I can manipulate this just fine and am glad to have it as the forum top.

    website.com/?post_type=forum has a sidebar I CANNOT manipulate for some reason (even though I can alter it in the admin settings–it never takes) and displays a strange “Archive | time” title in the title bar.

    The only way you can get to website.com/?post_type=forum is via the breadcrumbs–but I don’t want people accessing it via the breadcrumbs or at ALL. I need to either be able to remove it altogether or fix it to allow the sidebar to be manipulated and the title to display properly.

    #130916
    eklay
    Participant

    I’ve found the offending filter: ‘bbp_replace_the_content’

    The function bbp_replace_the_content() hijacks the content of any post, regardless of which loop it is in, based simply on whether the page is also the forum archive or topic archive page.

    I was able to get the excerpt for my custom loop, while still preserving the Forum archive on the same page, by using remove_filter( ‘the_content’, ‘bbp_replace_the_content’ ) before the_excerpt() and add_filter( ‘the_content’, ‘bbp_replace_the_content’ ) after.

    #129831
    Debely
    Participant

    Hi everyone

    I’ve bee banging my head for a couple of days with my bbpress forum. There is a problem with the sidebar on the forum page as you can see here http://tricksforaffiliates.com/?post_type=forum . The sidebar location is before the main page instead of next to it. It works ok everywhere else.

    I’ve tried to find where the problem lies. At first I called the forum via a page with the link to option and could remove the sidebar from page.php but of course that made it disappear everywhere else too. I checked the bbpress php files and usually appears before the footer call not after header. I don’t know if that tells me anything.

    I also tried finding something with firebug but to no avail. I am able to remove the dash and the page looks ok, but the problem is cause I can’t figure out which document the code refers to and don’t know where to search for a problem.

    Any help would be greatly appreciated.

    Wordpress version: 3.5.1
    bbPress version: 2.2.4
    Site: tricksforaffiliates.com

    #127945

    In reply to: Full Size Forum

    @mercime
    Moderator

    @supernaturalbrews Re full-width BuddyPress pages: I see that you’re already using BP 1.7 beta 1, good for you! Make a copy of page-no-sidebar.php file from parent theme and Save As buddypress.php in your child theme folder.

    To remove the vertical dotted line in the midst of full-width BP and bbP pages, add the following to your child theme’s style.css file:

    body.BuddyPress #posts,
    body.bbPress #posts {
    background: transparent none;
    }

    #127937

    In reply to: Full Size Forum

    SupernaturalBrews
    Participant

    @mercime

    If you look at the homepage there is a vertical dotted line separating the main content and the sidebar. Not huge thing, but I would like it removed from the bbpress forum. I figure once that is removed I have a clean template to go with.

    http://www.kcnanobrews.com/forums/

    I know its a separate plugin but would you know how to make all the buddypress pages full width?

    #127840

    In reply to: Full Size Forum

    SupernaturalBrews
    Participant

    Sorry, I’m new to coding so please bare with me.

    I have a child theme. All I want is the general forum size to be full width and the sidebar removed. Exactly which files should I copy over? And what changes should I make to that file?

    Once I know how to make the changes and get this work I’ll be able to take it from there.

    Thanks.

    JavaDjie
    Participant

    how do I remove the sidebar on wordpress forums?
    Since the forum does not appear on the list page.

    and secondly, how do I customize bbPress login widget?
    Because the default widget does not match my template.
    thank you

    #126773
    golfer300
    Participant

    A few quick questions

    How can I remove my widgets and sidebar from just my forum page. Also, how can I remove the comment section on my forum page.

    What is the bbPress sidebar. I put some bbPress widgets in it but I did not see any changes.

    Lastly, how can I display the bbPress Login Widget (that allows people to register, login, and find lost password) on only my forum page.

    All input is appreciated.

    #126381

    In reply to: SideBar Removal

    Pantheism
    Participant

    Ugg, tried a few CSS codes, but no luck so far. Have not done website design in about 15 years. LOL.

    I saw some info about editing the PHP files in BBpress to remove reference to the sidebar. Any idea what files I need to adjust to do it that way?

    #126378
    Pantheism
    Participant

    Can anyone advise me on the CSS I would use to remove the sidebars from my BBpress forum. It is pulling the sidebars from my theme, and I would like them removed.

    Here is my forum URL…
    http://pantheismnow.org/forums/

    I wuold also like to make the width 100% too. Any chance I can get that code too?

    Thanks everyone.

    #125978
    Shashank Shekhar
    Participant

    Thanks for replying Shane! Me replying as per your points below:
    1) Yes I know manipulating sidebar is out of bbpress, but the templating of bbpress pages is within the scope. And so for the same, I already stated that I have used forum.php (just by luck it worked, where I used a different sidebar, and it accepted it instead of page.php). I just needed to know am I did the right template (forum.php, forums.php), since no where its documented to use a custom template for bbpress pages.

    2) I have stated that I have used twenty-twelve with very little customization. BBpress user pages should work as forum pages accomodating in it. Its not possible to easily do it, just one trick that I already explained is to forciby display:none the sidebar, and make primary area wider with !important. But this is not good in the case if I need sidebar on this page, or in the case to remove sidebar rather than just hiding it from visibility.
    This issue is not exactly theme specific as I already posted a link where other users facing it too. The thing is just little incompatibility of bbpress user pages with several themes.

    3) Yes I can use the template, but I didn’t find any template which wrapping up all the user pages like profile, edit-profile, topic started, replies created, etc. There are several files inside bbpress templates, but none are there which include header, footer, sidebar tags in them; they just have the inside-content portion. For templating user pages I need a custom template which it is by default taking page.php and now forum.php which I luckily made. So, let me know which file should I create inside my theme which wrap all user pages and other pages already working with custom forum.php made. I asked for the possibility of using two or templates for bbpress forum and user pages, rather than all falling on page.php, as per bbpress documentation.

    Further surely I asking for the help from bbpress authors and users, and just expecting to fix the things if they are the issue, or let me know the solution if exists which can help other users too.
    Also, I am also acting as a little volunteer, done some research and so stated how I was trying to fix and what ways solved my problem somewhat. And also posted some deficiencies of bbpress which if solved, make it more better. And I will surely post fixes if I get myself.

    So I hope my issues are more clear now, hope I will get better answer from someone.

    Thanks.

    Unsal Korkmaz
    Participant

    FirmaSite Social

    How to download:

    http://wordpress.org/extend/themes/firmasite

    Theme Features:

    • Its GPL and free :)
    • Based on Twitter Bootstrap  and all WordPress, BuddyPress and bbPress files using only bootstrap css. That means you can use custom bootstrap styles and all of your site will use same theme style. There is already 13 custom bootstrap theme is included in theme from Bootswatch. In future, i will explain how you can add custom bootstrap styles
    • Using Bootstrap Responsive so all your site will be mobile ready. BuddyPress and bbPRess too!
    • Using Theme Customization API for theme options. It means you can see changes on live edit and you can easily extend options with wordpress functions directly. A video on action: http://youtu.be/F95TngS9er8  (Its a bit old version of theme but a good example for main theme options)
    • Google Fonts! lots of! You can choose google fonts from theme options ( watch example video from above)
    • 4 different layout:
    1. Content – Sidebar
    2. Sidebar – Content
    3. Only Content (Long)
    4. Only Content (Short)
    • Unique 2 feature: ShowCase and PromotionBar. ShowCase letting you show your special post in home page header like: http://twitter.github.com/bootstrap/examples/carousel.html and PromotionBar is letting you promote your posts in content header, footer or sidebar. You just marking your posts from your post panel. Both feature is using Bootstrap’s carousel component so there is no extra  javascript. An example post panel screenshot:
    • You can upload logo,disable comments, activate facebook comments, activate sharing buttons (facebook,twitter and google+1), upload custom background and option to remove responsive for fixed width if you want.
    • Supporting Post Formats! Formats have special template parts with get_template_part  and video,audio formats calling necessary js that need to play video or audios. System supporting oEmbed links too.
    • Ready for translation. Theme’s default language is English and Turkish translation is included. ( You can send me your translations if you have). You can use Codestyling Localization for translating theme.
    • I will add lots of filter and action (already have lots of) so you can use it as starter theme for your projects. I will explain how you can keep your customization while keeping theme up-to-date.

    Themes are in review for publishing on WordPress.Org Theme  Directory but in meantime, you can download and try it from links above. Please share your opinions on theme in this topic.

    #125764
    Stephen Edgar
    Keymaster

    There are very little in the way of options for bbPress and this is by design.

    I’m also from the Stonehenge forum era and am far from a developer but saw the potential of bbPress, now I’m learning PHP due to the awesome inline docs in the code of bbPress (and WordPress).

    Speaking of proud things in bbPress… Search is really new and works really well 😉

    eg. https://bbpress.org/forums/search/?bbp_search=remove+sidebar

    (I’m not meaning to be lazy or dismissive of your specific query just that this question has been asked many times and there are quite a few topics on this subject and you might even find one specific to the WordPress theme you are using)

    #125041

    In reply to: Removing the sidebar

    Lynq
    Participant

    Hmm, not sure its a “really dirty grimy hack”.

    Removing the sidebar means you no longer have access to it, should you require it on certain pages, or if like some themes you want to access it on topics so you can show latest discussions, but not on full forum pages.

    Otherwise you have to go through and remove it from all bbPress template files, if you ever want it back, you need to revert that process.

    Lynq
    Participant

    For future reference, if you want to remove the sidebar just from bbPress files you can use something like…

    .bbPress .sidebar { display:none; }  // depending on your theme.

    Good luck!

    Sunidaze
    Participant

    Or you can go through all of the theme files and remove get_sidebar.
    and
    The best way to remove a sidebar is probably to just use CSS to .sidebar { display:none }

    Will that remove the sidebar from the entire blog? I only want to remove the sidebar from the forum page, not the other pages…

    freax
    Participant

    I did the ‘display:none’ in catch-box theme but didn’t work for me. I need to remove the’get_sidebar’ from your template, BBpress, or catch-box theme ? Thanks.

    Lynq
    Participant

    The best way to remove a sidebar is probably to just use CSS to .sidebar { display:none } (depending on your themes markup) – it is quick and allows you to quickly add the sidebar back in should you need it later on.

    Or you can go through all of the theme files and remove get_sidebar.

    Good luck!

    #124658
    Stephen Edgar
    Keymaster

    It looks like you have removed bbPress and installed Mingle Forums now

    #124590

    Topic: Forum is missing

    in forum Installation
    thinkcrush
    Participant

    Hello guys. I don’t know what i did wrong 🙁 I had the forum working a previous version of my website, but since the theme change, i can’t get it set up for my life.

    It might be important to note that there was a situation during the instillation of bbpress. I was at the last step of the instillation, when my website crashed. One of my folders was duplicated or something. I removed the file from my file manager and got my site back. BBpress is now installed, alongside buddypress but when i go to my forum page there’s nothing there.

    I think i need step by step instructions. When i make a page named “Forum” and assign that page to the bbpress pages tab, nothing happens. I have a code to make my forum fancy and thats not working either.

    I am using the newest wordpress, and the newest bbpress.

    My website is at http://www.goodpoker.ca

    This is the code i need to put somewhere…

    ID, ‘sidebar_value’, true);

    do_action( ‘bp_before_directory_forums_page’ ); ?>

    <div class="padder contentbox “>

     

    <option value="”>

    <input type="submit" name="submit_topic" id="submit" class="none" style="opacity:0;" value="” />

    <input type="button" name="submit_topic_cancel" id="submit_topic_cancel" value="” />

    <?php printf( __( "You are not a member of any groups so you don't have any group forums you can post in. To start posting, first find a group that matches the topic subject you'd like to start. If this group does not exist, why not create a new group? Once you have joined or created the group you can post your topic in that group’s forum.”, ‘buddypress’ ), site_url( bp_get_groups_root_slug() . ‘/create/’ ) ) ?>

    • <a href="”><?php printf( __( 'All Topics %s’, ‘buddypress’ ), bp_get_forum_topic_count() ); ?>

    • <a href="”><?php printf( __( 'My Topics %s’, ‘buddypress’ ), bp_get_forum_topic_count_for_user( bp_loggedin_user_id() ) ); ?>

    #122727
    rsanchez1
    Participant

    You should double-check capabilities then. From the wp-admin sidebar, go to Users->User Role Editor. Then select the Participant role and see what capabilities that role has.

Viewing 25 results - 176 through 200 (of 323 total)
Skip to toolbar