1. williams
  2. Commercial Templates
  3. Thursday, 13 June 2019
  4.  Subscribe via email
I am building a website for an optometrist. They have requested that a 3rd party code be added in order to pull in testimonials from another site. The code appears to work, but it seems to conflict with the responsive menu. Does anybody have any idea on how to resolve this? The link to the site and the 3rd party script is included below. Thank you.

http://71.19.234.25/testimonials

<script src="https://code.jquery.com/jquery-1.11.0.min.js" type="text/javascript"></script>
<script src="https://www.doctible.com/v1/doctible.js" type="text/javascript"></script>
<script type="text/javascript">jQuery(function($) {
$('#doctible-review-widget').reviewWidget({
id: 'family-eye-clinic-centennial-co',
format: 'full'
});
});</script>
<div id="doctible-review-widget"> </div>
Accepted Answer Pending Moderation
0
Votes
Undo
Hello

Joomla already loads a copy of jQuery so maybe try removing the first line of the above code.

Ciaran
  1. more than a month ago
  2. Commercial Templates
  3. # 1
  • Page :
  • 1


There are no replies made for this post yet.
Be one of the first to reply to this post!