seoaboles
Forum Replies Created
-
Resent email to support@advanced-woo-labels.com
Thank you again.
I have emailed them. I will share their reply and hopefully resolution here once I have it.In the email I received it says to find a
isset( $GLOBALS['product'line and explained what to replace it with. However, I cant find that line.PS:
Although I have copy pasted the code from the email that includes the code with 039, once I click submit the website displayed just the general functions as showing in my previous post. No idea why.
And it does the same when i paste in this post. isset ( $ GLOBALS [ & # 039; product & #039 ;- This reply was modified 5 years, 3 months ago by seoaboles.
Thanks for providing above reply. This hasnt worked for me. I have replaced
if ( ! isset( $GLOBALS['product'] ) ) { return ''; } global $product;with
global $product; if ( ! $product || ! is_object( $product ) || ! method_exists( $product, 'get_id' ) ) { return ''; }but nothing has changed on the front end.
In the email I received it says to replace:
if ( ! isset( $GLOBALS['product'] ) ) { return ''; } global $product;with
global $product; if ( ! $product || ! is_object( $product ) || ! method_exists( $product, 'get_id' ) ) { return ''; }However I cant find the code that contains “039” in class-awl-display.php
If you can offer more support I would be greatfull. Thanks.
I have the same issue, first product in every category wont display label. It displays correctly if I do a search. But if I choose any category from the menu the first product is missing the label.
http://nou.agrisorg.com/produse/
Using Elementor Pro. Advanced Woo labels, Perfect brands for Woocommerce, Post duplicater, Woo Commerce, WP all import and Yoast SEO are only plugins installed. A few of them have has a recent update, including Advanced Woo labels.
I reinstalled the Advanced Woo labels pluggin and recreated from scrach the label, condition is for any item on stock. I have tried to add extra conditions, but same issue.
Thanks.