Forum Replies Created
-
In reply to: Breadcrumbs by default?
yes they do
In reply to: Threading not workinglink to an example please
In reply to: Enable @mentions from DB or PHPprobably more a buddypress question
In reply to: Hide Voices number, just show Repliesgreat – glad you are fixed
In reply to: Hide Voices number, just show Repliesok, this should do that
li.bbp-forum-topic-count { display: none !important; }
In reply to: 403 Forbidden Error after Installation‘deactivate all plugins apart from bbpress’ !
ok I’d suggest you contact your host provider to see if they can help, it may be a host thing
In reply to: Hide Voices number, just show Replieslink to an example plaese
In reply to: how to remove left space of the forum?Put this in your child theme’s function file – or use
/This function changes the text wherever it is quoted function change_translate_text( $translated_text ) { if ( $translated_text == 'old text' ) { $translated_text = 'new text'; } return $translated_text; }
and change ‘old text’ to what you want to change, and ‘new text’ to what you want it changed to
In reply to: how to remove left space of the forum?put this is the custom css area of your theme
#left-area ul li ul { padding: 2px 0 2px 0px !important; }
In reply to: 403 Forbidden Error after InstallationIt 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: Hide Voices number, just show Repliesput this in the custom css of your theme
li.bbp-topic-voice-count { display: none !important; }
In reply to: how to remove left space of the forum?we would need a link to your site
@shorty187 @anyolya contact me via http://www.rewweb.co.uk but include a link to this post please
ok, I can’t guarantee that the alternate template will work in all circumstances, if you want to try further
It 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: restrict rightsIn reply to: Clicking on user name opens a page with errorI’d need a link to an example on your site to fix
there is a tab in the settings called ‘Not working? go into that and see if anything is red in there
yes but what does the tab
dashboard>settings>bbp style pack>Not Working?
say ?
ok, have a look at
dashboard>settings>bbp style pack>Not Working?
and see if your theme or another plugin is affecting
what version of bbpress are you using?
In reply to: New site admin, no keymaster roleok, the fix strategy would be
It 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.
But I would start wth User Role editior – that looks a likely suspect
ok, just tested this on my test site, and it works fine.
It 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: Default font size on a standard bbPress installthanks, let us know how you get on
In reply to: Forum page was loading slow. how to increasetoo many possibilities to discuss – this is like asking how to get my car to go faster.
I’d suggest you start with your hosting company, and discuss with them.
also