New Landing How can we help? Themeforest Theme Support Dante Youtube fullscreen icon doesnt work in video posts

Viewing 9 posts - 1 through 9 (of 9 total)
  • Posted in: Dante
  • #136025
    derestricted
    Member
    Post count: 76

    Hi, The video fullscreen icon is not working on videos I post when they show at the top of a post as a featured item. On PC you see an icon which doesnt work, but on a mac you dont even get the fullscreen icon. please advise. This is on every post with a featured video, for example:
    http://derestricted.com/motorcycles/moto-trials-riding-through-giant-igloo-tundra-trial

    #136084
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Can you show a screenshot of that fullscreen icon? Did you check that our demo works the way you expect?

    Let us know,

    Thanks,
    laranz.

    #136279
    derestricted
    Member
    Post count: 76

    As you see bottom right of the attached image, no fullscreen icon shows up. When a video is placed INSIDE of a post and not just in the header it does show the fullscreen icon. The fullscreen icon is also missing in your demo, so the problem lies in the way you have coded the site to show video at the top of the page.

    Most people who click in to a post to watch a video will want to open it fullscreen so you guys should really fix this. At the moment you have to click through to youtube and then click fullscreen which is not acceptable.

    Attachments:
    You must be logged in to view attached files.
    #136282
    derestricted
    Member
    Post count: 76

    Below is a screenshot of a video posted inside a post and not as a header item, and as you can see there is a fullscreen icon on the lower right of the video. If you could help me fix this asap that would be appreciated. thank you.

    Attachments:
    You must be logged in to view attached files.
    #136294
    derestricted
    Member
    Post count: 76

    I have been trying to find an answer to this, and it seems perhaps it is an issue with chrome? The icon is showing up in firefox. is there some code you can add to force the fullscreen option? Like iframeNode.setAttribute(‘allowfullscreen’,’true’); or something? is the header using an iframe on dante videos?

    #136402
    laranz – SUPPORT
    Member
    Post count: 3186

    Hi,

    Open up wp-content\themes\dante\includes\sf-media.php in FTP and go to this line #45 you found a line like this

    return '<div class="sf-video-wrap"><iframe itemprop="video" src="http://www.youtube.com/embed/'. $video_id[1] .'?wmode=transparent" width="'. $width .'" height="'. $height .'" ></iframe></div>';

    Change that to

    return '<div class="sf-video-wrap"><iframe itemprop="video" src="http://www.youtube.com/embed/'. $video_id[1] .'?wmode=transparent" width="'. $width .'" height="'. $height .'" allowfullscreen></iframe></div>';

    I also, forward this to our developer to have a fix in the upcoming updates.

    Let us know,

    Thanks,
    laranz.

    #136458
    derestricted
    Member
    Post count: 76

    Perfect it works now, thank you!

    #136473
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I am glad that you issue resolved. Great, thanks Laranz.
    Thanks
    Mohammad

    #136545
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Added for the next update! Thanks Laranz.

    – Ed

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in and have valid license to reply to this topic.

License required for one of the following items
Login and Registration Log in · Register