Forum Replies Created
-
In reply to: No pagination controls
Great – glad you are fixed, and thanks for reporting back ๐
I take no responsibility for this, but maybe
or
In reply to: Topic Countwithout getting into looking at the code, you might want to look at the meta for a topic which is imported vs. one that is added. I think there is a ‘parent’ or ‘forum_id’ set in topic meta to say which forum it belongs to, which might need setting for the imported ones to get the repair tools and updates working correctly.
or even the actual post parent of the imported topic might need setting.
If it is not that, come back and I’ll do some digging further.
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?