Products list issue in Vendor Page

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 15 reply threads
  • Author
    Posts
    • #48297
      d-n-13
      Participant

      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

    • #48337
      WCFM Forum
      Keymaster

      We are checking this.

    • #48338
      WCFM Forum
      Keymaster

      We are checking this.

    • #48358
      d-n-13
      Participant

      Thanks

    • #54100
      d-n-13
      Participant

      Hi

      This isn’t fixed yet.

    • #54174
      WCFM Forum
      Keymaster

      Hi,

      Is this properly visible in WC default store page?

      Thank You

    • #54197
      d-n-13
      Guest

      No issue in wc normal store page, the issue only in vendor page

    • #54556
      WCFM Forum
      Keymaster
    • #54639
      d-n-13
      Participant
      This reply has been marked as private.
    • #54921
      WCFM Forum
      Keymaster

      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

    • #55082
      ing.rapparini
      Participant

      I think is also useful to set max number of caracter for product title?
      Is there a limit or is unlimited??

    • #55240
      WCFM Forum
      Keymaster

      Hi,

      You may add such restriction easily using JavaScript.

      Thank You

    • #55268
      ing.rapparini
      Participant

      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

    • #55523
      WCFM Forum
      Keymaster

      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

    • #56352
      ing.rapparini
      Participant

      I’m waiting the code…
      please send it to me!
      Thanks.
      info@sdrang.com

    • #56467
      WCFM Forum
      Keymaster

      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

Viewing 15 reply threads
  • The topic ‘Products list issue in Vendor Page’ is closed to new replies.