Warning: Use of undefined constant closed - assumed 'closed' (this will throw an Error in a future version of PHP) in
/home/codenega/public_html/wp-content/themes/codenegar/functions.php on line
171
|
Hi,
I’m testing the functionality of the Auto Suggest with HTTPS and is not working correctly. Could you help me out please? Credentials are listed under – pricate data.
Thank you kindly for your time.
Regards,
Rick
|
|
Hi,
Thanks for contacting.
I can’t access your website. It shows “Under Construction” message.
The plugin has been tested with HTTPS connection and it works.
What is the exact problem? Does it show an error message? Is the problem about mixed content SSL error?
Please let me know more info about the situation.
Make sure there is no conflict, deactivate all plugins one by one and check if the plugin has started working or not.
Change your theme to another default theme and check again.
I need to know which part is causing the problem to be able to help you.
Thank you.
|
|
Hi Farhad,
Thank you for your assistance.
The problem is that the form is not auto-populating results as I type in a product name. Once I type the product name and hit enter, it takes me to the standard product search results page. I’ve attached a screenshot, for your review. This never happened until a) I went from HTTP to HTTPS, b) updated the Auto Suggest plugin from version 1.8 to 1.98 and c) updated Woocommerce from Version 2.3.10 to 2.4.4
Also, if you click on the lock on the right hand side of conspecmaterials.com, it will expand leftwards and ask for your credentials.
Thank you again for your help, I appreciate it.
Rick
|
|
Hi,
You are right, there was a compatibility issue about WordPres is_ssl function.
I have modified the AJAX AutoSuggest plugin on your website, the changes will be published in the next version.
You can also add some CSS code to your WordPress to make suggestion perfectly align.
Here is what I can suggest:
.ajax_autosuggest_suggestions{
margin-left: -19px;
margin-top: -25px;
}
Add custom CSS in the provided field in the plugin options page.
Thanks.
|
Write a reply