-
AuthorPosts
-
March 7, 2018 at 10:47 am #922835
Hi,
after updating to (4.2.6) , my videos arent working on my hompeage and have a grey bar at the top. NEED HELP ASAP as i need to launch
March 7, 2018 at 1:14 pm #922957Hey curmi01,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
VictoriaMarch 7, 2018 at 2:25 pm #923020Here you go
March 7, 2018 at 2:39 pm #923028Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
#top .av-video-slide .mejs-container { max-height: 100%;}
Best regards,
YigitMarch 7, 2018 at 5:23 pm #923150this just just bring them to a grey screen like
March 7, 2018 at 6:55 pm #923209@Victoria did you login in and see anything unusual ?
sorry for replying to my own thread but it’s urgent :(
wont update so sudden in the near future
Thanks
March 7, 2018 at 8:01 pm #923268Hey!
Login credentials did not work for me. Could you please check them once again?
Cheers!
YigitMarch 7, 2018 at 8:12 pm #923274try here
March 7, 2018 at 10:33 pm #923394Hi!
Could you please post FTP logins here privately as well? Your video works fine on my local installation. Not sure what exactly is causing the issue yet.
Best regards,
YigitMarch 8, 2018 at 1:53 am #923496it is self hosted with wordpress, and if im not mistakedn they dont use FTP or dont have that funcctionality
March 8, 2018 at 2:14 am #923505it seems like there is a problem with self hosted videos as links from youtube is working. Howvever i cant use this because i need to remove the youtube logo from the video.
March 8, 2018 at 2:31 am #923507Hi,
I see. I will share this thread with my teammates as well to have their opinion as well. We will update you again.
Cheers!
YigitMarch 8, 2018 at 1:17 pm #923856Ok will need aanswer shortly as potential sponsors are seeing my page and looks broken :( … if not not sure rolling back to the previous version just to get them working. But not sure how i should go about that if ill lose any chnages to the website.
Thanks
March 8, 2018 at 1:30 pm #923863Hey,
Sorry for the inconvenience. I attached previous version in private content field. Alternatively, maybe you could temporarily upload your videos on Vimeo?
Regards,
YigitMarch 8, 2018 at 10:40 pm #924157okay thanks – i am using vimeo, but would prefer self hosted as still the theme is acting weird in some aspects.
If i roll back to a previous version – will i lose my current website settings and all elements?
Thanks
Isaac
March 8, 2018 at 11:53 pm #924179Hey,
No, they are saved on your database so it is safe to update or downgrade.
Best regards,
YigitMarch 9, 2018 at 1:37 pm #924471Hi yigit the installation of the theme failed.
My videos with vimeo are also screwing up – any mention on self hosted videos?
Thanks
March 9, 2018 at 2:52 pm #924516Local mp4 files used for background videos on color section do not work either. Ajax loader image spins forever and mejs-container shows as small grey row.
- This reply was modified 6 years, 8 months ago by mensmaximus.
March 9, 2018 at 4:05 pm #924585Thanks for this, I am having the same problem.
I have tried using a COLOR SECTION and also a FULL WIDTH EASY SLIDER for video backgrounds.
In both cases, Youtube or Vimeo will display as expected, but the MP4 only shows on the left, confined by the height of the video.dding this seemed to fix it – .mejs-container {width: 100% !important;}
But my concern is for HTML5, don’t we need to upload the video in 3 formats? OGG, MP5 and WEBM or something? Can we have options for 3 videos to be called conditionally, or is that no longer the case?
Mens and Curmi01 please try
.mejs-container {width: 100% !important;}
And let me know if that works
March 9, 2018 at 5:39 pm #924635@LawElite this CSS rule is already active from the shortcode.js in Enfold 4.2.6.
March 9, 2018 at 5:43 pm #924639hey mate,
i added that but my video just shows a grey section :( …
March 9, 2018 at 5:53 pm #924643I have removed my video now. If this was a new bug I would say ‘can happen’. But this video issue is getting worse with each new version. I am tiered of debugging that problem again and again.
March 10, 2018 at 6:09 pm #924969Same issue here. On more than one client site. I had a separate ticket open for it. I would agree with @mensmanxim – that this has been a challenge for quite some time now. You guys are doing a phenomenal job with the theme, thank you – but some attention needs to be placed on this particular item that has been going on for quite some time – not good … especially given the popularity of it’s usage.
March 10, 2018 at 7:23 pm #924988any update?
March 11, 2018 at 4:49 am #925136.
- This reply was modified 6 years, 8 months ago by Justin.
March 12, 2018 at 9:19 pm #925715Hi,
We are afraid not yet – but we are still working on the issue.
We appreciate the help and your patience.Best regards,
BasilisMarch 15, 2018 at 6:23 pm #927553keep us posted. I noted another client site is broken. Going to hold off on pulling the ‘update’ trigger moving forward with the theme. It’s not ever advised to even do any form of updates on a live site anyways. Hoping for a resolution soon. It’s not just videos, it’s background images that are breaking content on pages that overlay them.
March 18, 2018 at 12:12 am #928586Hey folks,
the videos on my site are also broken. Using the video shortcode.
All my videos will not be shown in the right size and worst: the fullscreen video just shows a micro sized video.
I have clients paying for this videos, and they will request a refund if my videos are not working. Guess who is in trouble now. So I need a fix for this immediately.Please provide first a solution on how to roll back the last versions.
Need your help ASAP.
Ps. Just an idea, what about reverting the buggy code to a previous version?Pps. Tried to use video element, but it seems avia layout editor lets wordpress run its magic after saving. This means, that controlsList=”nodownload” will be removed, so everywhere a download button is shown… not a workaround.
update 3: tried to roll back to 4.2.3 problem stays and is still there.
update 4 and workaround:
Patched it for myself. In shortcodes.css (Line:3728) you define a max-height:30px for .mejscontainer
#top .mejs-container{height: 30px; max-height: 30px}
Dumped this property and now it works, could you please fix your code:
#top .mejs-container{height: 30px;}
This one made me very angry, next time i have to patch this theme, i will just dump it and buy a better one. Sad but true.
- This reply was modified 6 years, 8 months ago by Arek.
March 19, 2018 at 4:01 am #928851Hi,
Thank you for the update. We would like to apologize for the troubles. The css declaration that @Arek mentioned above was not supposed to be included in the theme because it limits the height of the video container. Please edit the css > shortcodes.css file and remove the following css code.
#top .mejs-container{height: 30px; max-height: 30px}
Don’t forget to re-save the theme options, remove browser cache and do a hard refresh before checking the page.
Best regards,
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.