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

Reply To: Errors in pro version and https problem

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Errors in pro version and https problem Reply To: Errors in pro version and https problem

#11231
RedrawnRedrawn
Participant

Hi Ernest,

thanks a lot: Worked like a charm, everything’s fixed!

I just added the following line to your asp_fix_https()-function. so that the user is directed to the correct URL when clicking a search result:

[php]$v->link = str_replace( ‘http:’, ‘https:’, $v->link );[/php]

Best regards and have a good weekend,

Wolfram