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 ago by Aaron.
Viewing 6 posts - 1 through 6 (of 6 total)
  • Question

    #67268
    @aaronkine

    The 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

    #67276
    @aaronkine

    Also, when I create the template override for the “product-edit.php” here:
    • ../themes/onesocial-child/wc-vendors/dashboard/product-edit.php

    It breaks the styling of the Featured Image and Gallery area. I made NO CHANGES to product-edit.php.

    #67682

    Anonymous
    @

    Hi @aaronkine, Try to disable ‘Form Inputs JavaScript’ option from OneSocial setting to remove script from checkboxes.

    Regards

    #67723
    @aaronkine

    All 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

    #67776

    Anonymous
    @

    Hi @aaronkine, Try this path: /themes/onesocial-child/bb-marketplace/wc-vendors/dashboard/product-edit.php

    Regards

    #68206
    @aaronkine

    That 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?

Viewing 6 posts - 1 through 6 (of 6 total)
  • The question ‘Cannot CHECK Product Categories’ is closed to new replies.