Hi,
there are some issues that I’m having with three elements listed in the topic.
Collapsible content panels are not functioning on the mobile devices and the font is too big, this is the link with one of the pages containing it (visualize it on your Android device): http://www.mediana.com/en/xcontract/
Tabbed content on the desktop view has a scattering movement upon the upload of the segment, same page as the above. Here you gave ma a code string to improve it but it doesn’t function anymore:
jQuery( function($) {
$('.vc_tta-tab a').on('click', function( e ){
setTimeout( function() {
$('html, body').stop().stop();
}, 100 );
});
$(document).ready(function() {
$('.vc_tta.vc_general .vc_tta-panel-title > a, .vc_tta.vc_general .vc_tta-panel-title > a, .vc_tta-tab a').off('click touchstart touchend');
});
});
And pageable container at this page, at the bottom: http://www.mediana.com/en/
has also scattering movement upon the upload of a section and also here you’ve passed me some code:
jQuery( function($) {
$(document).on('click', '.vc_tta-container .vc_pagination-trigger', function( e ){
$('html, body').stop();
});
});
Waiting for your kind answer.
Regards,
Anita