Received a message on the Divi editor the other day:
“This third party module is not fully compatible with the latest version of the Divi Builder. You can still edit the module, but it will take longer to update on the page. You can contact the developer of the module to encourage them to update it.”
Hopefully that helps someone!
]]>Hi there! Thanks so much for the plugin!
I’m trying to find a way to change the ‘Search’ text of the button.
I’m trying with the following PHP but it doesn’t work, maybe you can see it?
PS if there was a ‘tip’ option within the plugin I would’ve definitely tipped you, I really needed it.
add_filter(‘get_search_form’, ‘my_search_form_text’);
function my_search_form_text($text) {
$text = str_replace(‘value=”Search”‘, ‘value=”Click me”‘, $text); //set as value the text you want
return $text;
}`
Hello,
I have the Post Type Search module (in Divi) on a test page, and have selected Events as the CPT. My Events listings include: Title, Date, and an Excerpt.
What CPT data is being searched with this plugin? Searching a date, i.e., August, does not return any results. Does the module only search Title, and Excerpt? Can it search Event taxonomies? Does it search the content of Events?
Thanks.
Brian
]]>Can I make the search bar to add results for posts and tags as well
]]>Good Morning. After the last update yesterday or today, not filter the post types search well. That is, If I only include the projects, they only show me the posts. If I filter by pages, they also show me post. I think that with the update the option to include which post type you want to filter has been broken.
]]>Hello
I use your plugin for the top of this sites search.. but the search button and bar do not display right now matter what I or the help at elegant themes try with the css. desktop to mobile. They suggested I see if you need to update your plugin to the latest theme updates from divi?
]]>I just installed this plugin for the first time as a result of a course I took with Nelson from Pee-Aye Creative who recommended this module. But I noticed a warning about compatibility with DIVI. I’m still building up my CPT pages, so I would appreciate the author to let me know if is this his intention to update it, if I should look for another solution or just ignore the warning.
Thank you ??
]]>Is it possible to search WooCommerce Products with this plugin?
]]>Hello!
Thank you for this wonderful work! I just tried using the plugin and it does show a result based on the query string. In my case, I did a search for ecommerce and it presented the eCommerce page I created on the result.
What I wanted to do is to list down writers under ecommerce category.
If it’s not too much to ask, please inform me which part of the source codes I should focus and work on to customize the results page.
Thank you!
Sincerely,
Sam.
Hi,
I’m currently working on a local site and just tried your plugin. Unfortunately, with the current versions of Divi and WP at least, every existing post type is included in the search results.
It seems to be due to the fact that the shortcode for the included types is using a mix of “on” strings and empty strings, whereas the pre_get_posts hook looks for “off” strings to remove any unused type. But since the value is either “on” or empty, it never excludes any post type from the query.
I don’t know if this was just a mistake or an update in Divi multiple checkbox handling. Anyway, I think you should be able to fix it quite easily. Do you plan to release an official update soon ?
Best regards,
Fred
Is it possible to search just certain categories of posts?
]]>Hi!
Just wondering if there are plans to update the app for the new versions of WordPress and Divi. Just installed the plugin and the most important functionality is stripped out by the new versions.
Thanks so much! If working this plugin would solve a relatively large problem for me ??
]]>Unfortunately, my site is still in the staging environment and I cannot contain a link. I have project pages that I would like to display in my search results. The problem I am having is my menu for my search results page are the results displayed containing my project menu for all the project pages all my search results. Is there a way to only have the title of the page displayed.
]]>I just installed and tried to add module to a page to search Projects. When I published the page I get a 500 error and can no longer access/edit the page.
]]>