Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Ultimate › Add Product | Mandatory Field Error
- This topic has 4 replies, 2 voices, and was last updated 6 years, 3 months ago by WCFM Forum.
Viewing 4 reply threads
- AuthorPosts
- July 25, 2018 at 2:39 am #26886wwsAdminParticipant
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 🙂
- July 25, 2018 at 2:50 am #26888wwsAdminParticipant
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
- July 26, 2018 at 3:45 pm #26966WCFM ForumMember
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
- July 26, 2018 at 6:17 pm #26987wwsAdminParticipant
Thanks team 🙂
- July 29, 2018 at 6:21 am #27081WCFM ForumMember
You are welcome 🙂
- AuthorPosts
Viewing 4 reply threads
- The topic ‘Add Product | Mandatory Field Error’ is closed to new replies.