Forum Replies Created
-
probably one for their support forum
In reply to: How to solve “double” space issue with this theme?Again easiest solution is to not to show the avatar
#bbpress-forums p.bbp-topic-meta img.avatar {
display : None ;
}The issue isn’t actually with this css, but changing it is the quickest solution !
In reply to: Breadcrumbs not workingyou may also need to use this
In reply to: Breadcrumbs not workingHave you a link to your site please ?
In reply to: How to solve “double” space issue with this theme?not sure if it’s theme or plugin – maybe be a combination
anyway if you are happy not to have the avatar showing in that line, then this fixes
#bbpress-forums div.bbp-template-notice img.avatar { float: left; }add it to your custom css.
In reply to: How to solve “double” space issue with this theme?ok, nothing obvious.
apart from bbpress, what other bbpress related plugins are you using ?
In reply to: Text backgroundadd this to your custom css and alter the image to the one you want
#bbpress-forums div.bbp-the-content-wrapper textarea.bbp-the-content { background-image: url("paper.gif"); }In reply to: How does Last Post work?besides bbpress , what other bbpress related plugins are you running ?
In reply to: Twenty Twelve Theme and resourcesThis will also help with styling
In reply to: How to solve “double” space issue with this theme?I’d need a link to a live example to help
In reply to: Notifications/Subscriptions for participantsIn reply to: Topic url in email notificationsone for the bbPress Notify (No-Spam) plugin’s support page.
what shortcodes are you using ?
In reply to: The Participant role is not editableok suspect it is the members plugin, suggest you contact their support site.
sorry, can you be clear, this is JUST using the search box on forum pages – yes ?
if so
It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
In reply to: Forum Post Notificationwith bbpress you subscribe to forums, so unless you bhave subscribed, then you won’t get notified.
You can and control and auto-subscribe users to forums using
or instaed/in addition use
which some admins use to see what is being posted
In reply to: The Participant role is not editableNot directly – there are plugins that do that eg
In reply to: “Oh, no debates have been found here”It could be a theme or plugin issue
Plugins
Deactivate all but bbpress and see if this fixes. if it does, re-enable one at a time to see which is causing the error.
Themes
If plugins don’t pinpoint the problem, as a test switch to a default theme such as twentyfifteen, and see if this fixes.
Then come back
In reply to: The Participant role is not editablesuspect it is related to your memebership plugin – see
In reply to: Disable Text Editor and use of HTMLok, are you using my style pack
if so the topic/reply form tab has options to do this.
If not, consider installing it !
In reply to: Disable Text Editor and use of HTMLsorry – it needs to go in your theme’s functions file
In reply to: Where is this information savedgreat – glad you are fixed
In reply to: Where is this information savedok, two wrong fixes, so I loaded it to my test site
This works for me
add_action ('bbp_theme_after_reply_author_admin_details', 'rew_add_email') ; function rew_add_email () { $email = get_post_meta ( bbp_get_reply_id () , '_bbp_anonymous_email', true ) ; if (!empty ($email)) echo '<p>'.$email ; }In reply to: Topics only visible to Administratorsgiven this is a paid theme that claims to protect your site, it is really one to raise with them.
I don’t have their plugin to be able to test
In reply to: Threading not workingno problem