Viewing 10 replies - 1 through 10 (of 10 total)
  • Share your site link to check the issue.

    Thread Starter luconet

    (@luconet)

    The problems are on all sites, even on your demo site:

    Thread Starter luconet

    (@luconet)

    Hi,

    I have noticed the issue with the given URL and working on the demo. Since the new version has been released, updating the demo with the latest version. While doing this, responsive issue will also be fixed. If you want to fix the same for your site, contact the support team at assist@apptha.com

    sakram80

    (@sakram80)

    Hi,

    I am also facing responsive problem when I add dailymotion videos. Player scale down the width and height of the video, but it hides the video controls. It only shows black screen.

    Videos are displayed normally in desltop/PCs. But when I try to open it with ipad, or smartphone nexus 4, p8 I cannot.

    best regards,

    karthikeyani

    (@karthikeyani)

    Share your site link to check the issue.

    sakram80

    (@sakram80)

    Hi karthikeyani,

    Thanks. Here is the link.
    http://www.zameen.info

    br

    priyadarshinimuthuraman

    (@priyadarshinimuthuraman)

    Hi,

    For DailyMotion videos not playing in the mobile device, follow the below steps,

    1) Go to the file path wp-content/plugins/contus-video-gallery/front/views/videodetailpage.php.

    2) And find the below code, take backup of the file before modifying it.

    $output='<script src="http://api.dmcdn.net/all.js"></script><div id="player"></div><script>var player = DM.player(document.getElementById("player"),{video: "'.$split_id[0].'",width: "100%",params: {html: 0,wmode: "opaque"},events: {playing: function(){onPlayerStateChange();}}});var done = false;function onPlayerStateChange(){if (!done) {currentVideoP('.$videoId.');done = true;}}</script>';

    replace the above code as below,

    $output='<script src="http://api.dmcdn.net/all.js"></script><div id="player"></div><script>var player = DM.player(document.getElementById("player"),{video: "'.$split_id[0].'",width: "100%",events: {playing: function(){onPlayerStateChange();}}});var done = false;function onPlayerStateChange(){if (!done) {currentVideoP('.$videoId.');done = true;}}</script>';
    sakram80

    (@sakram80)

    Hi priyadarshinimuthuraman,

    It works like charm

    thanks alot.

    best regards,

    ketanrajput

    (@ketanrajput)

    Hii

    I have used this plugin WordPress Video Gallery. Videos is showing on desktop is good but on mobile version and ipad version its not showing.its showing the error “player does not support”

    How can i fix this?

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Responsive problem’ is closed to new replies.