Tagged: gallery
Hey guys,
I am building out a wedding blog for a client using Enfold and they hate the functionality of the galleries – they don’t want the image to change on hover, rather, they want it to change on a click.
http://simplyblue.sodaserver.com/portfolio-item/anna-joetraverse-city-mi/
Any way that I can change that?
Hi Andrea!
Open up enfold/js/shortcodes.js and replace:
gallery.on('mouseenter','.avia-gallery-thumb a', function()
with
gallery.on('click','.avia-gallery-thumb a', function()
Cheers!
Peter
Thank you soooooo much! It works great now!