Search Results for '+.+default+.+'
-
Search Results
-
I’m using the Pagelines theme [before DMS] and they have a selector at the bottom of each page or post that you can select to make the page full width.
On forum pages, and individual threads, this option isn’t available. I know I can create a bbpress.php template which bbPress will look for, but I’m not sure how to deconstruct my theme, or set it up to be my default page, but minus the sidebar.
Help here would be much appreciated.
My page.php code doesn’t give me much indication as to how to craft this…
<?php /** * PAGE * * This file meets the WordPress template requirements for 'page.php' * * @package PageLines Framework * @since ... * * @link http://www.pagelines.com/ * @link http://www.pagelines.com/tour * * @author PageLines http://www.pagelines.com/ * @copyright Copyright (c) 2008-2012, PageLines hello@pagelines.com * * @internal last revised January 20, 2012 * @version ... * * @todo Define version */ setup_pagelines_template();Topic: Members can't post on forum.
Help! I’ve been at this for hours and am going out of my mind…
I have the latest of everything, bbpress, buddypress and have deactivated all plugins except for buddypress, bbpress, members and akismet. I actually even deleted and reinstalled buddypress, bbpress and members. I deactivated my theme and am using the default buddypress one.
The site is visually a mess: http://www.tafaforum.com/
I am the only one who can post on the forums. Everything was fine until yesterday when several plugins updated, including bbpress. I had also been mucking around with trying to get a tinymce plugin to work for the forums.
If I disable everything and just have bbpress, I can post (as a fake member). Add buddypress, and I get a “You cannot reply to this topic” message at the bottom.
I messed around with roles and have enabled everything possible that could contribute to this, but the one thing that I notice is that the members all have an author role for their wordpress roles (as I want them to post on our blog), and even though they all show participant for their forum roles on the Users Page, when I go into the settings for the roles, I only see the author role as having any users, not the participant one.
Yes, this could be a buddypress or members issue, but bbpress is the one that had the latest update, so I figure that the problem starts here. If not, please send me where I need to go….
I’m running wordpress 3.7.1, using Twenty-twelve, and Bbpress 2.5.1.have my site is http://www.theholisticchatterbox.com If you go to this page and click on any of the “recent Reply” links, it will take you to the first page of the replies. You have to click on the page numbers above to get to the last page. It started doing this after the last update. How can I fix it? I’ve looked in the widget & appearance menus. I’ve removed it and reinstalled it. Please help?
Topic: CSS bug?
Re: http://powershell.org/wp/forums/users/dlwyatt/replies/
You’ll notice that the container for the page content is getting a 0px width and massive height calculated. The CSS style #bbp-forums has an “overflow: hidden;” style. Removing that style element fixes the display – but I’d like some confirmation that this is indeed a bug? The content in this specific case has a lot of PRE/CODE styling, so I’m not sure if there’s some weird interaction going on that I just can’t figure out.
The container in question is a ul#topic-0-replies, classed with .forums and .bbp-replies. The overflow attribute I’m referring to is coming right from the top of bbpress.css.
Note that I’m using the default styling/theming for BBP.