Forum Replies Created
-
In reply to: bbPress not installing WP menu or settings options
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
Then come back
In reply to: Edit topic pagea combination of
and
find
wp-content/plugins/bbpress/templates/default/bbpress/loop-single-reply.phptransfer this to your pc and edit as required
and save
create a directory on your theme called ‘bbpress’
ie wp-content/themes/%your-theme-name%/bbpresswhere %your-theme-name% is the name of your theme
Then transfer the file you saved above and put in in the directory called bbpress that you created above, so you end up with
wp-content/themes/%your-theme-name%/bbpress/loop-single-reply.phpbbPress will now use this template instead of the original
will get you there, but if you want specific help, contact me via http://www.rewweb.co.uk/contact-me/ and reference this post
In reply to: Gravatars stopped displayingok that doesn’t look like a bbpress standard template displaying the forums, so must be a theme or plugin doing that ?
In reply to: Gravatars stopped displayingI can see gravatars on both forum list and in topics.
What browser and device are you viewing from ?
In reply to: Hide email addressno problem, hope you find an answer 🙂
In reply to: Forum Post vs. Blogno 🙂
In reply to: Hide email addressThat’s not bbpress – must be something related to whatever membership plugin you are using
untested but this should do it
add_filter ('bbp_current_user_can_publish_topics' , 'rew_disallow_anon') ; function rew_disallow_anon ($retval) { if ( ! is_user_logged_in() ) $retval=false ; return $retval ; }
In reply to: Hide email addresswhat do you mean by ‘member dierctory’ ?
bbpress has a ‘profile’ but that does not show email addresses to other users (except admins can see)
In reply to: Replies listed under TopicFrom your description that sounds like what bbpress does 🙂
Can you explain further ?
In reply to: where can i put the css?great – glad you are fixed
In reply to: where can i put the css?if it didn’t work in style pack there are 3 reasons
code error so does not work
wrong element targeted
something else is overwriting1st looks ok
second could be the issueso let’s try 3rd to check, so add this
#bbpress-forums #bbp-user-wrapper h2.entry-title {display: none !important;}
In reply to: Graphic issues with replies🙂
In reply to: Forum Post vs. Blogno requirement for your site to have a blog, particularly if you have a forum, so can post info there
In reply to: Remove e-mail field from “form anonymous”These fields are in a bbpress template so you need to amend that
find
wp-content/plugins/bbpress/templates/default/bbpress/form-anonymous.phptransfer this to your pc and edit
remove
<p>
<label for=”bbp_anonymous_website”><?php esc_html_e( ‘Website:’, ‘bbpress’ ); ?></label><br />
<input type=”text” id=”bbp_anonymous_website” value=”<?php bbp_author_url(); ?>” size=”40″ maxlength=”200″ name=”bbp_anonymous_website” />
</p>and save
create a directory on your theme called ‘bbpress’
ie wp-content/themes/%your-theme-name%/bbpresswhere %your-theme-name% is the name of your theme
Then transfer the file you saved above and put in in the directory called bbpress that you created above, so you end up with
wp-content/themes/%your-theme-name%/bbpress/form-anonymous.phpbbPress will now use this template instead of the original
In reply to: Error in the Search FunctionalityI think this plugin should fix bbPress and the Hello Elementor theme issues – but feedback would be appreciated
In reply to: bbPress + ElementorI think this plugin should fix bbPress and the Hello Elementor theme issues – but feedback would be appreciated
In reply to: bbPress + Elementorthanks, I think I have a solution I’ll come back later with instuctions
In reply to: Error in the Search FunctionalityGreat – I’ll come back in the next 24 hours – weekend here and sunny, so need to get out 🙂
In reply to: bbPress + Elementor@slysoft- what theme are you using ?
In reply to: Graphic issues with repliesok, put this is in the custom css part of the bbp style pack plugin
blockquote { font-size: 12px !important; }
In reply to: Graphic issues with repliesjust put this in your theme’s custom css area
blockquote { font-size: 12px; }
and change the size to whatever you want
In reply to: 404 error on bbpress functionsso yes, definitely contact them
In reply to: 404 error on bbpress functionsI’d suggest you contact the plugin author – is this a paid ultimate member add=on?
In reply to: bbPress + Elementorthanks