This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Forum Replies Created

Viewing 15 posts - 1 through 15 (of 16 total)
  • Author
    Posts
  • in reply to: Random Results doesn't work with Index Table on 4.26.3 #46952
    adam-polyaire89adam-polyaire89
    Participant

    Hi 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 🙂

    in reply to: Random Results doesn't work with Index Table on 4.26.3 #46909
    adam-polyaire89adam-polyaire89
    Participant

    Hi 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
    Adam

    in reply to: Random Results doesn't work with Index Table on 4.26.3 #46897
    adam-polyaire89adam-polyaire89
    Participant

    You cannot access this content.

    in reply to: Custom URL for Results #45487
    adam-polyaire89adam-polyaire89
    Participant

    Thank you, this worked perfectly. Great

    in reply to: Custom URL for Results #45470
    adam-polyaire89adam-polyaire89
    Participant

    thank 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;
    }
    in reply to: Custom field as Title in Search results #45469
    adam-polyaire89adam-polyaire89
    Participant

    Perfect, worked well

    adam-polyaire89adam-polyaire89
    Participant

    Hi 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.

    in reply to: Index Table not working in 4.241. #40249
    adam-polyaire89adam-polyaire89
    Participant

    Hi 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.

    in reply to: Index Table not working in 4.241. #40248
    adam-polyaire89adam-polyaire89
    Participant

    You cannot access this content.

    in reply to: Index Table not working in 4.241. #40244
    adam-polyaire89adam-polyaire89
    Participant

    Hi, 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?

    in reply to: Change the order of Search instances on Back End #35421
    adam-polyaire89adam-polyaire89
    Participant

    Ok, 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

    in reply to: Safari incorrect radius display on corners #35419
    adam-polyaire89adam-polyaire89
    Participant

    Hi, 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 border

    Currently I just have border settings in Search box border

    in reply to: White Bubble appearing over ajax search pro Ios 15.1 #35412
    adam-polyaire89adam-polyaire89
    Participant

    Thank you, does this need to be entered in the plugin custom CSS? I will be able to try this on my site monday.

    in reply to: White Bubble appearing over ajax search pro Ios 15.1 #35409
    adam-polyaire89adam-polyaire89
    Participant

    Hi Ernest
    Sure, please see attached. The First Input test has the issue, the second input test does not have the issue.

    in reply to: White Bubble appearing over ajax search pro Ios 15.1 #35405
    adam-polyaire89adam-polyaire89
    Participant

    Hi 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.

Viewing 15 posts - 1 through 15 (of 16 total)