Forum Replies Created
-
AuthorPosts
-
Ernest Marcinko
KeymasterSure! I will check it for you.
Ernest Marcinko
KeymasterOh I see, you don’t have it enabled for the tablet width but for mobile, but that only triggers below 640px by default.
No worries, just make sure to change the mobile width breakpoint to 769 here: https://i.imgur.com/2ZukjEJ.png
That will do the trick.
Ernest Marcinko
KeymasterIf you only resize it, then it will not trigger the update. If you refresh the browser after manual resize, then you should get the apparent output as on mobile.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterHi,
Thank you very much for the details!
I have tried on the suggested device, but it seems to be all right on my end, please see this test: https://www.youtube.com/shorts/vpW16Xoy59A
Just to be sure I have tested on 2 different IOS devices, but on both cases the search opens immediately.Please check if you are using any 3rd party extensions or anything that could interrupt the input. Pleaase make sure to clear the device cache too.
If your phone runs IOS 26, it reportedly has some animation related issues on some models which apple is going to fix in the next update, so that could also be in relation if it happens on your device.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterNo worries, I have not forgotten 🙂 I have been busy with some updates, will check this as soon as I can.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterYou cannot access this content.
Ernest Marcinko
KeymasterOh I see, so It needs to add the “faq-item-” as prefix. Try this:
add_filter( 'asp_results', function ( $results, $id, $is_ajax, $args ) { if ( $id != 6 ) { return $results; } $to_hash = function ( $str ) { $str = preg_replace('/\s+/', '-', strtolower($str)); return preg_replace('/[^A-Za-z0-9\-]/', '', $str); }; // -- Do not change anything below -- foreach ( $results as $k => $r ) { $r->link = 'https://www.nevadainsuranceenrollment.com/questions-faq/health-insurance-faq/#faq-item-' . $to_hash($r->title); } return $results; }, 10, 4 );September 21, 2025 at 12:36 pm in reply to: Not able to replace default theme search with Ajax search pro #55513Ernest Marcinko
KeymasterHi Joel,
It greatly varies from theme to theme unfortunately. The default search form should be within the
searchform.php file in the theme directory. I recommend checking that first. If the theme search is in the header or footer, then sometimes they place it into theheader.phpforfooter.phpbut that is very rare.September 19, 2025 at 12:05 pm in reply to: Request to Modify Search Result Structure and Improve Performance #55509Ernest Marcinko
KeymasterYou cannot access this content.
-
AuthorPosts