Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › Products list issue in Vendor Page
- This topic has 15 replies, 4 voices, and was last updated 5 years, 7 months ago by WCFM Forum.
- AuthorPosts
- February 15, 2019 at 1:21 am #48297d-n-13Participant
Hello,
Long product names cause UI issue because the text doesn’t wrap, screenshot : https://www.dropbox.com/s/13pytt8wpq8jmni/store%20page%20products%20text%20dont%20wrap.JPG?dl=0
Thank You
- February 15, 2019 at 5:06 am #48337WCFM ForumMember
We are checking this.
- February 15, 2019 at 5:06 am #48338WCFM ForumMember
We are checking this.
- February 15, 2019 at 6:35 am #48358d-n-13Participant
Thanks
- March 22, 2019 at 11:07 pm #54100d-n-13Participant
Hi
This isn’t fixed yet.
- March 23, 2019 at 12:03 pm #54174WCFM ForumMember
Hi,
Is this properly visible in WC default store page?
Thank You
- March 23, 2019 at 12:41 pm #54197d-n-13Guest
No issue in wc normal store page, the issue only in vendor page
- March 26, 2019 at 1:42 pm #54556WCFM ForumMember
Please give me this store URl please – https://www.dropbox.com/s/13pytt8wpq8jmni/store%20page%20products%20text%20dont%20wrap.JPG?dl=0
Thank You
- March 26, 2019 at 6:42 pm #54639d-n-13ParticipantThis reply has been marked as private.
- March 28, 2019 at 10:18 am #54921WCFM ForumMember
Hi,
That’s really great news 🙂
Well, I had previously added some code to your site to add theme compatibility. Certainly those codes were missing.
Now, I have just added those and it’s resolved.
Please take a look.
Thank You
- March 28, 2019 at 8:26 pm #55082ing.rappariniParticipant
I think is also useful to set max number of caracter for product title?
Is there a limit or is unlimited?? - March 29, 2019 at 5:39 pm #55240WCFM ForumMember
Hi,
You may add such restriction easily using JavaScript.
Thank You
- March 29, 2019 at 7:54 pm #55268ing.rappariniParticipant
Ok, but:
1st – maybe not all users are expert on Java-css-html scripts, and this also the reason why we bought a plugin “ready to go”.
2nd – Why don’t you include it in the plugin if is necessary function?ps. can you write me what I have to do?
Thanks
- April 1, 2019 at 4:51 am #55523WCFM ForumMember
Hi,
Why don’t you include it in the plugin if is necessary function?
Well, this is not a essential function.
Don’t worry, I will give you code for this over email.
Thank You
- April 5, 2019 at 2:13 pm #56352ing.rappariniParticipant
I’m waiting the code…
please send it to me!
Thanks.
info@sdrang.com - April 6, 2019 at 9:01 am #56467WCFM ForumMember
Hi,
Please use this code snippet for the purpose –
add_filter( 'wcfm_product_manage_fields_general', function( $general_fields, $product_id, $product_type ) { if( isset( $general_fields['pro_title'] ) ) { $general_fields['pro_title']['attributes'] = array( 'maxlength' => 10 ); } return $general_fields; }, 50, 3 );
Thank You
- AuthorPosts
- The topic ‘Products list issue in Vendor Page’ is closed to new replies.