Forums
(@martindeknuyt)
3 years, 2 months ago
Hi,
Thanks for your reply, everything is working fine now ?? I did not understand the usefulness of this function because of the machine translation which is not very good.
Thank you, Martin
3 years, 3 months ago
Works with version 1.5.2
3 years, 11 months ago
I used ‘dequeue’ for all pages and ‘enqueue’ for product pages. Everything works perfectly fine, thanks!
Regards, Martin
I tried this to enable css on the products:
if( is_product() ){ add_action( ‘wp_print_styles’, function () { wp_enqueue_style( ‘wdp_pricing-table’ ); wp_enqueue_style( ‘wdp_deals-table’ ); }, 11 ); }
But it does not work
it works ! Thank you so much ??