Slicks

One of the first things an angler new to fishing for speckled trout learns is to look for “slicks” and that sweet watermelon smell. Slicks, as the name says, are oils released from prey species. “Slicks are dead giveaways to […]

Slicks Read More »

jQuery(document).ready(function($) { function fixSlickAria() { $('.slick-slide').each(function() { if ($(this).attr('aria-hidden') === 'true') { $(this).attr('tabindex', '-1'); } else { $(this).attr('tabindex', '0'); } }); } fixSlickAria(); $('.uael-grid-gallery').on('afterChange', function(event, slick, currentSlide){ fixSlickAria(); }); });