Forum Replies Created
-
Please kindly send for me admin account and your site URL via private reply, I will check to help you add custom code.
Best regards.
Dear, Please change custom code to new code then check again.
New Code:
add_filter('yith_wcwl_main_style_deps',function($deps){ $newDeps = []; foreach($deps as $dep){ if($dep === 'yith-wcwl-font-awesome'){ continue; } $newDeps[] = $dep; } return $newDeps; });
Best regards.
Dear, If you want remove
font-awesome
of YITH WooCommerce Wishlist Plugin, please add custom PHP code to filefunctions.php
of your theme.add_filter('yith_wcwl_main_style_deps',function($deps){ unset($deps['yith-wcwl-font-awesome']); return $deps; });
Best regards.
This reply has been marked as private.in reply to: Product Variations like in the DEMO?Dear, Please kindly send for me admin account and your form URL via private reply, I will check details to help you.
Best regards.
in reply to: No Message displayed after submit the formThis reply has been marked as private.in reply to: Category archive layoutThis reply has been marked as private.in reply to: Category archive layoutDear, You can go to WooCommerce -> Settings -> Page Template and check setting ‘Product Category page’
Attachments:
You must be logged in to view attached files.in reply to: Category archive layoutDear, the setting ‘Content Page Template’ with description ‘Select Content Template for this Category’ is setting of DHWC Page plugin, if you want disable it. please add custom PHP code to file
functions.php
of your theme.Code:
add_filter('dhvc_woo_page_template_allow_taxonomies',function(){ return []; });
Best regards.
in reply to: Category archive layoutThis reply has been marked as private.in reply to: Product Variations like in the DEMO?Yes, The DHWC Layouts plugin help you to create custom product archive page, you can check Video Tutorial to do it.
Best regards.
in reply to: Category archive layoutDear, the DHWC Page plugin only support customize product layout ( add more elements on Product Archive page) It not support setting product item on archive page. If you want do it, you can refer DHWCLayout plugin
Best regards.
in reply to: Category archive layoutDear, Please kindly send for me your problem URL. I will check to help you.
Best regards.
in reply to: quantity field bugged (shows – + AND arrows)Dear, Please kindly send for me admin account and your problem URL via private reply, I will check details to help you.
Best regards.
in reply to: Critical error with new versionsThis reply has been marked as private.in reply to: No feedback when adding to cart