Hi dear
The plugin not works fine with last update, not search anything, only show a list of post/pages without related
Thanks for support
]]>I have identified that your plugin conflicts with TinyMCE menu in BBpress.
With your plugin activated the tinyMCE menu dissapears from the Topic and Reply forms. There is no way to enter a new topic or reply.
The problem does not occur in FF or Chrome.
Please let me know if you have a fix for this issue.
Kind Regards
Max
]]>Hey
Thanks for a great plugin.
I have a site with both a blog and a forum powered by BBpress.
I use your plugin for searches in the blog with your shortcode in a widget in the sidebar and the settings option “posts” ticked in your plugin UI.
I have my own functionality plugin installed. I am running the following script so that the wordpress search engine can search BBpress content:
/**
* Include bbPress 'topic' custom post type in WordPress' search results */
function ntwb_bbp_topic_cpt_search( $topic_search ) {
$topic_search['exclude_from_search'] = false;
return $topic_search;
}
add_filter( 'bbp_register_topic_post_type', 'ntwb_bbp_topic_cpt_search' );
/**
* Include bbPress 'forum' custom post type in WordPress' search results */
function ntwb_bbp_forum_cpt_search( $forum_search ) {
$forum_search['exclude_from_search'] = false;
return $forum_search;
}
add_filter( 'bbp_register_forum_post_type', 'ntwb_bbp_forum_cpt_search' );
/**
* Include bbPress 'reply' custom post type in WordPress' search results */
function ntwb_bbp_reply_cpt_search( $reply_search ) {
$reply_search['exclude_from_search'] = false;
return $reply_search;
}
add_filter( 'bbp_register_reply_post_type', 'ntwb_bbp_reply_cpt_search' );
PLEASE NOTE that When running the above code, if I tick “ALL’ in the setting in your plugin UI then your search will include BBPress forum, topic and reply content.
THIS IS WHAT I WANT TO DO:
1. Have your shortcode in the sidebars for just the blog and wp posts. AND just search posts. I currently achieve this using the basic shortcode and your plugin set to “posts”.
2. HOWEVER, i also want to put your shortcode in the sidebar for all Forum pages and JUST search for Forums, Topics and replies. I note your plugin has the shortcode option [wpns_search_form
only_search=”my_custom_post_type”] but I don’t know how to configure so just BBpress Forums, Topics and Replies are searched. For example, I have tried:
[wpns_search_form only_search=”bbp_register_topic_post_type”]
and
[wpns_search_form only_search=”ntwb_bbp_topic_cpt_search”]
But neither of these work and the test searches come up empty.
So I would be very grateful if you could tell me how to configure your shortcode so that it will search the forum, topic and reply custom post types created by my code displayed above.
Please also note that there is currently a small bug at the bottom of your plugin UI. The shortcode there is broken into two lines and it also has a hover function on it link an active link but nothing happens if you click on it. It is also difficult to read the short as it is broken over two lines. Is it correct form as follows?
[wpns_search_form only_search=””]
Thanks in advance for any assistance.
Kind Regards
Max
]]>Hi ?? Is possible to insert an option, like done for the placeholder, where we can customize the label for the H3 HTML element with the “Search Results”?
Some other questions:
1) Once I’ve typed some text, then I click elsewhere outside the search-box, the search results box disappears, and then if I re-click inside the search-box (where there is already the text searched) the search results box doesn’t appear.. is it normal?
2) When I type some text to search, appears a div with the result box, with for example 100 entries, when I continue to typing, the result entries decrease, but the height of the div remains the same. Why? In this way I occupy many space for nothing
3) When I’ve typed some text and then press the Enter button, why is not displayed the full results page, like the default search box of WordPress?
Many thanks & Best regards
– Chris
Hello dear, after update is not working on mywebsite (mirutafacil.com)
Thanks for support
]]>Hello dear , I have problem with the CSS the form show very extrain with ColorMag theme
I like me suggest option for show some shortcodes with differents options in differentes pages ( I likme search for pages in home and search for post sin posts section)
Thanks
]]>