Okay
  Public Ticket #146539
Video Slider not loading
Closed

Comments

  • Jose started the conversation
    Hi and thank you for your theme. We've been trying to set-up the slider with a video but we are can't get it to work. We have the video uploaded in mp4, webm and ogv and with different filenames but still not working. Thank you for your help PS - Demo page http://awaywithmusic.com/video-test/
  •  998
    ThemeNectar replied

    Hey Jose! 

    Some servers requireyou to add the media types supported in the .htaccess file in order for them to parse the files. Open up your .htaccess file located in the root of your WordPress install and add this:

    AddType video/mp4 mp4 
    AddType video/mp4 m4v 
    AddType video/ogg ogv 
    AddType video/webm webm 
    AddType video/webm webmv

    Cheers!