Home › Forums › WoodMart support forum › yith wishlist premium popup not opens › Reply To: yith wishlist premium popup not opens
December 11, 2018 at 1:56 pm
#95444
Artem Temos
Keymaster
Try to add the following PHP code snippet to the child theme functions.php file
add_action( 'wp_enqueue_scripts', 'woodmart_child_enqueue_scripts', 20000 );
function woodmart_child_enqueue_scripts() {
wp_enqueue_script( 'prettyPhoto-init' );
wp_enqueue_script( 'prettyPhoto' );
}