This topic has 6 replies, 2 voices, and was last updated 9 years, 7 months ago ago by Eva Kemp
I want my single product page to scroll thru the images like the demo (which for some reason I can’t paste the link here) and NOT use the popup. I have disabled the popup under theme options, but that isn’t working. Thank you
Hello,
As I see there are arrows that allow to scroll through images on single product pages:
https://s3.amazonaws.com/fvd-data/notes/168674/1428657299-l0JD05/screen.png
Could you please clarify with more details?
Thank you.
Regards,
Eva Kemp.
Hi Eva – yes the scroll arrows are there but when the small image is clicked, it pops open a lightbox. I would like it to replace the larger image. Is that possible?
Thank you!
Hello,
Please provide us with wp-admin panel credentials in Private Content.
Thank you.
Regards,
Eva Kemp.
Here is my admin info
Hello,
I’ve added this code in functions.php of your child theme:
/* Remove WooCommerce styles and scripts. */
function woo_remove_lightboxes() {
// Styles
wp_dequeue_style( 'woocommerce_prettyPhoto_css' );
// Scripts
wp_dequeue_script( 'prettyPhoto' );
wp_dequeue_script( 'prettyPhoto-init' );
wp_dequeue_script( 'fancybox' );
wp_dequeue_script( 'enable-lightbox' );
}
add_action( 'wp_enqueue_scripts', 'woo_remove_lightboxes', 199 );
?>
Now lightbox isn’t shown.
Please clear browser cache and check.
Thank you.
Regards,
Eva Kemp.
Tagged: customizable, disable, lightbox, responsive, templates, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up