Categories accordion issue with Divi theme
UPDATE
Since Salon Booking System 3.37.3 this issue has been fixed. No actions are required.
Some customers reported to us a little conflict with DIVI theme that affects the services categories of the front-end booking form.
Here the fix for this issue:
Inside your child theme you should call this script inside your footer usually inside the footer.php file :
<script> jQuery(function($){ $('.sln-panel-heading').unbind('click'); }); </script>
place it right after:
wp-footer();
In the most recent version of DIVI the script needs to be placed inside the
/wp-content/themes/Divi/js/custom.js
fle