remove sections

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Viewing 2 reply threads
  • Author
    Posts
    • #132872
      HM
      Participant

      Hello
      my website’s link : https://beantic.com/

      I want to remove the sections “avis”, “store policies” and “renseignements” from my website because I don’t need them.
      Can you do that please ?
      you can translate the page in english also if you want

      I also posted another topic issue which is very important because my website is already online please !

      https://www.kadencewp.com/support-forums/topic/contact-box-doesnt-appaer-on-every-vendorss-products/
      I can send you in private my admin access if needed

      here’s a picture for the sections : https://ibb.co/5Ttzzp1
      I already removed one of them section but I need the code or you tell me how for the other two named “Store Policies” and “Renseignements”
      Good to you,

    • #132980
      Sushobhan
      Keymaster

      Hi,
      Thanks for getting in touch with us!
      To remove Review tab (Avis) go to WooCommerce >> Settings >> Products >> General and uncheck Enable reviews option.
      Now To remove the other two tabs use the following code-

      add_filter( 'wcfm_is_pref_enquiry_tab', '__return_false' );
      add_filter( 'wcfm_is_pref_policies', '__return_false' );

      Add this code to your child theme’s functions.php
      In case you do not have a child theme then add code using this plugin – https://wordpress.org/plugins/code-snippets/
      Let me know how this goes.
      Thanks!

    • #133232
      HM
      Participant

      HI !
      Yes that worked !
      Thank you !! 🙂
      Good to you ;

Viewing 2 reply threads
  • You must be logged in to reply to this topic.