Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Implementing Shortcode Into Theme › Reply To: Implementing Shortcode Into Theme
July 29, 2016 at 11:59 am
#9630
Hi!
I think I have found something. The theme uses the same filter to override the search form. It’s probably executed later then the plugin filter, so it’s simply overwritten.
Can you try disabling line 341, which should be:
add_filter( 'get_search_form', 'road_search_form' );
to disable, change that to:
//add_filter( 'get_search_form', 'road_search_form' );
or you can remove it, if you prefer that. Let’s hope this changes something.
Best,Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)