Hello,
I would like to remove the Ajax search Pro setting from “Add Item” page from the backend (see attachment) because the client wants to stick with the WP tags and categories. But keeps the main Ajax search function.
Could you please help me with that?
Thank you.
On the top of the screen, if you hit the ‘Screen options’ menu, you can hide those options, by unchecking the ‘Ajax Searhc Pro settings’ checkbox, like so: http://i.imgur.com/pX34vVi.png
Hello,
thank you for your response.
yes i am aware with this option but if you notice in the attachment i remove the Screen options because its a user page and i need to remove “Ajax search box” by default.so the user doesn’t have to remove it manually.
is there any code for that?
thank you.
Yes, you can actually remove it by either using this code in the functions.php file in the theme directory (copy from line 3):
..or if that does not work, then deactivating it manually by disabling line 225 in file wp-content\plugins\ajax-search-pro\includes\classes\core\class-asp-manager.php :