Forum Replies Created
-
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
In reply to: Forum ID and user fourm creationIn reply to: Setting up paginationhmm, can’t say why it isn’t working – it is code that I put together from a number of sources.
If I can find time, I’ll look through the code, but no promises
In reply to: Graphic issues with repliesneed a link to a live example
In reply to: Setting up paginationtry creating a couple more – just seeing if it is 12 you’ve set vs. 13 on the list
In reply to: Changing Discussion Sidebareither
or
and use the logic
is_bbpress()In reply to: Forum ID and user fourm creationdoable but beyond free help I’m afraid
In reply to: Setting up paginationIn reply to: Setting up paginationare you running threaded replies
dashboard>settings>forums>Reply Threading
In reply to: bbPress + ElementorIn reply to: Error in the Search Functionalityok, I’ve found the issue, and I’m talking to elementor about it.
At the moment to fix you need to
1. create a child theme if you haven’t already got one
2. change a line in a fileso do you have a child theme and/or do you know how to do FTP?
Let me know and we’ll go from there