Remove certain things

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 4 reply threads
  • Author
    Posts
    • #75698
      Atanas Mladenov
      Participant

      Hello,

      First, congrats on the good work once again.

      Is there any (easy)way to remove these things (see the pic):

      Thanks,
      Atanas

      Attachments:
      You must be logged in to view attached files.
    • #75800
      Atanas Mladenov
      Participant

      Another question

      Can I change the way categories are added when I add a product.

      For example: Can I choose them from dropdown?

      Attachments:
      You must be logged in to view attached files.
    • #75808
      thiemann.k
      Participant

      Is there any (easy)way to remove these things (see the pic):

      Here I went into a similar topic … I link so I save the pictures;)

      add_action('wp_head', 'add_css_head');
      function add_css_head() {
      	if( current_user_can('wcfm_vendor') )
           {
         ?>
            <style>
      span.wcfmfa.fa-chalkboard
      {visibility:hidden}
      span.wcfm-page-heading-text
      {visibility:hidden}
      span.wcfm_menu_toggler.wcfma.fa-bars.text_tip
      {visibility:hidden}
      //etc...
            </style>
      
         <?php
         }
      }

      should work 😉

      Ciao,
      Karsten – dein-3d.com

    • #75810
      thiemann.k
      Participant

      For example: Can I choose them from dropdown?

      Again, you can adjust the class.
      might be enough if you use “display: inline”.
      But I do not know how this affects the rest, because it is untested.

      maybe here wclovers will have another / better suggestion

      Ciao,
      Karsten

    • #76188
      WCFM Forum
      Keymaster

      HI,

      https://wclovers.com/wp-content/uploads/2019/08/1.png – you have to hide this using CSS.

      Can I change the way categories are added when I add a product. For example: Can I choose them from dropdown?

      – Sure, disable this option from WCFM Admin Setting -> Dashboard -> https://ibb.co/PcH8nTB

      Thank You

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