Search Results for '"wordpress"'
-
Search Results
-
Hi,
We recently moved our site from a previous host to WordPress.com, and in doing so updated the site to the Twenty Twenty-Four theme. We use bbPress for discussion forums because it integrates with Memberpress courses.
All was good on the old site, but now bbPress and any mentions of Forums has disappeared from the WP Admin dashboard. I’m double checked that I am a bbPress keymaster, and also installed the bbPress Style Pack plugin, but don’t see anything there that solves my problem. I have also seen some people with a similar issue say that the All in One SEO plugin was the culprit, but that is not installed on the site.
We are running version 6.4.3 of WordPress.
Can anyone please help me get forums working!
Thank you!
I am trying to replace the titles for Voice and Replies with dashicons like the WordPress forums are styled. I am using the code below, and it works in that it adds the dashicon, but it doesn’t remove the words.
/*topic titles*/ .bbpress .forum-titles { overflow: hidden; } .bbpress .forum-titles .bbp-topic-voice-count::before, .bbpress .forum-titles .bbp-topic-reply-count::before { font: 400 16px/1 dashicons; margin-right: 100px; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; } .bbpress .forum-titles .bbp-topic-voice-count::before, .bbpress .forum-titles .bbp-topic-reply-count::before { font: 400 21px/1 dashicons; margin-left: 20px; } .bbpress .forum-titles .bbp-topic-voice-count::before { content: "\f307"; } .bbpress .forum-titles .bbp-topic-reply-count::before { content: "\f125"; } .bbpress li.bbp-header li.bbp-forum-info, .bbpress li.bbp-header li.bbp-topic-title { text-align: left !important; } /*forum titles*/ .bbpress .forum-titles { overflow: hidden; } .bbpress .forum-titles .bbp-forum-topic-count::before, .bbpress .forum-titles .bbp-forum-reply-count::before { font: 400 16px/1 dashicons; margin-right: 100px; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; } .bbpress .forum-titles .bbp-forum-topic-count::before, .bbpress .forum-titles .bbp-forum-reply-count::before { font: 400 21px/1 dashicons; margin-left: 20px; } .bbpress .forum-titles .bbp-forum-topic-count::before { content: "\f307"; } .bbpress .forum-titles .bbp-forum-reply-count::before { content: "\f125"; } .bbpress li.bbp-header li.bbp-forum-info, .bbpress li.bbp-header li.bbp-topic-title { text-align: left !important; }
Pulling my hair out on this one – Forums and Topics work just fine in the admin and in the front-end. However, Replies totally crash the site – on the front-end, they just fail quietly, but Add New on the Replies page in admin causes WordPress to fail. Trying to track down what could possibly cause this, because it feels really strange!
Copying over the first 100 lines or so of the stack trace to see if ANYONE has any idea what could be causing this.
Error: Xdebug has detected a possible infinite loop, and aborted your script with a stack depth of '1024' frames at /www/kinsta/public/internationalmidwivesorg/wp-includes/class-wp-object-cache.php:141 at WP_Object_Cache->is_valid_key() (/www/kinsta/public/internationalmidwivesorg/wp-includes/class-wp-object-cache.php:364) at WP_Object_Cache->get() (/www/kinsta/public/internationalmidwivesorg/wp-includes/cache.php:154) at wp_cache_get() (/www/kinsta/public/internationalmidwivesorg/wp-includes/class-wp-post.php:240) at WP_Post::get_instance() (/www/kinsta/public/internationalmidwivesorg/wp-includes/post.php:1036) at get_post() (/www/kinsta/public/internationalmidwivesorg/wp-includes/post.php:1495) at get_post_type() (/www/kinsta/public/internationalmidwivesorg/wp-content/plugins/bbpress/includes/common/template.php:454) at bbp_is_reply() (/www/kinsta/public/internationalmidwivesorg/wp-content/plugins/bbpress/includes/replies/template.php:544) at bbp_get_reply_title_fallback() (/www/kinsta/public/internationalmidwivesorg/wp-includes/class-wp-hook.php:324) at WP_Hook->apply_filters() (/www/kinsta/public/internationalmidwivesorg/wp-includes/plugin.php:205) at apply_filters() (/www/kinsta/public/internationalmidwivesorg/wp-includes/post-template.php:174) at get_the_title() (/www/kinsta/public/internationalmidwivesorg/wp-content/plugins/bbpress/includes/topics/template.php:603) at bbp_get_topic_title() (/www/kinsta/public/internationalmidwivesorg/wp-content/plugins/bbpress/includes/replies/template.php:1405) at bbp_get_reply_topic_title() (/www/kinsta/public/internationalmidwivesorg/wp-content/plugins/bbpress/includes/replies/template.php:549) at bbp_get_reply_title_fallback() (/www/kinsta/public/internationalmidwivesorg/wp-includes/class-wp-hook.php:324) at WP_Hook->apply_filters() (/www/kinsta/public/internationalmidwivesorg/wp-includes/plugin.php:205) at apply_filters() (/www/kinsta/public/internationalmidwivesorg/wp-includes/post-template.php:174) at get_the_title() (/www/kinsta/public/internationalmidwivesorg/wp-content/plugins/bbpress/includes/topics/template.php:603) at bbp_get_topic_title() (/www/kinsta/public/internationalmidwivesorg/wp-content/plugins/bbpress/includes/replies/template.php:1405) at bbp_get_reply_topic_title() (/www/kinsta/public/internationalmidwivesorg/wp-content/plugins/bbpress/includes/replies/template.php:549) at bbp_get_reply_title_fallback() (/www/kinsta/public/internationalmidwivesorg/wp-includes/class-wp-hook.php:324) at WP_Hook->apply_filters() (/www/kinsta/public/internationalmidwivesorg/wp-includes/plugin.php:205) at apply_filters() (/www/kinsta/public/internationalmidwivesorg/wp-includes/post-template.php:174) at get_the_title() (/www/kinsta/public/internationalmidwivesorg/wp-content/plugins/bbpress/includes/topics/template.php:603) at bbp_get_topic_title() (/www/kinsta/public/internationalmidwivesorg/wp-content/plugins/bbpress/includes/replies/template.php:1405) at bbp_get_reply_topic_title() (/www/kinsta/public/internationalmidwivesorg/wp-content/plugins/bbpress/includes/replies/template.php:549) at bbp_get_reply_title_fallback() (/www/kinsta/public/internationalmidwivesorg/wp-includes/class-wp-hook.php:324) at WP_Hook->apply_filters() (/www/kinsta/public/internationalmidwivesorg/wp-includes/plugin.php:205) at apply_filters() (/www/kinsta/public/internationalmidwivesorg/wp-includes/post-template.php:174) at get_the_title() (/www/kinsta/public/internationalmidwivesorg/wp-content/plugins/bbpress/includes/topics/template.php:603) at bbp_get_topic_title() (/www/kinsta/public/internationalmidwivesorg/wp-content/plugins/bbpress/includes/replies/template.php:1405) at bbp_get_reply_topic_title() (/www/kinsta/public/internationalmidwivesorg/wp-content/plugins/bbpress/includes/replies/template.php:549) at bbp_get_reply_title_fallback() (/www/kinsta/public/internationalmidwivesorg/wp-includes/class-wp-hook.php:324) at WP_Hook->apply_filters() (/www/kinsta/public/internationalmidwivesorg/wp-includes/plugin.php:205) at apply_filters() (/www/kinsta/public/internationalmidwivesorg/wp-includes/post-template.php:174) at get_the_title() (/www/kinsta/public/internationalmidwivesorg/wp-content/plugins/bbpress/includes/topics/template.php:603) at bbp_get_topic_title() (/www/kinsta/public/internationalmidwivesorg/wp-content/plugins/bbpress/includes/replies/template.php:1405) at bbp_get_reply_topic_title() (/www/kinsta/public/internationalmidwivesorg/wp-content/plugins/bbpress/includes/replies/template.php:549) at bbp_get_reply_title_fallback() (/www/kinsta/public/internationalmidwivesorg/wp-includes/class-wp-hook.php:324) at WP_Hook->apply_filters() (/www/kinsta/public/internationalmidwivesorg/wp-includes/plugin.php:205) at apply_filters() (/www/kinsta/public/internationalmidwivesorg/wp-includes/post-template.php:174) at get_the_title() (/www/kinsta/public/internationalmidwivesorg/wp-content/plugins/bbpress/includes/topics/template.php:603) at bbp_get_topic_title() (/www/kinsta/public/internationalmidwivesorg/wp-content/plugins/bbpress/includes/replies/template.php:1405) at bbp_get_reply_topic_title() (/www/kinsta/public/internationalmidwivesorg/wp-content/plugins/bbpress/includes/replies/template.php:549) at bbp_get_reply_title_fallback() (/www/kinsta/public/internationalmidwivesorg/wp-includes/class-wp-hook.php:324) at WP_Hook->apply_filters() (/www/kinsta/public/internationalmidwivesorg/wp-includes/plugin.php:205) at apply_filters() (/www/kinsta/public/internationalmidwivesorg/wp-includes/post-template.php:174) at get_the_title() (/www/kinsta/public/internationalmidwivesorg/wp-content/plugins/bbpress/includes/topics/template.php:603) at bbp_get_topic_title() (/www/kinsta/public/internationalmidwivesorg/wp-content/plugins/bbpress/includes/replies/template.php:1405)
Topic: Admin Login Isuue
while bbpress is active, when i log in to admin the side bar is missing, luckily i have the top bar. i deactivated bbpress and the problem goes away. so obviously this plugin causing it!.have the latest version of wordpress.
Topic: Topics are not displaying
Wordpress version – Version 6.4.2
bb press version – Version 2.6.9After creating the forums and assigned topics to them, the topics do not display, just the forums, so i cant engage on the topics