Forum Replies Created
-
AuthorPosts
-
June 24, 2025 at 9:30 am in reply to: Input Search Field Won’t Focus After Click Magnifying Glass – 2.0 #54496
Ernest Marcinko
KeymasterHi,
The script still works, the focus is removed by something else. I see a lot of minifed scripts and some errors in the console so it’s probably related to that. The proper solution would be to find out which one is triggered during the pop-up open and remove the incorrect handle that causes the issue.
I can suggest a different method, but there is no guarantee it will work whatsoever:
add_action('wp_footer', function () { ?> <script> jQuery(document).on('elementor/popup/show', ()=>{ setTimeout(()=>{ let input = jQuery('.dialog-widget .asp_m input.orig').get(0); input.focus(); input.setSelectionRange(0, 9999); }, 800); }); </script> <?php }, 999999);This should delay the focus by a bit, so could potentially override the incorrect blur.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterNo worries, we will figure this out.
Can you please go to the Ajax Search Pro -> Compatibility & Other settings submenu, and change the script loading method to “Classic”: https://i.imgur.com/sTPZQ1w.png
After that, please clear all layers of cache: page, minify, cloudflare etc..I just did a few tests and this seems to have resolved it on my end, I see the translations.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterHi,
The datepicker should follow the wordpress locale automatically, as it is a built in WordPress script, our plugin is only using it from WordPress core. Make sure that the locale is set correctly on your back-end. WordPress will automatically enqueue the translations.
The font should be inherent, but if for some reason it’s overridden by any 3rd party css, then try this custom CSS to force the font you want:
.asp-ui.ui-widget { font-family: 'Open Sans' !important; }June 23, 2025 at 7:41 am in reply to: Can we replace global search page with ajax search page #54481Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterHi,
Sure, no problem.
But just to answer your initial query, it is actually possible via the individual priorities feature. You can set the priority to 101 or higher on the post you want to stick to the top (whenever it’s matched).
June 22, 2025 at 11:48 am in reply to: Not able to filter by taxonomies within a custom post type – wp-job-manager #54474Ernest Marcinko
KeymasterThank you, I can access it now.
I tried a few variations, but I can’t tell for sure which items should show up, as I am only guessing. For example I tried Essex + LSA and I get these results, so it applies for sure. But I don’t know if there is any missing here.
My guess is that the checkbox logic might not suit your case, can you please try changin it here: https://i.imgur.com/V4AiwDq.png
I suspect that will resolve the issue.Ernest Marcinko
KeymasterYou cannot access this content.
June 19, 2025 at 12:45 pm in reply to: I want a refund – I want to connect this plugin to my divi CPT grid and no blog #54469Ernest Marcinko
KeymasterYou cannot access this content.
June 19, 2025 at 12:31 pm in reply to: I want a refund – I want to connect this plugin to my divi CPT grid and no blog #54467Ernest Marcinko
KeymasterYou cannot access this content.
June 19, 2025 at 12:04 pm in reply to: I want a refund – I want to connect this plugin to my divi CPT grid and no blog #54465Ernest Marcinko
KeymasterYou cannot access this content.
June 19, 2025 at 11:26 am in reply to: Not able to filter by taxonomies within a custom post type – wp-job-manager #54463Ernest Marcinko
KeymasterYou cannot access this content.
June 19, 2025 at 11:23 am in reply to: I want a refund – I want to connect this plugin to my divi CPT grid and no blog #54462Ernest Marcinko
KeymasterYou cannot access this content.
-
AuthorPosts