Plugin issue
-
Hi
I have this problem with the plugin, if I activate it, the label appears, but the first image of the product in the product page doesn’t.( see screenshot)
https://snipboard.io/jCm72I.jpgRight now the plugin is deactivated
I use this snippet code you gave me:
add_filter( 'awl_labels_hooks', 'my_awl_labels_hooks', 999 ); function my_awl_labels_hooks( $hooks ) { unset( $hooks['on_image']['single']['wpgs_before_image_gallery'] ); if ( class_exists( 'Twist' ) ) { $hooks['on_image']['single']['wpgs_end_of_gallery_items'] = array( 'priority' => 10 ); } return $hooks; }
The page I need help with: [log in to see the link]
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Plugin issue’ is closed to new replies.