Forum Replies Created
-
great
In reply to: Incorrect Forum statsthis can happen when a message gets flagged as spam.
go to
dashboard>tools>forums>repair forums and go through those that count topics and replies
In reply to: @mentionsIn reply to: Formatting not Applyit could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentyfifteen, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Then come back
In reply to: Elementor Problems with BBPressnot used elementor, but this should let you style bbpress
In reply to: bbpress menu not showing in dashboardgreat
In reply to: bbpress menu not showing in dashboardforums etc. are not for the dashboard part of the site for participants.
create a page and put this code in it
[bbp-forum-index]
Then put this page into your site menu
In reply to: Divi Builder Header not loading on search pagessorry, no idea why.
Beyond free help, esp. given that divi is a paid product and bbpress is free.
In reply to: Topic Title lengthgreat!!
In reply to: Topic Title lengthPut this in your child theme’s function file – or use
In reply to: Errore nel loginbbpress just uses WordPress login, so the issue lies with your site/wordpress
In reply to: Moving a reply to a new topicok, I can only suggest that you revert to the standard tests
Themes
As a test switch to a default theme such as twentyfifteen, and see if this fixes.
Plugins
If that doesn’t work, also deactivate all plugins apart from bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Then come back
In reply to: bbpress pluging short cored not workingI cannot see an obvious error.
in which file in your theme are you putting this ?
php can haveissues with the various quote marks, particularly if they have been copy/pasted so maybe type the line in again by hand, rather than copy
In reply to: Dara theme bbpress help!and then change the menu item from a ‘forum link’ to the page you’ve created
In reply to: Dara theme bbpress help!ok, I’d suggest you take the breadcrumb out as well – that’s the
Home › Forums › Community
So put this in your theme’s custom css area
div.bbp-breadcrumb { display: none !important; }
In reply to: Dara theme bbpress help!ok,
dashboard>pages>add new
give it a title of community
and in the content put
[bbp-single-forum id=4011]
and publish and view the oage
This should then show this forum in a page
if that works, then come back with the url and I’ll tell you what to do next
In reply to: Dara theme bbpress help!ok, poorly asked question by me !
Let me try a couple pf questions, then I’ll see if I can help
1. in dashboard>appearance>menus how is the menu item ‘community’ set up. Is this a custom link or a forum or a page(look at the right hand side of the item in the menu part)
2. is community the only forum you are planning ?In reply to: Moving a reply to a new topicyes please, it should give us the full error
In reply to: Moving a reply to a new topicdo you know how to turn debug in ?
In reply to: Moving a reply to a new topicdo you have the full error message?
In reply to: Reddit style forumlink to your site?
In reply to: Dara theme bbpress help!your theme has a css rule
.content-wrapper.with-featured-image { margin: -4.7em 0 0 120px; padding: 1.3em 55px 0 1.9em; }
Basically the ‘margin: -4.7em’ bit is causing the forum to show at a minus height, thus crashing into the header.
the forums page (https://badasscrafters.com/forums/) has the rule without-featured-image so is fine.
Do you have a ‘forums’ page – ie you have a page in your site which has the shortcode
[bbp-forum-index]
In reply to: Moving a reply to a new topicI just googled ‘A variable mismatch has been detected’ (googling an error is always a good start)
and got this as a thread
https://wordpress.org/support/topic/a-variable-mismatch-has-been-detected-6/
which suggests might be worth you looking at php versions
In reply to: Moving a reply to a new topic@ajtruckle split works fine on my test sites for 2.5.x and 2.6.x, hence why I am suggesting site for database issue for your site.
In reply to: Permission helpdo you mean create a forum, or create a topic on an existing forum?