How can I remove the lightbox functionality completely? Also, the hover states on portfolio items. I'd like them not to be clickable once the project is open.
Cheers.
How can I remove the lightbox functionality completely? Also, the hover states on portfolio items. I'd like them not to be clickable once the project is open.
Cheers.
remove the link to the image or chose ''no link'' in the option on each image for the slide show
You can also edit avia.js - open up js/avia.js and delete following code to deactivate the lightbox:
//activates the prettyphoto lightbox
if(jQuery.fn.avia_activate_lightbox)
jQuery('body').avia_activate_lightbox();
//activates the hover effect for image links
if(jQuery.fn.avia_activate_hover_effect)
jQuery('body').avia_activate_hover_effect();Cheers guys - both a great help.
You must log in to post.