Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Plugin conflict with Scripts to Footer › Reply To: Plugin conflict with Scripts to Footer
July 8, 2013 at 11:05 am
#488
Hi!
I can see the problem now. The solution would be if you add the following line to the header.php file in your template file:
<script src="://testing.quehaypahacer.com/wp-content/plugins/ajax-search-pro/js/jquery.ajaxsearchpro.min.js"></script>
As for the box that is appearing, it’s coming from the template css files, but there is a simple solution for that. Add these lines also to the header.php file:
.probox .loading {
border: none !important;
opacity: 1 !important;
padding: 0 !important;
position: static !important;
z-index: 10100;
}
-
This reply was modified 9 years, 1 month ago by
Ernest Marcinko. Reason: fix
-
This reply was modified 9 years, 1 month ago by
Ernest Marcinko.
-
This reply was modified 9 years, 1 month ago by
Ernest Marcinko.
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)



