Hello,
We meet some trouble about using DV Team plugin with The X.
We already seen the Topic about the subject and we already used the following JS code :
jQuery ( function($) {
function un_register_touch_event() {
setTimeout( function() { $( ‘#TeamInterfaceTransport-section a’ ).off(‘touchstart touchend’); }, 300 );
}
$(document).ready(un_register_touch_event);
$(window).load( un_register_touch_event );
} );
But it still doesn’t work on iPad and mobile.
We can clic on the team member, then we can close the team member presentation sidebar, then the screen is freezing !
Could you help us to fix this issue please ?
Thanks in advance,
Regards
Kosmoss Team