• 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.jpg

    Right 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)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hi,

    So I see that this problem appears only for product gallery. Please remind me what plugin you are using to create this image gallery.

    Regards

    Thread Starter freddyeee

    (@freddyeee)

    this plugin:

    Product Gallery Slider for WooCommerce – Twist

    Plugin Author ILLID

    (@mihail-barinov)

    Please tell me your theme name. And what appears if you disable the code snippet above?

    Regards

    Thread Starter freddyeee

    (@freddyeee)

    I’ve just noticed that the code snippet wasn’t neccesary.
    Now the only issue is that on the homepage the labels appear on the top left, but I set them to appear at the bottom left, they appear in that position in every other page.

    how to fix that ?

    https://snipboard.io/BP6TIG.jpg

    Thread Starter freddyeee

    (@freddyeee)

    any idea how this issue be fixed ?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Plugin issue’ is closed to new replies.