Forum Replies Created
-
AuthorPosts
-
Ernest Marcinko
KeymasterYou are very welcome and thank you for your kind words 🙂 If you like the plugin and have not rated already, feel free to leave a rating on the wordpress plugin repository, it’s greatly appreciated and helps me tremendously.
Unfortunately as I mentioned that page is independent from the actual results page and the override will most likely do nothing there – it looks like a specialized filter module of a different plugin.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterMy bad, I forgot to mention that the redirection must be explicitly set to the custom URL. I logged in and did it for you: https://i.imgur.com/zhiqNSL.png
Ernest Marcinko
KeymasterYou cannot access this content.
November 22, 2024 at 11:53 am in reply to: Gtranslate in ajax search shows not the translated search results #51983Ernest Marcinko
KeymasterHi Matthias,
We have contacted gTranslate support a couple of months back, unfortuntely they have no API, or any way to trigger translations, nor any way to access them. What I have been told is that the plugin acts only as a proxy to the translation server.
It is very unfortunate, as we wanted to make the translations searchable, but since they are not possible to access in any way, it is not possible by any plugin to do it. We hope that they add some way to make that possible in the future.The only way to do it right now is exactly what they suggest.
Try adding this code via the Code Snippets plugin or to the functions.php file in your theme/child theme directory – make sure to have a full server back-up first for safety. For more details you can check the safe coding guidelines.
add_filter('asp/ajax/headers/content_type', function($content_type) { return 'text/html'; });This should do the trick.
Ernest Marcinko
KeymasterHi,
Thank you very much for all the details, it helps a lot!
Everything seems to be all right on my end, I’m getting images after filtering at the moment: https://i.imgur.com/gZdQsMS.png
Was the issue resolved by now? If so, can you tell me what was wrong?a
Ernest Marcinko
KeymasterAll right 🙂 I will close this and mark as resolved.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterHi Kimberly,
Relevance can be affected by many many factors, but the most likely one is priorities. I recall you asked about prioritizing certain results. If you implemented individual or group priorities, those will override the relevance as expected, and very likely explain the issue.
Ernest Marcinko
KeymasterHi!
Exactly – that is the only possible way to do it. Usually I don’t recommend trying to have multiple results pages, as WordPress is not built for that in general, and these “bypass” solutions don’t always work as intended.
Ernest Marcinko
KeymasterHi,
I have added it to the invoice, please download below.
Ernest Marcinko
KeymasterYou are very welcome!
Ernest Marcinko
KeymasterHi,
The support date was only a minor label issue, I made a correction on the products page script, now it should show “Lifetime” correctly. Thank you very much for letting me know.
Yes, it is possible to use the plugin in a template. Use the PHP version of the plugin shortcode within a template like so:
<?php echo do_shortcode('[wd_asp id=1]'); ?>For each search bar you can find this PHP version of the shortcode by clicking this toggle, then copying it from here.
I hope this helps!
November 21, 2024 at 11:25 am in reply to: The request failed. Please check your connection! 403 #51943Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterHi Kath,
Sort of, yes, I think it’s doable.
While the search override may not trigger because of the custom page, you can definitely send the search to redirect to that page and let the other search do it’s thing.
To do that, go to the Search Behavior -> Magnifier and Return actions menu, and set the custom redirect URL to this:
jobs/?jq={phrase}If all goes well, the plugin will redirect to the jobs search page, with the pre-populated search query.
-
AuthorPosts