Search Results for 'code'
-
Search Results
-
WP version 5.7.2
bbPress Version: 2.6.6
Astra Theme Version: 3.4.2
Website: https://authorready.com/forumI did a new install of bbPress on my existing site with the Astra LearnDash theme with no child theme. I followed the instructions on the step-by-step page (https://codex.bbpress.org/step-by-step-guide-to-setting-up-a-bbpress-forum/) to set up the forum and am using the shortcode [bbp-forum-index] to display the forum on my page.
When I navigate to a topic from the forum (i.e., Forum > Announcements > Test Topic Creation), it shows my 404 page instead of the topic. The same thing happens if I go into the topic from the admin panel and try to preview the page. I have tried to following from other topic support tickets with no success:
1. Dashboard > Settings > Permalinks and clicked save. No change.
2. Installed Health Check & Troubleshooting. Health Check was good.
3. Entered troubleshooting mode and deactivated all but the bbPress plugin with the Twenty Twenty theme. Still no topics, but redirected to the home page instead of the 404.
4. Installed bbPress WP Tweaks and tried all of the .php page settings with no change.Is there something I’m missing? I’m at a loss of what else to try or why it may not be working.
I am currently using the Twenty Twenty theme. The theme is causing jumbled text on the forum page.
I have tried both bbPress and BuddyBoss. I have the same issue. I contacted BuddyBoss, they stated there is an issue with the Twenty Twenty theme. I contacted the admins at the Twenty Twenty theme. They told me to go to bbPress for support. I cannot locate the issue in the code.
See Twenty Twenty theme ticket
I also completed the additional troubleshooting steps:
- Deactive plugins – this did not solve the issue
- Themes – switching the themes fixes the issue. I contacted the Twenty Twenty theme authors. They told me to contact you.
- Selecting the default permalinks – I am already using the default permalinks
- Repair Forums – this did not solve the issue
- Using WP Debug – no debug issues appeared
- Diagnose Javascript errors – there are no javascript errors appearing
I have basically tried everything besides resetting my WordPress website. Nothing seems to work.
Is there a way to limit the number of topics shown when using the shortcode
[bbp-single-view id=’popular’]?I would only like to show the top 10 most popular topics.
Thanks
Topic: Spam and Pending Post Delete
Hello
to clean up my pending and spam threads and answers, iam using two show SQL queries. Is there maybe any plugin or cron which can execute them?
DELETE FROM wp_posts WHERE post_status = "pending"; DELETE FROM wp_posts WHERE post_status = "spam";Regards
Maxx