Home › Forums › WoodMart support forum › sale badge (label) numeric of crocoblock didnt work when i use woodmart theme
sale badge (label) numeric of crocoblock didnt work when i use woodmart theme
- This topic has 8 replies, 2 voices, and was last updated 3 months, 1 week ago by Hung Pham.
-
AuthorPosts
-
July 24, 2024 at 1:32 am #585235
mohroubai01Participanti did the saved money with calculated field but didn’t work with variation and the problem i cant make the saved money with crocoblock sale badge but when I change the theme I did it easily
Attachments:
You must be logged in to view attached files.July 24, 2024 at 10:27 am #585291
Hung PhamKeymasterHello mohroubai01,
Thank you so much for contacting our support center.
To better assist you, could you kindly test the functionality with default WordPress themes such as TwentyTwenty or WooCommerce Storefront? This will help us determine whether the issue stems from our theme or elsewhere.
Regards
July 24, 2024 at 9:49 pm #585498
mohroubai01Participanti tried “hello elemntor” theme and it worked well and I contacted crocoblock support they says haven’t problem in the plugin and contact the theme support
Attachments:
You must be logged in to view attached files.July 25, 2024 at 9:32 am #585579
Hung PhamKeymasterHello mohroubai01,
Thanks for details.
To assist you in the best possible manner, I kindly ask that you please provide me temporary wp-admin info (wp-admin URL, username, password) to the Private Content area, this will allow me to thoroughly investigate and address your concerns more efficiently.
Regards,
- This reply was modified 3 months, 1 week ago by Hung Pham.
July 26, 2024 at 9:44 pm #586087
mohroubai01Participantok this is it
July 28, 2024 at 1:43 pm #586274
Hung PhamKeymasterHello mohroubai01,
I’ve passed this topic to one of our developers, and I will let you know once get an answer.
Thanks for your patience.
Regards,
July 29, 2024 at 10:52 am #586366
Hung PhamKeymasterHello mohroubai01,
Please try to add the code below in the functions.php file in your child theme.
add_action( 'elementor/frontend/widget/before_render', function( $element ) { if ( 'jet-single-sale-badge' !== $element->get_name() ) { return; } remove_filter( 'woocommerce_sale_flash', 'woodmart_product_label', 10 ); } ); add_action( 'elementor/frontend/widget/after_render', function( $element ) { if ( 'jet-single-sale-badge' !== $element->get_name() ) { return; } add_filter( 'woocommerce_sale_flash', 'woodmart_product_label', 10 ); } );
Regards,
July 29, 2024 at 11:03 pm #586573
mohroubai01Participantthx its solved
July 30, 2024 at 8:38 am #586612
Hung PhamKeymasterHi mohroubai01,
Glad to hear your issue has been resolved. Keep us in mind for future questions and concerns, we’re always here to help!
If you have a quick minute we always appreciate a 5-star rating on our theme!
https://themeforest.net/item/woodmart-woocommerce-wordpress-theme/reviews/20264492
Your feedback is the motivation to improve our work and services.
Regards,
-
AuthorPosts
Tagged: crocoblock
- You must be logged in to create new topics. Login / Register