Add Product | Mandatory Field Error

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 Add Product | Mandatory Field Error

Viewing 4 reply threads
  • Author
    Posts
    • #26886
      wwsAdmin
      Participant

      Hello team,

      wcfm-message wcfm-error box doesn’t disappear. It remains forever on the page which block the view.
      Is there any work around to make it go away or any button to dismiss.
      PFA.

      Thanks 🙂

    • #26888
      wwsAdmin
      Participant

      One more doubt,

      is it possible to add hints beside #gallery_img Add New Block button ? like Image size should not be more than 100kb. Only Hint

    • #26966
      WCFM Forum
      Keymaster

      HI,

      We will take care of this message box issue, probably will hide after few seconds.

      Well, you may add this code for showing help for Gallery Images –

      function wcfm_product_manage_custom_26_fields_images( $image_fields, $gallery_img_urls ) {
      	
      	if( isset( $image_fields['gallery_img'] ) ) {
      		$image_fields['gallery_img']['label'] = __( 'Size not more than 100kb', 'wc-frontend-manager' );
      		$image_fields['gallery_img']['label_class'] .= ' wcfm_full_ele'; 
      	}
      	return $image_fields;
      }
      add_filter( 'wcfm_product_manage_fields_images', 'wcfm_product_manage_custom_26_fields_images', 50, 2 );

      Thank You

    • #26987
      wwsAdmin
      Participant

      Thanks team 🙂

    • #27081
      WCFM Forum
      Keymaster

      You are welcome 🙂

Viewing 4 reply threads
  • The topic ‘Add Product | Mandatory Field Error’ is closed to new replies.