Tagged: enfold
-
AuthorPosts
-
October 5, 2013 at 4:54 pm #170813
Hi,
If I create a new Post “Video”, with featured image, you see broken.
If I create a new Post “Standard”, or “Image” or “Quote” etc … everything is ok.
I tried many combinations, with sidebar, without sidebar.
Please see at this screenshot: http://i.imgur.com/kfhBrU5.jpg
Enfold 2.3.1 – WordPress 3.6.1
Thanks
October 5, 2013 at 4:55 pm #170814This reply has been marked as private.October 6, 2013 at 4:45 am #171003Hello!
Here’s a workaround, apply this CSS:
.format-video .avia-iframe-wrap{ padding-bottom: 32.25% !important; } .format-video .avia-iframe-wrap iframe{ height: 360px; width: 640px; margin: 0 auto; right: 0; } .format-video .big-preview{ z-index: 2; position: relative; }
Result:
If you want to change the size of the player just change the iframe dimensions in the CSS.
Regards,
JosueOctober 6, 2013 at 8:04 am #171063Hi Josue,
I trie but unfortunately with this change is worse.
The featured image should disappear and the video should be full size.
As it stands now, the video is over the image featured. Very bad I would say.In this example (photoshop) as it should be:
Preview Post: http://i.imgur.com/9xu8vfu.jpg
And then, view Post: http://i.imgur.com/Cao1uUA.jpgThis problem occurs with the Video Post.
Thanks
October 7, 2013 at 4:43 am #171440Hi!
Use this code instead, replace the previous one (except for the iframe part which you already modified and it’s already working):
.format-video .avia-iframe-wrap{ padding-bottom: 49.25% !important; } .format-video .big-preview:first-child{ display: none; }
Result:
Regards,
JosueOctober 11, 2013 at 9:13 am #174061Hi Josue,
I tried, but the Featured Image disappears in preview Post.
I downloaded the latest version of Enfold, 2.3.2, I was hoping it was fixed but it is not.
No one who is aware of this problem?
In summary:
1) Standard post, with video and Featured Image OK http://egotheme.tv/2013/10/test-post-video-lightbox/
2) Video Post, with video and Featured Image: BROKEN http://egotheme.tv/2013/10/video-post-broken/This is the link of the Blog, please click “READ MORE” or “TITLE” Post! http://egotheme.tv/blog/
YOU CAN SOLVE THIS HORRIBLE THING? Please. Thanks.
October 11, 2013 at 5:59 pm #174304Hello!
Please add following code to Quick CSS in Enfold theme options under Styling tab
`.single-format-video #top .fullsize .template-blog .big-preview.multi-big { margin-bottom: -316px; } #top #wrap_all .big-preview.multi-big + .big-preview.multi-big { margin: 0 0px -30px 0px; } @media only screen and (min-width: 768px) and (max-width: 989px) { #top #wrap_all .big-preview + .big-preview { top: 30px; } } @media only screen and (max-width: 767px) { #top #wrap_all .big-preview.multi-big + .big-preview.multi-big { margin: 0 0px 110px 0px; } #top #wrap_all .big-preview + .big-preview { top: 156px; } }`
Regards,
Yigit- This reply was modified 11 years, 1 month ago by Yigit. Reason: edited custom CSS
October 11, 2013 at 6:29 pm #174321Hi Yigit,
unfortunately the same problem as you can see: http://egotheme.tv/2013/10/video-post-broken/
I inserted the code in Enfold theme options, and now I have also set up a child-theme, same problem.
If you want I’ll give you the keys to login as Admin (private reply)
Thanks!
October 12, 2013 at 4:35 pm #174645Hello!
Yes, please do so. Make sure to check “Set as private reply (Only you and moderators will see the content of this post)” above Submit button
Best regards,
YigitOctober 12, 2013 at 5:01 pm #174664This reply has been marked as private.October 12, 2013 at 8:22 pm #174683October 12, 2013 at 8:56 pm #174684Hey Ygit!
fantastic, it works perfectly!
Really thank you, I appreciate very much :)
October 12, 2013 at 9:16 pm #174686For those who want to solve this problem, this is the code:
.single-format-video .fullsize .template-blog .big-preview.multi-big { margin-bottom: -317px!important; } #top #wrap_all .big-preview.multi-big + .big-preview.multi-big { margin: 0 0px -30px 0px!important; } @media only screen and (min-width: 768px) and (max-width: 989px) { #top #wrap_all .big-preview + .big-preview { top: 30px!important; } } @media only screen and (max-width: 767px) { #top #wrap_all .big-preview.multi-big + .big-preview.multi-big { margin: 0 0px 110px 0px!important; } #top #wrap_all .big-preview + .big-preview { top: 156px!important; } } @media only screen and (max-width: 479px) { #top #wrap_all .big-preview + .big-preview { top: 170px!important; } }
October 13, 2013 at 2:58 pm #174771 -
AuthorPosts
- The topic ‘Post Video, view broken’ is closed to new replies.