• Resolved wpbetsy

    (@wpbetsy)


    Vendor’s email address suddenly appears at shop front page publicly. Can make it hidden as usual? Shop description is not showing at shop front page as well.

    Can you make the shop front banner auto-resize itself?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Dualcube

    (@dualcube)

    Hi @wpbetsy, not to worry. Just add this code to the function.php of the current active site to remove vendor email from shop page :
    add_filter('wcmp_vendor_store_header_hide_store_email', '__return_true');

    Let us know if you have any further query.

    Thread Starter wpbetsy

    (@wpbetsy)

    This is a bugs. It appears on newly created vendor shop page only. Could you please fix it in your plugin?

    Dualcube

    (@dualcube)

    @wpbetsy, we checked the same on our end. As you can see in this video, there is no email is displaying for existing vendor. We have also added one new vendor, the email is also not getting displayed: https://www.useloom.com/share/1829b443cff74773bf5faa8c5af978c1

    Can you please check again, when this code is active in your site, whether the emails are getting displayed. If it is, please reach us over our forum, so we can help you out further – https://wc-marketplace.com/support-forum/

    Thread Starter wpbetsy

    (@wpbetsy)

    Can you add a function in plugin to let admin choose whether to display vendor’s email or not?

    The vendor’s email still shows at shop front page.

    Dualcube

    (@dualcube)

    @wpbets, We do have a plan to add Privacy Policy settings in our future updates.

    However, the issue you are facing in your site might be sure to theme conflict.
    Just to be sure, switch to some default theme like Storefront and add this code, in the function.php add_filter('wcmp_vendor_store_header_hide_store_email', '__return_true');. After that check the shop page again.

    Keep us posted.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘issues’ is closed to new replies.