Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Marketplace (WooCommerce Multivendor Marketplace) › About the image size of store list and store vendor page
Tagged: Banner Dimension
- This topic has 12 replies, 2 voices, and was last updated 6 years, 2 months ago by WCFM Forum.
- AuthorPosts
- September 17, 2018 at 6:42 pm #31836MOHOParticipant
I see “Banner Dimension(s)” setting
bug i’am confused…
1. the image size of store list
2. the image size of store vendor pageboth 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. - September 17, 2018 at 7:17 pm #31843WCFM ForumMember
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
- September 18, 2018 at 12:03 am #31864
- September 18, 2018 at 12:19 am #31867WCFM ForumMember
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
- September 18, 2018 at 12:21 am #31869MOHOParticipant
I use rehub theme
https://themeforest.net/item/rehub-directory-multi-vendor-shop-coupon-affiliate-theme/7646339this is my store list page
http://mall.sites.moho.tw/store-listin - September 18, 2018 at 12:31 am #31873WCFM ForumMember
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
- September 18, 2018 at 12:41 am #31879
- September 19, 2018 at 8:18 pm #32035WCFM ForumMember
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
- September 20, 2018 at 12:27 am #32064MOHOParticipant
Thanks WCfM
I will wait your next version.
- September 20, 2018 at 4:10 am #32070WCFM ForumMember
Hi,
For this you don’t have to wait for next update, this code will work now.
Thank You
- September 22, 2018 at 3:46 pm #32255WCFM ForumMember
HI,
We have added this core in latest update.
Thank You
- September 24, 2018 at 3:04 am #32343MOHOParticipant
Thanks i translate it.
I will give you new language pack soon.
Please close it.
- September 24, 2018 at 8:05 pm #32447WCFM ForumMember
Thank you very much 🙂
- AuthorPosts
- The topic ‘About the image size of store list and store vendor page’ is closed to new replies.