Reply To: Implementing Shortcode Into Theme

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Implementing Shortcode Into Theme Reply To: Implementing Shortcode Into Theme

#9630
Ernest Marcinko
Ernest Marcinko
Keymaster

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 :)