Forum Replies Created
-
In reply to: HTML code appears on forums
so is the teacher typing this is, copy/pasting, or something else?
In reply to: HTML code appears on forumssorry no image !
In reply to: Forum summary with total poststhat is down to your theme, if you can provide a live link to it, I’ll see if some easy css will fix
In reply to: Forum summary with total postsnew version still be to issued π
In reply to: bbp style pack removed my custom forum rolesso how did you create a custom forum role?
In reply to: bbp style pack removed my custom forum rolesI’ll take a look
In reply to: Forum summary with total postsok, I’ve found the issue, and will be fixed in the next version, which should be out tomorrow
In reply to: Forum summary with total postsso if you put the widget one down ?
In reply to: ERROR: Are you sure you wanted to do that?ok, can I suggest you post a new topic, and say exactly when this is occurring.
In reply to: Forum summary with total postsok, as I said
‘It does very much depend on how your theme does lists and sidebars, so I do not intend to do individual site support on getting the css right β if it works great, if not then youβre on you own π’
But I think it is related to when the widgets were created. try deleting and recreating the second widget. or moving the topic list down.
In reply to: ERROR: Are you sure you wanted to do that?this error can be produced by several things, it is a usually related to permissions.
The 10 years old post related to a previous version of bbpress that is very different from todays version.
two cars stopped at the side of the road with their hoods up doesn’t mean that they both have the same problem π
In reply to: Forum summary with total postssuspect you need to clear cache on your browser
In reply to: bbpress footer code shows as textI’d suggest you raise this initially with G5, as this is a paid plugin we don’t have access to,
In reply to: Forum summary with total postsnow in 5.8.3 of style pack see
dashboard>settings>bbp style pack>widgets
It does very much depend on how your theme does lists and sidebars, so I do not intend to do individual site support on getting the css right – if it works great, if not then you’re on you own π
In reply to: when clicking on a forum/topic a blank screen showsglad to have helped
In reply to: when clicking on a forum/topic a blank screen showssorry, this is not a site design service ! The layout issues are related to how bbpress is interacting with your theme, and there are many thousands of themes.
I only did this out of kindness to help you.
You can play with the padding-left: 200px; setting ie changing it to say 210px to move the ‘heading’ to where you want.
In reply to: when clicking on a forum/topic a blank screen showsok, that is not the correct place to put it. Can you remove it from there.
I see you have bbp style pack active, so can you put the code in
dashboard>settings>bbp syle pack>custom css
In reply to: when clicking on a forum/topic a blank screen showstry adding this to your theme’s additional css
.bbpress .wp-block-group-is-layout-flex { width: 100%; max-width: 100%; padding-left: 200px; }
great – glad you are fixed π
probably (untested)
add_action ('plugins_loaded' , 'rew_move_reply_button' ) ; function rew_move_reply_button () { remove_action ( 'bbp_template_before_single_topic', 'bsp_display_reply_button' ); add_action ( 'bbp_theme_after_topic_content', 'bsp_display_reply_button' ); }
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: Is bbPress alive?π
is this a new site, or an old one – has this always happened or just started happening?
In reply to: Forum summary with total poststhat is the single topic info on my screen π
In reply to: Forum summary with total postsonce activated go to
dashboard>settings>bbp style pack>widgets to see how to use them
In reply to: Adding new reply crashes WordPressπ