• Resolved cyclopsthere

    (@cyclopsthere)


    I installed this plugin for a friend but he’d like iPhone users to be able to view it as well. Is it possible to edit the code in a way that when anyone clicks the video thumbnail it will simply be a link directly to the file and play in a new window?
    Thanks again so much.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Praveen Rajan

    (@praveen-rajan)

    Hi,

    That will not be possible my friend. The different playback options are set using the shadowbox popup.

    If iPhone browser supports the different video formats you can remove the popup. But the navigation options and other options set from admin panel will not be effective.

    Thanks,
    Praveen

    Thread Starter cyclopsthere

    (@cyclopsthere)

    Ok how do I disable the pop-up?

    Plugin Author Praveen Rajan

    (@praveen-rajan)

    To disable the popup do the following:

    In file cool-video-gallery.php, function CVGVideo_Render replace

    $output .=  '<a href="' . $video['filename'] . '" title="' . $video['title'] . '"  rel="shadowbox[' . $video['name'] . '];height=' . $options_player['cvgplayer_height'] .';width=' . $options_player['cvgplayer_width'] . '">' ;

    with

    $output .=  '<a href="' . $video['filename'] . '" title="' . $video['title'] . '">' ;

    Note:
    All the options available for player settings will be ineffective. Navigation between videos depend on the browser completely thereafter.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘[Plugin: Cool Video Gallery] Can I disable effects?’ is closed to new replies.