Much of the time I only have one image and it seems pointless to have the lightbox for my site. How can I disable this function in the theme?
Thanks!
Much of the time I only have one image and it seems pointless to have the lightbox for my site. How can I disable this function in the theme?
Thanks!
Hi lindsayclineco,
Open up the header.php file located in your main theme folder. Search for
wp_enqueue_script( 'avia-prettyPhoto' );
and replace it with
/* wp_enqueue_script( 'avia-prettyPhoto' );*/
If your images still have links, they will open up in a new window by themselves so make sure to select "None" for the Link URL when inserting an image.
You must log in to post.