-
AuthorPosts
-
July 28, 2016 at 1:30 pm #666201
Hi,
In a 2/3 1/3 lay-out, I was wondering how I can manage having two videos displayed next to each other in one column. It must be something that I’m overlooking but I just can not find it…..
Any help is much appreciated.
Cheers,
Steven
July 28, 2016 at 2:11 pm #666241Hey steviger,
Please enable custom css class name support for builder elements http://kriesi.at/documentation/enfold/turn-on-custom-css-field-for-all-alb-elements/
Then add a custom class name to the videos and adjust the values in the below code to suit your design.
Add the css code in Enfold > General Styling > Quick CSS
.my-video { max-width:250px; float:left; } @media only screen and (max-width:768px) { .my-video { max-width:100%; float:none; display:block; } }
Best regards,
VinayJuly 28, 2016 at 3:09 pm #666265Hi,
Thanks for your reply. When I use your solution, I don’t see any video in normal size screen. However when I look in mobile view I indeed see two videos. I tried max-width:250px!important; but no luck.
July 29, 2016 at 7:24 am #666491Hi,
Please post us your login credentials (in the “private data” field), so we can take a look at your backend.Enable debug mode http://kriesi.at/documentation/enfold/enable-advanced-layout-builder-debug/ and please use the below shortcode
[av_one_half first min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display=''] [av_video src='https://www.youtube.com/watch?v=17xmBewxlsM' format='16-9' width='16' height='9' custom_class=''] [/av_one_half][av_one_half min_height='' vertical_alignment='' space='' custom_margin='' margin='0px' padding='0px' border='' border_color='' radius='0px' background_color='' src='' background_position='top left' background_repeat='no-repeat' animation='' mobile_display=''] [av_video src='https://www.youtube.com/watch?v=17xmBewxlsM' format='16-9' width='16' height='9' custom_class=''] [/av_one_half]
Best regards,
Vinay- This reply was modified 8 years, 5 months ago by Vinay.
July 29, 2016 at 9:24 am #666511Thanks! We’re almost there. I only see one video now. Shall I give you login credentials?
July 31, 2016 at 6:18 am #666931Hi,
Once you insert the shortcode please click on Advanced layout editor button and make sure the video elements are showing and save the page. This should fix the issue for you.
If you still have the same issue Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
- The URL to the login screen.
- A valid username (with full administration capabilities).
- As well as a password for that username.
- permission to deactivate plugins if necessary.
Best regards,
VinayAugust 2, 2016 at 12:39 pm #667600Thanks guys!
August 4, 2016 at 12:31 pm #668538Hi Vinay,
Did you find the time to have a look?
Regards,
Steven
August 8, 2016 at 2:08 am #669551Hey!
Try adding this code to the Quick CSS:
.flex_column { opacity: 1 !important; }
Cheers!
JosueAugust 9, 2016 at 10:08 am #670228Works. Thanks guys!
-
AuthorPosts
- The topic ‘[SOLVED] Layout question 2 video's next to each other’ is closed to new replies.