Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › No content when redirec to search page
This topic contains 6 replies, has 2 voices, and was last updated by Ernest Marcinko 6 years, 11 months ago.
- AuthorPosts
- December 14, 2016 at 5:49 pm #11274
hi..
when i try to search a word in costum field i can see the correct results in search dropdown, but after press enter this redirect to the search page, but no results apear?
POST TYPE – business
COSTUM FIELD – listing_campotagTry to do a search with this word – Baile
Can you help me Please
Thanks
Carlos Costa
-
This topic was modified 6 years, 11 months ago by
Carlos Costa.
December 15, 2016 at 12:33 pm #11281Hi Carlos,
Thank you for the proper details, it helped me a lot!
You had the search override de-activated, meaning that the plugin only did a redirection to the results page. I’ve activated it on the General Options -> Behavior panel, now it should be okay.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
December 15, 2016 at 11:07 pm #11286Hi Ernest..
Thanks for the help.. I Already tried this configuration, but had errors in debug. I know you changed the code, thanks for this.
And everything is work ok, but i need your help for this:
When i submit a search the POSTS IN THE REDIRECTED PAGE from results must apear in the map, Can you help me with this.
for example when you search “BAILE” the results are 2 posts, so these 2 posts must apear in the map.
Please..
Thank You
December 16, 2016 at 2:37 pm #11289Hi,
You might have to ask the map plugin author, or if it’s integrated then the theme author on how to append items there via code. Then I might be able to help you put together a filter function to somehow put the items there.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
December 21, 2016 at 11:54 pm #11343hi… this is the reply from the author theme..
“Map uses AJAX query and checks the arguments in the request query. You can hook into its arguments using inventor_filter_params WP filter.”
You can see more here
http://inventorwp.com/documentation/developer-guide/filters.html
Can You Help Me please, thanks a lot
Carlos
December 22, 2016 at 11:24 am #11344Hi Carlos,
Thank you, this helps, but unfortunately that’s not enough information yet.
The filter works, but adding a ‘post__in’ argument with a list of posts does not limit the map results to the post IDs. There is also no information about the possible arguments in their documentation. Can you please ask how to limit the results on map to specified post IDs?
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
December 22, 2016 at 11:58 am #11345Nevermind, I have found a different solution.
I’ve added a nice amout of code to the bottom of the child theme functions.php file under the:
/*************** AJAX SEARCH PRO MAP INTEGRATION **************/
section. You can check it if you want to.
Please note that this is way beyond regular support, as this qualifies as customization, so I cannot guarantee it will work properly every time.
Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
-
This topic was modified 6 years, 11 months ago by
- AuthorPosts
You must be logged in to reply to this topic.