Removing Brands & Product Videos, How to?

This topic has 15 replies, 3 voices, and was last updated 1 year, 7 months ago ago by homme143

  • Avatar: homme143
    homme143
    Participant
    August 27, 2022 at 01:13

    Hey guys,

    How/where to remove the Brands & Product Video from the Create/Edit Product form page?

    Thanks

    14 Answers
    Avatar: Awais Ahmed
    Awais Ahmed
    Participant
    August 27, 2022 at 05:42

    Hello, @homme143,

    To remove the Brands & Product Video from the Create/Edit Product page, Please go to Dashboard >> Products >> All Products >> Edit product >> and see Brands and Product Video box >> and there uncheck the brand option and delete video See image for better reference: https://postimg.cc/PCbwyYXN

    Regards 8Themes Team.

    Avatar: homme143
    homme143
    Participant
    August 28, 2022 at 05:43

    Hey guys,

    Thank you.
    But how do we make this universal? When you are selling virtual products, you don’t need Brands and don’t need videos (usually) – so how do we disable/hide those two from the product Edit page for ALL users, and not just via admin at the back, we cannot edit every single product by everyone on the multivendor marketplace.
    The dokan people said its theme matter. They said there is a code to add.
    Thank you.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 28, 2022 at 06:53

    Hello,

    Theme Options > WoOCommerce > Shop elements > Brands > Enable Brands > Off.
    Dashboard > Products > edit a product > Screen options> disable Product Video, it will be hidden for all products.

    Regards

    Avatar: homme143
    homme143
    Participant
    August 28, 2022 at 07:02

    Hi,

    Thank you.
    Does nothing. I have tried several times. And purged, cleared cache. Waited (I tried those much earlier too) Same thing.
    Something is not working.

    Here is admin access, you may try… Thank you.

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 28, 2022 at 08:03

    Hello,

    Thanks for the reply.
    Something is not working. – provide an example, because as for me all is fine, no brands, no video – https://prnt.sc/YA_DPXWN8SX1

    Regards

    Avatar: homme143
    homme143
    Participant
    August 28, 2022 at 08:09

    Hi –

    https://prnt.sc/ezDtd35qxilA

    This is on the front end of seller product page.
    Its useless not to show the Brands and Video fields if those fields are showing on the Edit Product Forms.

    Thank you.

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 28, 2022 at 08:14

    Hello,

    Provide URL of the page and access of the seller, so we can see that page.

    Regards

    Avatar: homme143
    homme143
    Participant
    August 28, 2022 at 08:17

    Hi,

    Go to the frontend dashboard – https://booksies.net/dashboard/products/

    click on any product, it will show you the Edit Product Page.
    Look on that Edit Product Form.

    All the products forms are showing those fields

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 28, 2022 at 08:36

    Hello,

    This Dashboard comes from the Dokan plugin, not from our theme.
    I will ask our dev team what can be done to help you.
    Could you provide FTP access also?

    Regards

    Avatar: homme143
    homme143
    Participant
    August 28, 2022 at 08:48

    Hi Rose,

    Thank you.
    We also thought so too – but then we also have another website, lessonmakers.com.
    We used the same code as given to add to Additional CSS, and the Brands and Video fields are not showing. – https://prnt.sc/X4OVF4wZs2YB

    Codes given:
    .return-request {
    display: none !important;
    }
    .dokan-section-heading {
    display: !important;
    }
    .dokan-rma-options.dokan-edit-row.dokan-clearfix.hide_if_external {
    display: none !important;
    }
    .dokan-attribute-variation-options.dokan-edit-row.dokan-clearfix.hide_if_external {
    display: none !important;
    }
    .dokan-product-inventory.dokan-edit-row {
    display: none !important;
    }
    .dokan-discount-options.dokan-edit-row.dokan-clearfix.hide_if_external {
    display: none !important;
    }

    We asked Dokan, and they said to check with theme.
    Both themes are using the same codes: but only xstore has this issue.

    Please contact administrator
    for this information.
    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 28, 2022 at 14:31

    Hello,

    Thanks for the reply. I’ve passed this topic to our dev team. They will check it and give an answer after the weekend. Please be patient and do not change access.

    Regards

    Avatar: homme143
    homme143
    Participant
    August 28, 2022 at 14:47

    Hey you,

    That’s awesome – thank you!
    Will wait patiently and make no changes to access
    Enjoy your weekend!

    Avatar: Rose Tyler
    Rose Tyler
    Support staff
    August 28, 2022 at 18:32

    Hello,

    1/ we added conditions globally for brands fields in Dokan dashboard (that field will be shown only If they are enabled in Theme Options -> WooCommerce -> Shop Elements -> Brands ) – fix is in a file by path -> xstore/framework/compatibility/dokan.php

    2/ You may use the next css snippet to hide the video area for dokan product editor (add it to your child-theme/style.css or Theme Options -> Theme Custom CSS -> Global CSS) ->

    .dokan-form-group label[for=et_video_code] {
    display: none;
    }
    .dokan-form-group #et_video_code {
    display: none;
    }

    Regards

    Avatar: homme143
    homme143
    Participant
    August 29, 2022 at 00:14

    Super guys!

    All fantastic, all good, all done!
    Now… my website is ready… for show 🙂
    Thank you, take care!

  • Viewing 15 results - 1 through 15 (of 15 total)

The issue related to '‘Removing Brands & Product Videos, How to?’' has been successfully resolved, and the topic is now closed for further responses

We're using our own and third-party cookies to improve your experience and our website. Keep on browsing to accept our cookie policy.