Hi there.
I installed JS Social Slider. I'm working with joomla 3.6.5 gavick template Title and when multiple social tabs are being used, only the first tab works.
http://www.igctegucigalpa.com/Also installed jquery easy plugin and setup per your directions page.
The provider JS says:
You should write to your template provider because gk_scripts.js is making conflict.
jQuery(document).ready(function() {
if(jQuery(document.body).hasClass('preloader-disabled')) {
preloader_state = false;
}
jQuery('a').on('click',function(){
if(jQuery(this).attr('href').substr(0,7) === 'mailto:') {
ignore_onbeforeunload = true;
} else {
ignore_onbeforeunload = false;
}
});
});
Can you help me?