I have auto populate results but i dont see the them. i thought that it is a jquery conflict, but i tried to remove all scripts and it didn’t help.
what can i do?
Looking at the linked page source, the plugin stylesheets and scripts are completely missing from the site header/footer.
The most likely cause of these are the missing mandatory wp_head() and wp_footer() function calls in the theme header and the theme footer files.
I recommend checking those first, without them no plugin (nor the WordPress core) can enqueue it’s style and script files.