I would appreciate some help with this

Hi there, I know you are going to say that because this is a third party plugin that you cannot provide support, which i understand, but I have contacted the plugin developer and he is telling me that this is due to a conflict with the theme.

I have a plugin “advanced product labels” but on category page the label does not show where it is supposed to, http://take.ms/X9CVr
It works fine on the single product page but not on the product category page.
The plugin developer has told me this is due to the themes “hook” being in the wrong place, which I don’t really understand.
I have tried fixing this with CSS but has not worked.
Please see my category page and the label is on the 3rd product along. (url in secure note)
Please please help me with this.
Regards

Hi,

You can try adding this in Theme Options > CSS


.woocommerce li.product .entry-header {
    position: static;
}

.woocommerce li.product .entry-header .button {
    top:60%;
    z-index:9999;
}

Hope that helps

Thank you sooo much, I really appreciate that!
Regards

Hi there, this code works when applied to only one product. When I apply this label to more than one product the label does not show at all.
Thanks

Hi There,

Your screenshot is not working anymore. Could you please resend us with the new one?

Please also test for a plugin conflict. You can do this by deactivating all third-party plugins, and see if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

Let us know how it goes!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.