Forum Replies Created
-
In reply to: Hide/Edit Forum from Breadcrumb
this plugin lets you do that (if I understand your question)
once activated go to
dashboard>settings>bbp style pack>Breadcrumbs
if you want to do it programmatically your self look at the plugins functions file
includes/functions.php
around line 607 onwards
In reply to: Deleting user accountsince there are decisions to be made on user deletion, these are best left to the admin after an email request.
eg what do you want to do with content – this will depend on why deletion is being requested – gdpr, or user just wants account locked but content left etc.
In reply to: How do I identify empty topic tags?what summary panel?
In reply to: bbpress topics for posts@erich199 and @bodybyloud – I have now had a look at the code.
I’m presuming both of you are using wordpress with blocks (ie the newer block editor rather than the classic editor) in posts and pages – I can see that this would not allow you to add topics for posts to new (or amend existing).
But it would allow the display in posts for old ones.
Is this what you are seeing ?
If so I think I can help, if not – can you explain further what is not happening
In reply to: How can i display bbpress tag listno problem – glad you are fixed
In reply to: bbpress topics for posts@casiepa – are you happy to update this plugin, or can I be added as a contributor?
In reply to: bbpress topics for postsI’ll take a look
In reply to: How can i display bbpress tag listit’s showing tags with 2 & 1 on my test site.
If you sure it is an issue, then unlikely but it could be a theme or plugin issue
Themes
As a test switch to a default theme such as twentytwenty, 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.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
In reply to: On Index: Forum description shows in all uppercaseok, thanks for the update – if you find anything further, do come back
In reply to: On Index: Forum description shows in all uppercaseok, so I can only suggest you do some issue finding
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.
If you cannot do this to your site (say because it is live) then use the ‘troubleshooting’ features of this plugin to let you test without affecting other users
Then come back
In reply to: On Index: Forum description shows in all uppercaseok, so take a look at the elementor plugin
In reply to: On Index: Forum description shows in all uppercaseok, if you have ftp capability look in your theme for a folder called bbpress, any changed files might be in there
In reply to: On Index: Forum description shows in all uppercasesorry, you’ll need to provide an example of
ends up showing up as forum description in the Forum index …but it shows up without tags of any kind.
In reply to: On Index: Forum description shows in all uppercase“This is also where to list garage/yard sales”
this is in a div
<div class="bbp-forum-content">This is also where to list garage/yard sales</div>or am I misunderstanding ?
In reply to: Search input redirect to index.phpwhich theme are you using ?
In reply to: On Index: Forum description shows in all uppercaseif you mean elsewhere, come back with an example
In reply to: On Index: Forum description shows in all uppercaseIf you mean the title, this is your theme outputting the page title, not bbpress.
In reply to: Force user display as username onlythis (surprisingly) is not easy within bbpress.
You would do better to force worpdress to have display name as username eg
https://wordpress.stackexchange.com/questions/138034/default-display-name-as-username
In reply to: Display forum content on frontpagegreat – glad you ae fixed
In reply to: Branching out by forum ID in bbpressgreat – glad you are fixed
In reply to: On Index: Forum description shows in all uppercasethis might also improve things
#bbpress-forums { font-family: "c", Sans-serif !important; }otherwise I see you have style pack installed, so work through the font sections and make them “Playfair Display”, Sans-serif
In reply to: On Index: Forum description shows in all uppercaseagree
on the title this might work
.post-285 h1.entry-title { font-family: "Playfair Display", Sans-serif; }In reply to: On Index: Forum description shows in all uppercaseit is caused by this line
.elementor-kit-26 h1 { font-family:"Playfair Display SC", Sans-serif; }in
post-26.css
related to elementor, so may be a setting in that or your theme.
In essence the Playfair Display SC font is all capitals
https://fonts.google.com/specimen/Playfair+Display+SC
so all your headings will be capitals
In reply to: Plugin name?In reply to: On Index: Forum description shows in all uppercaseprobably theme related – have you a link to an example?