Forum Replies Created
-
ok, I can see it now.
Best I can suggest is
https://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum/ item 8
otherwise beyond free help I’m afraid
quite happy to take a quick look, but as you already know this looks like a theme issue,. not bbpress
you may need to flush cache
sorry, still on association theme when I just tried
not sure what I need to be looking at?
hmmm…
However, when I click one of the topics, it shows a content area blank below the header…
I’m seeing this page fine, but some of the other links look horrible
In reply to: Bbpress redundant H1 tagsorry, every site is unique, and only so much I can do, suspect you have another plugin or template that is deflecting this.
Further help beyond free, I’m afraid
In reply to: Bbpress redundant H1 tagonce activated go to
dashboard>settings>bbp style pack>Topic/Reply Form and tick item 15
In reply to: Bbpress redundant H1 tagdashboard>settings>forums> and disable anonymous posting
In reply to: Bbpress redundant H1 tag$user_id = get_current_user_id() ; $user_url = bbp_get_user_profile_url( $user_id );
they are in the plugin – you have to decide how to use it.
best I can offer is
In reply to: Can’t Change Font Size in Topic Editing Pageso that changes the
‘Topic Title (Maximum length’… label above the area where the user types in the title.
This changes on my test site.
Is that the one you are trying to change?
In reply to: Can’t Change Font Size in Topic Editing Pageok, can I ask which setting in bbp style pack you are using – ie what tab and what setting number, that should let me suggest some fix
In reply to: Bbpress redundant H1 tagooops, sorry, just remembered that this is a known error.
Ignoring Brizy (any remaining issues with Brizy you’ll need to get a developer to help with)
either install
which has the fix for this built inor use this code
add_action( 'wp_footer', 'rew_supports_js' ); function rew_supports_js() { echo '<script>document.body.classList.remove("no-js");</script>'; }
Put this in your child theme’s function file –
ie wp-content/themes/%your-theme-name%/functions.php
where %your-theme-name% is the name of your theme
or use
In reply to: Bbpress redundant H1 tagok, so without Brizy it all works fine – yes?
In reply to: Bbpress redundant H1 tagso is the ‘toolbar’ you are talking about the one you see here in this support forum, or another ?
In reply to: Can’t Change Font Size in Topic Editing Pagelink to an example please
In reply to: Using Custom Forum Index Page on Topic SubmitGreat – and thanks for posting your solution
In reply to: Using Custom Forum Index Page on Topic SubmitThe simplest is to make the page and forum permalinks match
so either make the permalink of your custom forums landing page ‘forums’
go to the page and edit and look for the permalink
or change the forums tag to the permalink of the page
dashboard>settings>forums>forum rootIn reply to: Headers displaying incorrectlythat’s great – thanks for posting
In reply to: Details of Forum not visible on Forum PageI have filled in some details on my Forum page
once activated go to
dashboard>settings>bbp style pack>Forum Display>item 6
In reply to: Headers displaying incorrectlycan you post the final bbpress.php you created please
In reply to: Removing a sidebar from a topic pageIn reply to: Topic not showing: Conflict with The Events Calendarhey that’s great – looks like they might fix this – do report back if you get an update