Viewing 2 reply threads
Viewing 2 reply threads
- You must be logged in to reply to this topic.
Build with IDX Broker › Forums › WordPress › Omnibar search widget open in a new window/tab
Tagged: Omnibar search
Hello,
Can anyone recommend a way (if possible) to have the IDX omnibar search results page open in a new window. I was thinking it might be possible with javascript, but not sure because of the url structure.
If not, I can add this to enhancement requests (and have already done that on github).
Thanks!
You could try changing the gotoresults() function to use window.open instead of window.location in the idx-omnibar.js file.
https://github.com/idxbroker/wordpress-plugin
However this will be replaced if you update in the future.
Thanks Antonio. I don’t want to modify the core plugin, so I added a feature request on Github.