Viewing 1 replies (of 1 total)
  • Hi,

    Please open \wp-content\plugins\contus-video-gallery\front\views\videohome.php and find the below code

    if ($settingsData->default_player == 1) {
                    $swf                        = $this->_bannerswfPath;
                    $showplaylist               = "&showPlaylist=true";
                } else {
                    $swf                        = $this->_swfPath;
                    $showplaylist               = '';
                }

    and replace with the following code

    `$swf = $this->_swfPath;
    $showplaylist = ”;`

    Now refer the following link http://www.apptha.com/forum/viewtopic.php?f=27&t=1773

    If you are still facing the same issue, feel free to contact us.

Viewing 1 replies (of 1 total)
  • The topic ‘Update stopped player’ is closed to new replies.