-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Woocommerce prettyphoto lightbox broken #14
Comments
WooCommerce initiate two script to enable the lightbox in
Possible fix, add following code shown to your functions.php:
|
See also bassjobsen/wp-defer-loading#14 prettyPhoto-init is not only dependent of jquery, but also of prettyPhoto. The dependency of prettyPhoto is not set.
See also bassjobsen/wp-defer-loading#14 prettyPhoto-init is not only dependent of jquery, but also of prettyPhoto. The dependency of prettyPhoto is not set.
When running the plugin with WooCommerce and the lightbox enabled the javascript is broken.
The error:
TypeError: e(...).prettyPhoto is not a function
The text was updated successfully, but these errors were encountered: