HEX
Server: Apache/2.4.58 (Ubuntu)
System: Linux ns3133907 6.8.0-86-generic #87-Ubuntu SMP PREEMPT_DYNAMIC Mon Sep 22 18:03:36 UTC 2025 x86_64
User: cssnetorguk (1024)
PHP: 8.2.28
Disabled: NONE
Upload Files
File: /home/bristolfilton.co.uk/public_html/wp-content/themes/Yegor/js/custom.js
jQuery(window).load(function() {


/* Back to top */

	// Animate the scroll to top
	jQuery('.go-top').click(function(event) {
		event.preventDefault();
		
		jQuery('html, body').animate({scrollTop: 0}, 300);
	})
	
	
    jQuery('#topmenu').mobileMenu({
			prependTo:'.mobilenavi'
			});		
	
/* grid */
	jQuery('.latest-posts .col-md-6:nth-child(2n)').after('<div class="clear"></div>');


/*Flexslider */

	jQuery('#slide').flexslider({
        animation: "fade",
        directionNav:true,
        controlNav:false,
        prevText:"",
        nextText:""
      });	


/*Carousal */	
	jQuery("#top-slider").carouFredSel({
	
	responsive: true,
	pagination  : "#top-page",
	scroll: 1,
	items: {
			width: 300,
			height:"auto",
			visible: {
				min: 1,
				max: 4
			}
	}
	
	});
	
/* Tabs	 */

	
	jQuery('#side-tab a:last').tab('show')
	
});