Find Answers and Get Support › Forums › Mandha – Multipurpose WooCommerce Theme › Unsupported Plugins › Wc vendors sold by label not getting disabled
- This topic has 10 replies, 2 voices, and was last updated 1 year, 5 months ago by Manathan.
-
AuthorPosts
-
RiyazParticipant@riyazn
- 17 Topics
- 51 Posts
I am trying to remove the sold by label from wc vendors but its not at all going, I contact ted wc vendors they gave me code “remove_action( ‘woocommerce_after_shop_loop_item’, array( $wcvendors_pro->wcvendors_pro_store_controller, ‘loop_sold_by’), 8 );” and yes after pasting thisnojn functions php same, it doesn’t goes away, I need to remove that
May 1, 2023 at 15:09 #45082@themodactyl- 0 Topics
- 6606 Posts
Hi Riyaz,
Thank you for reaching out to us!
It’s best if we take a quick look at this. Could you create a new website user for us please? If possible with administrator capabilities so we can make a quick check of your settings.
You can post the user name and password in your next reply and mark it as private to keep this between us.Also, are we free to deactivate plugins for our tests? In this case, I invite you to make a backup before we investigate your website further in order to make sure you don’t loose any data if something goes wrong.
Thank you.
May 1, 2023 at 15:23 #45090@themodactyl- 0 Topics
- 6606 Posts
Hi Riyaz,
Thank you for granting us access to your WP Admin. Your website rocks!
To hide the seller, simply add the following code snippet to your website:
/** * Remove WC Vendors Seller Name */ .single-product .product .wc-vendors-sold-by, .woocommerce .product div.card.product__card .entry-header .wc-vendors-sold-by, .woocommerce-page .product div.card.product__card .entry-header .wc-vendors-sold-by,[class*="grimlock-query"] .product div.card.product__card .entry-header .wc-vendors-sold-by{ display:none; }
To add this code snippet to your site, we recommend that you paste it to the Custom CSS panel of your WordPress Customizer. Just go to your dashboard and navigate to “Appearance > Customize > Additional CSS”.
Pasting your code snippet there should do the trick for you.Also, it’s important to remember that we share snippet only to solve issues with our theme. This snippet has been made generously. Any further request for CSS snippets will have to be part of a defect that needs to be fixed urgently. No snippets will be shared otherwise.
If you want to go further with the customization of your website, we advise that you require customization work.
Regards,
May 2, 2023 at 09:15 #45099@themodactyl- 0 Topics
- 6606 Posts
You’re welcome!
If you’re happy with our theme, feel free to review our theme on our Themeforest page dedicated to Mandha: Multipurpose WooCommerce Theme.
It’s very appreciated and it helps us making our products more known to new potential customers, which allow us more time to improve the quality over time and develop new features. It’s a win-win !
And by doing this, you will be making a great contribution to our community! #SharingIsCaring ❤️
Thank you!
May 2, 2023 at 09:52 #45103 -
AuthorPosts
Hi there,
This topic has been inactive for a while now so we will be closing it to keep the forum tidy. Don't hesitate to create a new topic if you still need help and we'll be glad to help you!
Best regards,
The Themosaurus team.
The topic ‘Wc vendors sold by label not getting disabled’ is closed to new replies.