WC Lovers

WooCommerce Frontend Manager - Multivendor marketplace vendor dashboard

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!

Forum Replies Created

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • in reply to: Disable upload file in Add order note #140623
    zoe
    Participant

    I wish to do this also.

    in reply to: Add Email to Admin and Vendor Dashboard columns #139694
    zoe
    Participant

    Ok, so it is either phone number or email, but not both? You are saying there is only room for one spare extra column and we are already using this for the email? Is that correct?

    in reply to: Add Email to Admin and Vendor Dashboard columns #138798
    zoe
    Participant

    Ok, customer is also asking if the phone number can also be added as another additional column. I’m sorry I do not know how to code php. Your help is appreciated. Thank you.

    in reply to: Add Email to Admin and Vendor Dashboard columns #138738
    zoe
    Participant

    works great thanks a million!

    in reply to: ACF for Vendors #135892
    zoe
    Participant

    PS: I would still like to add custom fields to the vendor page, as this could open up lots of possibilities. Hope this can be done, or is in the pipeline for implementation. Thanks

    in reply to: Vendor Store Page Video Banner Dimensions #135890
    zoe
    Participant

    Thanks very much. I got it working now. The video was chopping off the top -75px and the height was being forced at whatever size it was set to in the store configuration settings page, which in my case was 450px, it would be useful if these boxes could accept a % size as well as a pixel size.

    So I have managed to override the embedded CSS code by applying custom CSS in the advanced tab in Elementor on the Store Banner box as follows:-

    .banner_video iframe {
    position: absolute;
    top: 0px !Important;
    left: 0;
    width: 100%;
    height: 100%;
    }
    .banner_area {
    position: relative;
    height: 100% !Important;
    overflow: hidden;
    }

    I probably don’t need all of this css, but it’s working for now and I’m happy with that!

    in reply to: ACF for Vendors #135888
    zoe
    Participant

    I have managed to override the embedded CSS code by applying custom CSS in the advanced tab in Elementor on the Store Banner box as follows:-

    .banner_video iframe {
    position: absolute;
    top: 0px !Important;
    left: 0;
    width: 100%;
    height: 100%;
    }
    .banner_area {
    position: relative;
    height: 100% !Important;
    overflow: hidden;
    }

    I probably don’t need all of this, but it’s working for now and I’m happy with that! If anyone has any other ideas, please share.
    You could probably add this to your child theme css as well, but I haven’t tried that.

Viewing 7 posts - 1 through 7 (of 7 total)