Forum Replies Created
-
In reply to: Replies Transparency/Opacity Issue
great – glad you’re fixed !
In reply to: where to put bbpress.css in child-themeGreat – glad you’re fixed !
In reply to: Excluding Forums from Recent Topics Widgetcan you repost your screenshot link?
In reply to: Excluding Forums from Recent Topics Widgetand what did it show? ie what is ‘doesn’t seem to be functional’ as seen by you
In reply to: where to put bbpress.css in child-themeno problem !
In reply to: where to put bbpress.css in child-themeok so for the roles, you should see and use
loop_single_forum in your child theme is the right way to go
If you need further help in doing this (or anything else!) – please feel free to ask, like all things it is a learning curve 🙂
In reply to: Replies Transparency/Opacity Issueyour blogs.css line 1427
has
.single .commentmetadata, .single .reply { left: -15px; margin: 10px 0; opacity: 0.3; position: relative; }
suggest you try adding
#bbpress-forums .reply { opacity: 1; }
to your css.
come back if you need further help in doing this !
In reply to: where to put bbpress.css in child-themeno, core functions in bbpress cannot be put in other folders.
Generally it is not recommended that you change bbpress itself. Rather almost all bbpress functionality can be filtered, so that the plugin remains complete and changes are put in your theme’s functions file using wordpress filering capability.
What changes did you make? If small, let me know which lines in which file, and post the changes here, and I’ll try to help you with what you should put in your functions file.
You should also make those changes (and the template files you copied ) in a child theme, so that theme updates donlt overwrite these
https://codex.bbpress.org/functions-files-and-child-themes-explained/
In reply to: Excluding Forums from Recent Topics Widgetcan you tell me what you are putting as the shortcode?
In reply to: where to put bbpress.css in child-themehttps://codex.bbpress.org/themes/theme-compatibility/
should answer your questions, but do come back if you need further help !
In reply to: Replies Transparency/Opacity Issuecan we have a url so that we can see.
In reply to: where to put bbpress.css in child-themeFrom the docs
The “css” directory contains style sheets that work with the default markup. Copy any you want to modify into a directory named “css” in your theme’s root. eg. /wp-content/themes/%your-theme%/css/
In reply to: bbPress Sidebar – DIsappears on topic/post pagesIf you do, then do follow the getting started bit, in particular the link to the plugin that tells you what file is being used.
Come back, and we’ll help work out how to fix, but we need to know what file, and that you can access it to be able to help !
In reply to: bbPress Sidebar – DIsappears on topic/post pagesbut in your case probably not.
As you don’t have FTP access, and your theme is the Karma theme which is a paid theme – I’d suggest you try their support page to see if they can help.
In reply to: bbPress Sidebar – DIsappears on topic/post pagesThe problem is that wordpress was designed to work with templates that were different for each type eg template for page with sidebar, another template for page without sidebar.
The trouble is that theme authors are getting too clever ,and nowadays write a single big page template that bbpress cannot easily react with.
So your theme displays one template for the main page, but then bbpress can’t work with it for the other sub pages, as it doesn’t know how the theme is using the template.
Ok, so that’s the explanation, but probably doesn’t help you at all.
If you know some wp stuff then this might help
If the forum is public, and you don’t allow anonymous posting, then users should be able to see all topics and replies but not be able to post.
an example
In reply to: Confirmation of comments and topicsI haven’t tried it, but this plugin may be what you want.
If you try it, PLEASE let us know if it works and does what it says !
In reply to: Styling search bar & forum titleideally we need to see a real page, so that we can see what your theme is doing.
Obviously I can get to your site, but if you contact me via my website http://www.rewweb.co.uk with user access (NOT ADMIN!!, just a common user) I can see these pages and help
In reply to: Cant see Forum SettingsbbPress is tested with wordpress default themes. It maybe a conflict – you need to check plugins and themes
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
In reply to: Forum page shows the text too smallgreat – glad you’re fixed
In reply to: Both private and public part in one forumgreat – glad you’re fixed
You can also try my style pack, which has some login features as well as lots of styling stuff
In reply to: Forum page shows the text too smalldownload my style pack
https://wordpress.org/plugins/bbp-style-pack/
and you can change lots of things using that
In reply to: Both private and public part in one forumno problem you need my private groups plugin as additional to bbpress.
In reply to: Cleaning Up Forum Sub-ForumIf you’re a newbie, then install Pascal’s plugin – much easier !
In reply to: Page can’t be displayedok, do let us know what they say