Forum Replies Created
-
In reply to: Can’t Change Font Size in Topic Editing Page
🙂
In reply to: Can’t Change Font Size in Topic Editing Pagecould you post the css you finally used please
In reply to: Default Installation and ThemeIn reply to: Can’t Change Font Size in Topic Editing Pagebut if those are the classes then
.ast-button { font-size: 8px !important ; }
and/or
.ast-custom-button { font-size: 8px !important ; }
in either your themes custom css area or my plugins custom css tab
In reply to: Can’t Change Font Size in Topic Editing Pageast-button and ast-custom-button are not classes belonging to bbpress
In reply to: Can’t Change Font Size in Topic Editing Pageok, not sure what ‘drop-down’ you are referring to.
you can load an image to your websites media, and then post the link here
In reply to: Can’t Change Font Size in Topic Editing Pageyes it does on my test site.
are none or only some of these happening?
but many themes don’t need a child theme for bbpress, just depends on how they have been written.
you can have a child theme of any theme (if it has been written to the wordpress standards).
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?