Thank you for submitting your information request for Meet the Midwives! Please expect an email from me within the next couple of days with the details for your upcoming visit with the Midwives. – Mandy, on behalf of the Katy Birth Center team
(function($) {
//remove a tag from ngg slideshow images to prevent redirecting to image file
$('.ngg-gallery-slideshow-image img').each(function(){
$(this).unwrap('a');
});
// add slide next when the image is clicked to replicate the old ngg slideshow function
$('.ngg-slideshow').click(function(){
$('.ngg-slideshow').slick('slickNext');
});
})( jQuery );