BuddyBoss Home – Web › Support Forums › Solutions › Social MarketPlace › Cannot CHECK Product Categories
- This topic has 5 replies, 2 contibutors, and was last updated 8 years, 7 months ago by Aaron.
Question
April 7, 2016 at 10:41 am #67268@aaronkineThe CSS styling your theme applies for Checkboxes has some bugs.
1.) on the /my-account/ page here the checkbox next to “Apply to become a vendor” has two boxes next to it. The css is off somehow.
2.) When adding a product “Product Edit page” I cannot check any of the category checkboxes. see screenshot. The OTHER checkboxes on that page work fine, its just the categories that dont CHECK when clicked.I’ve confirmed that if i switch to any other theme that does not add Styling to the checkboxes it works fine.
I’ve tried:
• deactivate all other plugins except those necessary plugins
• changing to other themes solves this issue.How can this be fixed? Thanks
Answers
April 7, 2016 at 12:17 pm #67276@aaronkineAlso, when I create the template override for the “product-edit.php” here:
• ../themes/onesocial-child/wc-vendors/dashboard/product-edit.phpIt breaks the styling of the Featured Image and Gallery area. I made NO CHANGES to product-edit.php.
April 11, 2016 at 5:22 am #67682@
AnonymousHi @aaronkine, Try to disable ‘Form Inputs JavaScript’ option from OneSocial setting to remove script from checkboxes.
Regards
April 11, 2016 at 11:31 am #67723@aaronkineAll of those Theme Optimizations Settings were turned off. I turned them all on and that fixed the Checkbox problem.
But the other issue with the template override is still a problem. It breaks the styling of the Featured Image and Gallery area. Any fixes for that problem?
Thanks
April 12, 2016 at 2:47 am #67776@
AnonymousHi @aaronkine, Try this path:
/themes/onesocial-child/bb-marketplace/wc-vendors/dashboard/product-edit.php
Regards
April 14, 2016 at 2:16 am #68206@aaronkineThat path did not work… it still loads from the Plugin directory. The ONLY override i can get to work is at this path: /themes/onesocial-child/wc-vendors/dashboard/product-edit.php
Furthermore: I figured out the styling issue for media upload section.
This line is what adds the Styling.
<?php BuddyBoss_BM_Templates::product_media_uploader( $object_id ); ?>
The WC Vendor Pro plugin uses this line
<?php WCVendors_Pro_Form_helper::product_media_uploader( $object_id ); ?>
QUESTION: so when there’s an update to WC Vendor Pro “product-edit.php” (there was one recently, now at v1.2.5) when does the buddyboss-marketplace “product-edit.php” get updated?? still at 1.2.3.
Same question for ALL the other files located in the buddyboss-marketplace folder?
- The question ‘Cannot CHECK Product Categories’ is closed to new replies.