• Resolved oglayrocker

    (@oglayrocker)


    First, I must say that it is a great plugins. I install this plugin to many website.
    On the newest website that I working on, I can not add Youtube Video…
    It happened like this:
    After I add the Video URL, click Generate details, so the Title/Name is showed, choosing the Categories, and last is click the Add video button…
    the next page shown after that is the just the same, except all forms (Video URL, Title/Name) is empty… So I check to “All Videos” section, the video is not added…
    What is my mistakes, because as I try to add Youtube video to my other web, it works well… Thanx

    https://wordpress.org/plugins/contus-video-gallery/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,

    1) Open /wp-content/plugins/contus-video-gallery/admin/controllers/playlistController.php and find isset ( $this->_playListId ) and replace with !empty($this->_playListId)

    2) Open /wp-content/plugins/contus-video-gallery/admin/controllers/videosController.php and find !isset($this->_videoId) and replace with empty($this->_videoId) and also find isset ($this->_videoId) and replace with !empty($this->_videoId) and check.

    We have modified this changes in the same 2.5 version yesterday. So you get the updated plugin in the following link http://wordpress.org/plugins/contus-video-gallery/

    Thread Starter oglayrocker

    (@oglayrocker)

    great…
    i just re-install the plugins with the updated one, and everything works well now…
    thanx a lot…

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Can't adding Youtube Video’ is closed to new replies.