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, 7 months ago by
WCFM Forum.
Viewing 4 reply threads
- AuthorPosts
- July 25, 2018 at 2:39 am #26886
wwsAdmin
ParticipantHello 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 #26888
wwsAdmin
ParticipantOne 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 #26966
WCFM Forum
MemberHI,
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 #26987
wwsAdmin
ParticipantThanks team 🙂
- July 29, 2018 at 6:21 am #27081
WCFM Forum
MemberYou are welcome 🙂
- AuthorPosts
Viewing 4 reply threads
- The topic ‘Add Product | Mandatory Field Error’ is closed to new replies.