Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Not displaying at all with Event Manager and BuddyBoss. › Reply To: Not displaying at all with Event Manager and BuddyBoss.
You are very welcome!
The change I made was to the following ajax search pro plugin file: wp-content\plugins\ajax-search-pro\includes\classes\core\class-asp-actions.php
I have disabled the following lines (44-55):
[php]
array(
"action" => "save_post",
"handler" => array("IndexTable", "update"),
"priority" => 999999998,
"args" => 3
),
array(
"action" => "wp_insert_post",
"handler" => array("IndexTable", "update"),
"priority" => 999999999,
"args" => 3
),
[/php]
Thank you for opening a ticket with them as well, they might know better, and I’m curious if there is anything I’m doing wrong or not knowing.
I will keep this ticket open in case something comes up 🙂
Also, if you like the plugin, feel free to rate it on your codecanyon downloads page, it’s greatly appreciated.