Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Few functionality question
This topic contains 1 reply, has 2 voices, and was last updated by Ernest Marcinko 7 months, 3 weeks ago.
- AuthorPosts
- August 9, 2022 at 10:04 am #38775
Hi
I have few more questions for this site that im using your great plugin.1. In this page i have the search running: https://tportmarket.com/all-films/
see in pict 1, it i type this keyword LGBTQ in the keyword filter (texamony), than i get all the post that has this work selected in them, but i also get all the post that don’t have any word selected in them. how i can remove these unrelated results?2. See image 2
Is there an option to right click on a search result item and get open in new tab in the right click menu?
i know there is an option to do that when you click on the item, but i need it in the right click option3. Is there an option to open a popup with info from the post when click on an icon in the search results item?
i know that i need to develop that, but can i add a button that will open a popup with the post id, so i can call the info from there (out side from the result item)thanks
Attachments:
You must be logged in to view attached files.August 9, 2022 at 2:27 pm #38786Hi,
1. Those might be results not having any of that taxonomy. You can turn them off by this option: https://i.imgur.com/M0IslWO.png
Best,
2. Because the results are a “div” HTML element, and have event handlers attached to them to handle the clicks. Right click will work with the vertical/horizontal result layouts, but this isotopic layout has more complex functions.
3. Well, you can either use the advanced title/content features to add custom elements, as well as the results templating if needed. I only recommend doing a pop-up feature if you have extensive knowledge in custom coding, especially javascript and HTML, as event handlers have to be adjusted.
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
- AuthorPosts
You must be logged in to reply to this topic.