Search Results for '"wordpress"'
-
Search Results
-
Topic: bbPress 2.6.6
Hi,
sorry for the noob question, hopefully the answer’s easy, but I can’t figure it out or find an answer online. Slightly overwhelmed by the 25 tabs on the bb style pack settings.
I just installed bbpress and the style pack on my WordPress site and set up my single forum here:
However the font size is tiny. I’m using theme Twenty Twenty so I figured it should be defaulting to something that blends right in. Isn’t that the way it’s meant to work?
I tried to copy some text into a BBPress forum and was kind of surprised to see it came up with a lot of html tags in it. Even in the visual editor!
I am running WordPress 5.5.3, Memberpress Basic 1.9.4 and BBPress 2.6.5
What can I do make sure when text is copied into a forum, it shows up as meant to be and not with a load of HTML tags that I don’t want to see….
I made a forum, but the button to post a topic is missing! For the admin, the buttom area is replaced with the wordpress toolbar for some reason, and using a user account, there is no button. Please help! Thanks!
Dear all,
Since a couple of months I am using a BBpress forum (and BBpress Attachments) on my WordPress (5.5.3) page (TopMag 2.0.2 theme) related to http://www.amrwr.nl
I’ve got a very strange thing going on: everytime I (or a different user) start(s) a new thread and insert a Youtube or blogspot link, a download is prompted (a pop-up with ‘open’ or ‘save as’ appears) and the message itself is not posted.
When I then open the downloaded file, the following code is displayed:
<!DOCTYPE HTML PUBLIC “-//IETF//DTD HTML 2.0//EN”>
<html><head>
<title>503 Service Unavailable</title>
</head><body>
<h1>Service Unavailable</h1>
<p>The server is temporarily unable to service your
request due to maintenance downtime or capacity
problems. Please try again later.</p>
</body></html>This currently happens in the following browsers: Mozilla Firefox, IE, Edge, Chrome, DuckDuckGo. Untill very recently, IE and Firefox did not have this problem…
I have done all the troubleshooting I could (given the knowledge I have) and are now quite lost as to how to solve this problem.
Any help would be much appreciated!
Regards,
Jascha
Topic: freshness not translating
Hi, i am from Ukraine, sorry for my English. I set russian language, in my wordpress settings. Bbpress translated correct. But only in the google search results, near topic i see “4 days ago” – are not translated in russian language ( and all the rest well translated). Help me please
Topic: Registration, No password
Hi there All,
I have enabled new registrations, by creating a registration page. and use the shortcode [bbp-register].however, when I test this in incognito, I do received the email to complete my registration but it only contains
Username: john###
Email: john###@gmail.comis there ment to be a password, or a link to create a password?
WordPress 5.5.1
bbPress 2.6.5Hello, there!
We work with BuddyBoss but with a primary focus on forums/topics with bbPress.
So I’m having issues with the hierarchy of forums and discussions and… I’m trying to have a page for each forum — with all of the discussions listed as a post grid (not BuddyBoss’ Forum Grids, need this to vary from page to page). So with regards to taxonomy and filters, I want to have the parent category defined as a particular forum, and the children categories to be the discussion within that same forum. Example: Need different pages for Recipes, and need a page for Desserts (forum) that shows all the different desserts (discussions/topics), not showing all the other forums (Desserts, Main Dishes, etc.) and their discussions (turkey, asparagus, etc).
I’ve been playing with Beaver Builder and Gutenberg blocks, but it seems that some plugins have issues reading Custom Post Types, which is what forums and discussions/topics are. And the ones that can, like Beaver Builder, will only let you show the Post Type as Forums, and then you can filter to what forums you want to show, but if you only pick one, then it’s just one lone block. And if I set the Post Type to Discussions, then I have to list each discussion, one by one to display on the page (so each time someone creates a new topic/discussion, it would have to be added to this list).
We are currently using Beaver Builder but I’m definitely open to other ideas for this. Here’s the Beaver Builder post I made if any of you are familiar with it: Standard Posts Module to Display Category’s Sub-Categories (Child)
Any ideas or methodologies? I have a web app dev background and am not afraid to modify the functions.php or other files on the backend. See below for what I attempted based on Beaver Builder’s documentation. The second argument for ‘post_parent’ didn’t take, but the post_type did, if I’m not mistaken… leadershipx being the id for the Posts module, but I’ve been looking into wp_query as well (never coded anything yet with wp_query, but happy to learn).
function fl_builder_loop_query_args_filter( $query_args ) { if ( 'leadershipx' == $query_args['settings']->id ) { $query_args['post_type'] = array( 'topic' ); $query_args['post_parent'] = array( '4773' ); } return $query_args; } add_filter( 'fl_builder_loop_query_args', 'fl_builder_loop_query_args_filter' );
WordPress v5.5.1, BuddyBoss v1.5.3 (I don’t know where to find bbPress version inside BuddyBoss, but we have the most up-to-date version of BuddyBoss, so I would assume it’s the most recent version of bbPress)
Topic: Customization
I’m new to WordPress and I wonder how can I customize bbPress without using elementor tool? There are 6 content are in my sidebar which is Home, Listings, My Posts, Forum, Settings and Profile. But now I want to remove the my post content from the sidebar. Can you guys help me to solve it.
Sorry for asking this stupid question.