shopmaster
Forum Replies Created
-
Yes Torben yes,
You did great again. Thank you so much.
With infinite respect
Added “product” class to product cards on archive page. Thank you so much.
Will these fixes be included in the next update? (With the previous one ). I will update accordingly.
Thanks again and again.
Hello thanks for reply
“brx_ajax_add_to_cart” is done by theme.
“p-card” is a class added by us. Bricks uses query loops so we are starting to design from scratch.
Probably class names you mentioned is default block theme classes. I can add product class to p-card as second class but can not change add_to_cart button class.
Thank you so much for help
Hello again, I noticed it after some friends warned me. Add to cart event does not work in simple products within the product loop. There is no problem since there is no add to cart in variables (so I missed), but when add cart is directly usable, add to cart event does not trigger. I wanted to test it without sharing it in the Bricks group, as it is fully compatible with Bricks.
You can try the product called “simple product test” at the end of the loop in the link here.
Thanks and regards
You are great. I can’t thank you enough right now. If you want, I can share this in the Bricks group as a GTM plugin compatible with Bricks. When this fix is ??released. Because many people have problems with different plugins. And I will recommend it. I will also reach you by e-mail regarding the license. Thank you very much.
Thank you, is there a temporary solution that I can do to solve this problem temporarily? For example, if I trigger the trigger myself, will it work when the button is clicked?
Sent, thank you.
Same here but I don’t think plugin is dead.
Hello thank you so much
Forum: Reviews
In reply to: [JWT Authentication for WP REST API] Problem with woocommerce callSame here.
Woocommerce mobile app doesn’t work with version 1.3.3.
I rollback to 1.3.2 and solved
Hi,
Sorry I mean “impression” ??
I found old version : https://github.com/duracelltomi/gtm4wp/releases/tag/1.11.4
Isn’t it ?
Is there any database update ?thanks for reply
Hello,
Thanks for reply.
Can you refresh page.
You will see error after refreshSorry, not good question.
Forum: Plugins
In reply to: [Super Progressive Web Apps] Google Tag ManagerSorry I understood it but I wan to add gtm.sj in footer.
I changed your codes as below
add_action( 'woodmart_before_wp_footer', 'gtm4wp_wp_header_begin', $gtm4wp_header_begin_prior, 0 ); add_action( 'woodmart_before_wp_footer', 'gtm4wp_wp_header_top', 1, 0 );
changed to this one (for my theme):
add_action( 'woodmart_before_wp_footer', 'gtm4wp_wp_header_begin', $gtm4wp_header_begin_prior, 0 ); add_action( 'woodmart_before_wp_footer', 'gtm4wp_wp_header_top', 1, 0 );
Does it broke your plugin or anything ?
Thanks mate