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

Reply To: Custom Fields are not visible and my setting button is not working

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Custom Fields are not visible and my setting button is not working Reply To: Custom Fields are not visible and my setting button is not working

#39499
Ernest MarcinkoErnest Marcinko
Keymaster

Hi,

The issue with the settings icon is caused by defered javascript – I am seeing a lot of errors in the javascript console about that. I generally only recommend defering javascript if you know which ones to combine, so they are not dependent.
Usually defering is activated via a cache/minify plugin, so you should look at the settings there to turn it off – or combine the script files first and then defer them, that will also work.
The search issue is very likely caused by this as well, as the whole plugin script is broken because of the defering issue.