How could i hide "Types" at textarea?

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!

Multi Vendor Marketplace Plugin | WCFM Marketplace Forums WCFM – Ultimate How could i hide "Types" at textarea?

Viewing 7 reply threads
  • Author
    Posts
    • #29274
      MOHO
      Participant

      I use toolset plugin with WCfM, but i want to hide all “Types” at textarea.

      Our Vendor no need this option, thanks.

      How could i hide it?

      By moho

      Attachments:
      You must be logged in to view attached files.
    • #29291
      WCFM Forum
      Member

      Hi,

      Are using Toolet Free plugin (https://wordpress.org/plugins/types/), or paid one?

      by default Toolset does not add this in frontend – https://ibb.co/mSMGTK

      Thank You

    • #29294
      MOHO
      Participant
      This reply has been marked as private.
    • #29330
      WCFM Forum
      Member

      Hi,

      Kind add this CSS in child theme style.css –

      span.button.wpv-shortcode-post-icon.js-wpv-shortcode-post-icon-wpv-views, span#cred-form-shortcode-button.cred-media-button{
      display:none !important;
      }

      You may check this for reference – https://toolset.com/forums/topic/how-to-remove-fields-and-views-button-above-post-edit-for-non-admin-users/

      Thank You

    • #29460
      MOHO
      Participant

      Toolset team give me the correct shortcode to hide it, thanks.

      Please close it.

    • #29462
      WCFM Forum
      Member

      Hi,

      That’s great 🙂

      Can you please share that here so that others get an idea!

      Thank You

    • #29478
      MOHO
      Participant

      Toolset team give me this
      function tssupp_remove_toolset_buttons(){

      if ( ! current_user_can( ‘update_core’ ) ) {
      // remove the Fields and Views button
      add_filter( ‘toolset_editor_add_form_buttons’, ‘__return_false’ );
      }
      }
      add_action( ‘init’, ‘tssupp_remove_toolset_buttons’ );

      and say

      The thread you mentioned above is outdated, please try the built-in filter hook toolset_editor_add_form_buttons, like this:
      Add below codes in your theme file “functions.php”:

      Attachments:
      You must be logged in to view attached files.
    • #29610
      WCFM Forum
      Member

      Thank you very much for all the details 🙂

      This will really helpful for many others.

      Thanks again!

Viewing 7 reply threads
  • The topic ‘How could i hide "Types" at textarea?’ is closed to new replies.