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
Keymaster
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 12 years, 11 months ago by
Ernest Marcinko. Reason: fix
-
This reply was modified 12 years, 11 months ago by
Ernest Marcinko.
-
This reply was modified 12 years, 11 months ago by
Ernest Marcinko.