This topic has 15 replies, 3 voices, and was last updated 2 years, 2 months ago ago by homme143
Hey guys,
How/where to remove the Brands & Product Video from the Create/Edit Product form page?
Thanks
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.
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.
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
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.
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
Hi –
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.
Hello,
Provide URL of the page and access of the seller, so we can see that page.
Regards
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
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
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.
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
Hey you,
That’s awesome – thank you!
Will wait patiently and make no changes to access
Enjoy your weekend!
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
Super guys!
All fantastic, all good, all done!
Now… my website is ready… for show 🙂
Thank you, take care!
The issue related to '‘Removing Brands & Product Videos, How to?’' has been successfully resolved, and the topic is now closed for further responses