Forum Replies Created

Viewing 2 replies - 1 through 2 (of 2 total)
  • 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

    Thread Starter evilgenius79

    (@evilgenius79)

    how bout can it be done? if one was to pay to get it done.

Viewing 2 replies - 1 through 2 (of 2 total)