Forum Replies Created
You must be logged in to create new topic or reply to the topic. Click To Login
- AuthorPosts
- October 22, 2025 at 11:18 AM in reply to: Function _load_textdomain_just_in_time was called incorrectly #26384
I hope you are well today, and thank you for your question.
We have responded as below.
Function _load_textdomain_just_in_time was called incorrectly.
Best regards,
Ivory Search SupportI hope you are well today, and thank you for your question.
Yes, there is an option “Search post title” under Extras and that applies to all post types including pages.
Best regards,
Ivory Search SupportI hope you are well today, and thank you for your question.
The Ivory Search plugin supports PHP version 5.2.4 or higher.
It supports all the latest PHP versions so you don’t have to worry about it.
Could you please share me the screenshot of the screen where you get Compatibility Checker warning message so I can help you?
Best regards,
Ivory Search SupportThe issue is resolved in the latest released plugin version 5.5.12 so please update the plugin to the latest version on your website.
You have to develop custom code to add pages that don’t have the meta.
Sorry, currently there is no other option.
I hope you are well today, and thank you for your question.
The fuzzy matching only works for starting or ending missing characters.
Please try using synonyms as described below.
Best regards,
Ivory Search SupportPlease try using the below code and change the “meta_key_name” in the code.
function func_is_pre_get_posts( $query ){ $query->set( 'meta_key', 'meta_key_name' ); } add_action('is_pre_get_posts', 'func_is_pre_get_posts');September 12, 2025 at 5:50 PM in reply to: Replacing default WordPress searchform on results page #25998Hi André,
I hope you are well today, and thank you for your question.
You can control the functionality of the default search form from the path below.
Admin Area -> Ivory Search -> Search Forms -> Default Search Form
Best regards,
Ivory Search SupportCould you please tell me where you have used the below code on your website?
You have to change the “meta_key_name” in the above code.
- AuthorPosts
You must be logged in to create new topic or reply to the topic. Click To Login