Hi Guys,
I've bought this theme and followed your youtube instructions for demo installations but no luck.
I wanted the demo install exacty the same way as its working here http://demo.megadrupal.com/?theme=magnum
I've been using drupal for some time but failing installing your theme.
Hi I manage to get it installed so please dont look into it.
I've some other issues:
How do I remove regions from the page I dont want?
All the images are coming with plceholders?
Where and how do I change the video.
Video taking 2 clicks to play.
this is my site: www.depthfilms.com
Thanks for your help
Hi all,
I manage to figured out most of the issues listed above but still having below issues.
If I set the video settings to 'auto play' the text stays on the screen.
if I dont set it to autoplay and get user to play it then its temparamental and most of the times takes two clicks. Please advice the Fix.
is there is any way that video sound on main slider can be switched on as default.?
Thanks
Its also not workin on anderiod phones and tablets
Hi,
So your issues now are just the ones listed in comment #3 and #4, right?
All about video problem?
- About the problem "click twice" to play header video, we do not see it. May be your network is a bit slow, so it takes time to load video
- Turn on video sound as default, please check file main.js in floder /sites/all/themes/md_magnum/js/
The Section includes background video, you can find
if( /Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent) ) { onMobile = true; }
if( ( onMobile === false ) )
If you want to play video on mobile, please remove
If( ( OnMobile === False ) )
If you want to turn on video sound as default, just change true => false in
Mute: True, // Mute The Audio;