Vendor Logo

WCMp Advanced Frontend Manager

Resolved
Viewing 5 reply threads
  • Author
    Posts
    • #204149
      Nathan Wolhendler
      Participant

      How can we have the vendor logo 200px x 200px (instead of 100px) for the upload and display. Now its small and blurry?

    • #204167

      Kindly add the below code in the style.css file of your current active theme and check –

      
      .mvx-profile-imgcls {
      width:
      200px
       !important;
      height:
      200px
       !important;
      }
      
      Copy
    • #204214
      Nathan Wolhendler
      Participant

      the image looks very pixelated (because it is loading in at 100px but now displayed at 200px. I need it to load in at 200px and display at 200px

    • #204244

      Our team is looking into this. Kindly provide us some time.

    • #204288

      Hi,
      Kindly add below code to your active theme function.php

      add_filter('mvx_frontend_dash_upload_script_params', 'mvx_frontend_dash_upload_script_params_default');
      function mvx_frontend_dash_upload_script_params_default($image_script_params) {
      	$image_script_params['default_logo_ratio'] = array(200, 200);
      	return $image_script_params;
      }
      Copy

      Regards,

    • #216077

      Its been long and we have not heard back from you. We presume your query is resolved now. We are closing this thread. If you need help or face issue in future please create a new support topic.

Viewing 5 reply threads

The topic ‘Vendor Logo’ is closed to new replies.