Forum Replies Created
-
AuthorPosts
-
February 14, 2024 at 11:19 pm in reply to: Random Results doesn't work with Index Table on 4.26.3 #46952
adam-polyaire89
ParticipantHi Ernest, just wanted to say thank you for the update to 4.26.4, it is all working great with the random results function now. Thanks 🙂
February 13, 2024 at 8:03 am in reply to: Random Results doesn't work with Index Table on 4.26.3 #46909adam-polyaire89
ParticipantHi Ernest
Yes this fixes the issue on our Staging site. Thank you. We are using PHP8/8.1 incase that has any bearing on this. For our live sites we’ll keep using the Is this something that can be addressed in a future update?
Regards
AdamFebruary 12, 2024 at 1:43 pm in reply to: Random Results doesn't work with Index Table on 4.26.3 #46897adam-polyaire89
ParticipantYou cannot access this content.
adam-polyaire89
ParticipantThank you, this worked perfectly. Great
adam-polyaire89
Participantthank you, is it possible to change this, code so that it only applies to 1 Ajax search, eg, just [wd_asp id=2]?
// Remove the line below, if you don't want to affect the Live results list add_filter( 'asp_results', 'asp_custom_link_results', 10, 4 ); // Remove the line below, if you don't want to affect the results page add_filter( 'asp_noajax_results', 'asp_custom_link_results', 10, 4 ); function asp_custom_link_results( $results, $search_id, $is_ajax, $args ) { // Replaces each result URL with this $replace_with = 'https://google.com'; // --- DO NOT CHANGE ANYTHING BELOW --- foreach ($results as $k=>&$r) { // Ajax results link if ( isset($r->link) ) { $r->link = $replace_with; } // Results page link if ( isset($r->asp_guid) ) { $r->asp_guid = $replace_with; } } return $results; }adam-polyaire89
ParticipantPerfect, worked well
March 24, 2023 at 4:18 am in reply to: No Results text Not formatting correctly since latest version #41944adam-polyaire89
ParticipantHi Ernest, that worked, very good. Thanks for your help, and thanks for a great plugin it is really good. Bee using it for 3 years and love it.
adam-polyaire89
ParticipantHi in the private reply I’ve sent the access for the wordpress details on our staging site. I can’t give you FTP access as I can’t access that myself. Please let me know if anything else I can supply to help with fixing.
adam-polyaire89
ParticipantYou cannot access this content.
adam-polyaire89
ParticipantHi, we have tried on the front end and it is the same problem. This problem with the index happens on our staging site with no caching tools or plugins, and on our live site when we turn the cache off. I have just tested to index titles and content as well, and that doesn’t work with the index either. When we generate the index, it says it is generating keywords, but it doesn’t work. If i roll back the staging site to 4.23, it works, but when I update to 4.24.1 t doesn’t.
I just tried installing this on a local install with MAMP and blank wordpress and it appears the issue is there as well. I can give you access to our staging site to test?
adam-polyaire89
ParticipantOk, thank you for your help with all my questions. Does this out of number order indicate a problem or is it just normal? Kind regards, and thank you for your time helping us
adam-polyaire89
ParticipantHi, it is both mobile and desktop. It can be slightly seen not zoomed in. Do I need to syncronise settings between
Search box border
Search input field border
Magnifier-icon borderCurrently I just have border settings in Search box border
October 30, 2021 at 9:23 am in reply to: White Bubble appearing over ajax search pro Ios 15.1 #35412adam-polyaire89
ParticipantThank you, does this need to be entered in the plugin custom CSS? I will be able to try this on my site monday.
October 30, 2021 at 9:14 am in reply to: White Bubble appearing over ajax search pro Ios 15.1 #35409adam-polyaire89
ParticipantHi Ernest
Sure, please see attached. The First Input test has the issue, the second input test does not have the issue.October 30, 2021 at 12:39 am in reply to: White Bubble appearing over ajax search pro Ios 15.1 #35405adam-polyaire89
ParticipantHi Ernest
Please see screen shot taken on ios 15.1 of your site, showing same issue. The photo shows the same issue in chrome on a laptop next to the phone. -
AuthorPosts