About the image size of store list and store 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 12 reply threads
  • Author
    Posts
    • #31836
      MOHO
      Participant

      I see “Banner Dimension(s)” setting

      bug i’am confused…

      1. the image size of store list
      2. the image size of store vendor page

      both use the same width and height and pc and mobile?

      I understand you create different image area to upload, but two image i look they are different size?

      Why use the same “Banner Dimension(s)”?

      Could you tell me why?

      Thanks.

      By moho

      Attachments:
      You must be logged in to view attached files.
    • #31843
      WCFM Forum
      Keymaster

      Hi,

      That Banner size image setting only works for Vendor Store page.

      It’s has no effect at Store List page. Store list page can be different – 2 column, 3 column -> So a fixed height will break the page.

      Thank You

    • #31864
      MOHO
      Participant

      so what size pixel of the image of store list?

      “?” icon hvae no say this?

      Attachments:
      You must be logged in to view attached files.
    • #31867
      WCFM Forum
      Keymaster

      Hi,

      It’s also depend upon theme template.

      Please know me what size goes good with your theme, I will give you code to change help text.

      Thank You

    • #31869
      MOHO
      Participant
    • #31873
      WCFM Forum
      Keymaster

      Hi,

      For your template preferred size is 600X300, please add this code –

      function wcfm_marketplace_settings_fields_general_custom0918( $general_fields ) {
      	if( isset( $general_fields['list_banner'] ) ) {
      		$general_fields['list_banner']['hints'] .= ' Preferred  size is (600x300) pixels.';
      	}
      	return $general_fields;
      }
      add_filter('wcfm_marketplace_settings_fields_general', 'wcfm_marketplace_settings_fields_general_custom0918', 50 );

      Thank You

    • #31879
      MOHO
      Participant

      Thanks it work!
      and store logo
      could add “?” icon –> “preferred size”?

      in your next version?

      Attachments:
      You must be logged in to view attached files.
    • #32035
      WCFM Forum
      Keymaster

      Hi,

      We will definitely add that in next update.

      but you may add this to have it now –

      function wcfm_marketplace_settings_fields_general_custom1918( $general_fields ) {
      	if( isset( $general_fields['gravatar'] ) ) {
      		$general_fields['gravatar']['hints'] = 'Preferred  size is (125x125) pixels.';
      	}
      	return $general_fields;
      }
      add_filter('wcfm_marketplace_settings_fields_general', 'wcfm_marketplace_settings_fields_general_custom1918', 50 );

      Thank you

    • #32064
      MOHO
      Participant

      Thanks WCfM

      I will wait your next version.

    • #32070
      WCFM Forum
      Keymaster

      Hi,

      For this you don’t have to wait for next update, this code will work now.

      Thank You

    • #32255
      WCFM Forum
      Keymaster

      HI,

      We have added this core in latest update.

      Thank You

    • #32343
      MOHO
      Participant

      Thanks i translate it.

      I will give you new language pack soon.

      Please close it.

    • #32447
      WCFM Forum
      Keymaster

      Thank you very much 🙂

Viewing 12 reply threads
  • The topic ‘About the image size of store list and store vendor page’ is closed to new replies.