find header.php for your theme and insert this code into it.
<script type="text/javascript">
jQuery(document).ready(function() {
setTimeout(function(){
jQuery('a#tab_1').on('click', function() { car_demon_switch_tabs(1, 7, 'tab_', 'content_') } );
jQuery('a#tab_2').on('click', function() { car_demon_switch_tabs(2, 7, 'tab_', 'content_') } );
jQuery('a#tab_3').on('click', function() { car_demon_switch_tabs(3, 7, 'tab_', 'content_') } );
jQuery('a#tab_4').on('click', function() { car_demon_switch_tabs(4, 7, 'tab_', 'content_') } );
jQuery('a#tab_5').on('click', function() { car_demon_switch_tabs(5, 7, 'tab_', 'content_') } );
jQuery('a#tab_6').on('click', function() { car_demon_switch_tabs(6, 7, 'tab_', 'content_') } );
jQuery('a#tab_7').on('click', function() { car_demon_switch_tabs(7, 7, 'tab_', 'content_') } );
},500);
});
</script>
Someone else posted this fix i just cant remember who sorry
how bout can it be done? if one was to pay to get it done.