• Resolved jack_sparrow

    (@jack_sparrow)


    Hi,

    The plugin is real good and I plan to go for the premium version. Just one issue. The labels are not visible on single product.

    I am using xstore theme with shoplentor plugin for product pages.
    Please help.

    Thanks.

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter jack_sparrow

    (@jack_sparrow)

    Hi,

    I manged to show the label using a short code I found here: [awl_get_product_labels position=”on_image”]
    But again it shows outside the product image box. Any idea how to place it inside the image?
    Thanks.

    Plugin Author ILLID

    (@mihail-barinov)

    Hi,

    Please try to wrap that shortcode with a div tag. So the final result must look like that:

    <div style="position: absolute; top: 20px;">
    [awl_get_product_labels position=”on_image”]
    </div>
    Thread Starter jack_sparrow

    (@jack_sparrow)

    Thanks, I tried it but the label disappeared after using the div tag .
    I am also using the woolentor product image widget in place of the woocommerce product image. The label comes perfectly in position with the woocommerce widget but not with woolentor.

    Also, I am using the css below to increase the font size:

    .single-product .row.has-block .awl-product-label {
    font-size: 24px !important;
    }


    Plugin Author ILLID

    (@mihail-barinov)

    In this case please try to use this additional css:

    .single-product .elementor-shortcode .advanced-woo-labels {
        position: absolute; 
        top: 20px;
    }
    Thread Starter jack_sparrow

    (@jack_sparrow)

    Its not working and the label is disappearing. But I am Ok with the current setup.

    I need another help, can you tell me how to add a little margin or space below the labels on shop page… the label is covering a part of the product image.

    Thanks

    Plugin Author ILLID

    (@mihail-barinov)

    Did you try to use label styling settings for this? You can play with the Margin option to get the needed results. https://prnt.sc/7FnTn9AG2cFx

    Thread Starter jack_sparrow

    (@jack_sparrow)

    I must say you are one of the most dedicated and sincere developers I have seen here in many years, God bless you!

    I wish you all the success!

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Labels not showing on product page’ is closed to new replies.