Search Results for '+.+default+.+'
-
Search Results
-
Topic: Integration with wp theme
I don’t understand how it is possible that bbpress in 2024 does not inherit the theme style! Buddypress inherits the theme style so it is even more absurd that bbpress does not inherit it.
Here we are not talking about new features but simply an obvious thing that should have by default.I am trying to use wp to buffer to send my topics and replies to X etc, but it does not send a featured image is there a way to set a default featured image.
wp to buffer give 3 options
1 No Image
2 Use open Graph settings
3 Use Feat..Image not linked to post.wp to buffer said “No such option for bbPress topics and replies”
but on the setup page it has settings for posts, forums, topics and replies.Hope that makes sense.
Topic: BBpress new version issue
In the new version, I am encountering a major issue where all AJAX functionality, as well as BuddyPress and other plugins, are not working properly.
I have checked every scenario, including using the default WordPress theme, and consistently face issues due to the new version of bbPress.
I kindly request you to resolve this issue as soon as possible, as my client has raised a refund request because of this problem.
Hello everyone,
I hope you’re all doing well. I wanted to bring up an issue I’m encountering with our forum roles not displaying correctly for custom roles since making a recent change. Here are the details:
Issue:
-
Our custom forum roles were displaying correctly a few hours ago (e.g., instead of “Keymaster,” we had “Staff/Admin”). However, after disabling forum topic tags, the custom forum roles are no longer showing up. Instead, the default roles like “Keymaster” are being displayed.
Steps Taken:-
Disabled forum topic tags in the settings.
Observed that the custom forum roles stopped displaying and reverted to default roles.Has anyone else experienced a similar issue or have any suggestions on how to resolve this? Any help would be greatly appreciated!
Thank you in advance!
Best regards,
I’m trying to get a default featured image to display using a filter of “post_thumbnail_id” in my child theme’s functions.php file. I’m able to add a default thumbnail for post_type of topic, but I’d like it to be a custom thumbnail based on the id, or name of the forum the topic is in. Here’s what I have so far:
function my_filter_thumbnail_id( $thumbnail_id, $post = null ) { if ( $post->post_type != 'topic' ) return $thumbnail_id; $forumname = get_forum_name( $post->forum_id ); if ( $forumname == "wellness") $thumbnail_id = 7091; return $thumbnail_id; } add_filter( 'post_thumbnail_id', 'my_filter_thumbnail_id', 20, 5 );The issue is, “get_forum_name(),” is an undefined function. I’m not looking to override the default functions of bbPress, just be able to access the forum_id or forum_name from my theme’s functions.php file. Any help would be greatly appreciated! Thanks
Topic: Error: Discussion page
I have created a subforum within a forum, and when generating the discussion, it gives this error:
Warning: Undefined variable $item in /homepages/25/d981722677/htdocs/clickandbuilds/nombreweb/wp-content/themes/classiadspro/includes/actions/general.php on line 121
Fatal error: Uncaught Error: Call to undefined function breadcrumbs_plus_get_parents() in /homepages/25/d981722677/htdocs/clickandbuilds/nombreweb/wp-content/themes/classiadspro/includes/actions/general.php:121 Stack trace: #0 /homepages/25/d981722677/htdocs/clickandbuilds/nombreweb/wp-includes/class-wp-hook.php(324): pacz_page_title() #1 /homepages/25/d981722677/htdocs/clickandbuilds/nombreweb/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() #2 /homepages/25/d981722677/htdocs/clickandbuilds/nombreweb/wp-includes/plugin.php(517): WP_Hook->do_action() #3 /homepages/25/d981722677/htdocs/clickandbuilds/nombreweb/wp-content/themes/classiadspro/header.php(185): do_action() #4 /homepages/25/d981722677/htdocs/clickandbuilds/nombreweb/wp-includes/template.php(810): require_once(‘/homepages/25/d…’) #5 /homepages/25/d981722677/htdocs/clickandbuilds/nombreweb/wp-includes/template.php(745): load_template() #6 /homepages/25/d981722677/htdocs/clickandbuilds/nombreweb/wp-content/plugins/header-footer-builder/includes/theme-support/default/class-hfb-default-compat.php(63): locate_template() #7 /homepages/25/d981722677/htdocs/clickandbuilds/nombreweb/wp-includes/class-wp-hook.php(326): HFB\Themes\HFB_Default_Compat->override_header() #8 /homepages/25/d981722677/htdocs/clickandbuilds/nombreweb/wp-includes/class-wp-hook.php(348): WP_Hook->apply_filters() #9 /homepages/25/d981722677/htdocs/clickandbuilds/nombreweb/wp-includes/plugin.php(517): WP_Hook->do_action() #10 /homepages/25/d981722677/htdocs/clickandbuilds/nombreweb/wp-includes/general-template.php(38): do_action() #11 /homepages/25/d981722677/htdocs/clickandbuilds/nombreweb/wp-content/themes/classiadspro/page.php(20): get_header() #12 /homepages/25/d981722677/htdocs/clickandbuilds/nombreweb/wp-includes/template-loader.php(106): include(‘/homepages/25/d…’) #13 /homepages/25/d981722677/htdocs/clickandbuilds/nombreweb/wp-blog-header.php(19): require_once(‘/homepages/25/d…’) #14 /homepages/25/d981722677/htdocs/clickandbuilds/nombreweb/index.php(17): require(‘/homepages/25/d…’) #15 {main} thrown in /homepages/25/d981722677/htdocs/clickandbuilds/nombreweb/wp-content/themes/classiadspro/includes/actions/general.php on line 121
Ha habido un error crÃtico en esta web.There has been a critical error on this website
Where it says nombreweb, I have replaced it with the name of my website so as not to leave it written here.
Topic: TinyMCE not showing