ACF for Vendors

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 2 reply threads
  • Author
    Posts
    • #135767
      zoe
      Participant

      Hi

      I’m unable to resize the video banner for use on my store vendor pages, so I’m wondering could I use a ACF field instead and add a video to the Vendor’s page. The video would have been the easiest option if it could have been resized as I wanted a small portrait size video on the left and the ‘About’ (using the shortcode provided) on the right.

      I am using Elementor Pro and the WCFM Marketplace Elementor addon with WCFM Ultimate.

      I’ve never been so frustrated with one tiny aspect of web design!!

      Kind regards
      Zoe

    • #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.

    • #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

Viewing 2 reply threads
  • You must be logged in to reply to this topic.