• Resolved Samir Padhan

    (@sparrow18)


    HI

    Thank you for this amazing plugin. I tried testing it and so far I’m impressed with it. However there is an issue bugging me. The labels are showing on custom HTML images that I have added using elementor. for example I have added payment icons below add to cart button in product page. Now the labes are showing below the payment icons too. Please check it with the link I have provided.\

    Theme name: Woodmart

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author ILLID

    (@mihail-barinov)

    Hello,

    I have one solution for you that can help. But in this case you will need to make some plugin code changes.

    So please open advanced-woo-labels/includes/modules/class-awl-elementor.php file, find and remove following lines

    $hooks['on_image']['archive']['elementor/image_size/get_attachment_image_html'] = array( 'priority' => 10, 'type' => 'filter', 'callback' => array( $this, 'get_attachment_image_html' ), 'args' => 1,  'js' => array( '.elementor-post__thumbnail__link' ) );
    $hooks['before_title']['archive']['elementor/image_size/get_attachment_image_html'] = array( 'priority' => 11, 'type' => 'filter', 'js' => array( '.elementor-post__title', 'before' ) );

    Regards

    Thread Starter Samir Padhan

    (@sparrow18)

    Thanks for the wordaround. Removing the two lines solved the issue. Now earlier the label was aligned below the image (above product title) which was looking nice. After removing the code the label is a little ugly. Please see the link.

    https://www.morwynna.com/shop/

    Thread Starter Samir Padhan

    (@sparrow18)

    UPDATE:
    I have managed to solve the spacing using CSS.

    Thank you so much for this plugin and your support.

    Plugin Author ILLID

    (@mihail-barinov)

    Glad to help.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Label showing on wrong places’ is closed to new replies.