Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Custom Fields are not visible and my setting button is not working
This topic contains 7 replies, has 2 voices, and was last updated by Ernest Marcinko 4 months ago.
- AuthorPosts
- October 4, 2022 at 10:25 am #39498
Hey i have tried to use the ajax search form created a custom fields that i may use to search for pages under the products page but i am succeeding in any way. Is there someting that am doing wrong?
October 4, 2022 at 12:13 pm #39499Hi,
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.
Best,
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.
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
October 4, 2022 at 1:24 pm #39501You cannot access this content.October 4, 2022 at 1:33 pm #39503Well, there is definitely something adding a “defer” tag on all of the scripts.
Best,
You can try changing the javascript source here: https://i.imgur.com/KDGHcQd.png
It may resolve the issue even if defer is enabled, but it’s best not to use deferin without proper script combine. If you use any custom code or a CDN, that could also change the final output to add the defer tags.
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
October 4, 2022 at 1:51 pm #39504You cannot access this content.October 4, 2022 at 2:32 pm #39505I have logged in to check, but the option was not changed as suggested. I have changed it for you, and the plugin started working immediately.
Best,
It should be all right now.
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
October 4, 2022 at 3:07 pm #39506You cannot access this content.October 5, 2022 at 9:09 am #39515You cannot access this content. Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
- AuthorPosts
You must be logged in to reply to this topic.