Multi Vendor Marketplace Plugin | WCFM Marketplace › Forums › WCFM – Ultimate › ACF for Vendors
Tagged: ACF, Store page design, Vendors ACF
- This topic has 2 replies, 1 voice, and was last updated 4 years, 6 months ago by zoe.
- AuthorPosts
- May 27, 2020 at 5:34 pm #135767zoeParticipant
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 - May 27, 2020 at 8:08 pm #135888zoeParticipant
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. - May 27, 2020 at 8:13 pm #135892zoeParticipant
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
- AuthorPosts
- You must be logged in to reply to this topic.