Divi theme – Resolve javascript conflict with parent theme on wordpress child theme
I've built a child theme of Divi Theme to use with Buddypress. So far so good, except for a script conflict on commenting buttons. The theme load a javascript (js/custom.js at 2642:2662) with the following function: $( 'a[href*=#]:not([href=#])' ).click( function()…