Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • Tech-xml Friend
    #155910
    Tech-xml Friend
    #361329

    <div class="video-heading clearfix">
    <div class="ja-left-side">
    <div class="inner">
    <div class="video-info clearfix">
    <p>Upload by <a title="Sample link" href="#">Blink</a> 6 hours ago.</p>
    <ul class="tags">
    <li><a title="Sample tag" href="#">Education</a></li>
    <li><a title="Sample tag" href="#">University</a></li>
    <li><a title="Sample tag" href="#">Students life</a></li>
    </ul>
    </div>
    </div>
    </div>
    <div class="ja-right-side">
    <div class="inner">
    <h3 class="video-title">Video title here</h3>
    <p>Commissioned by the Swiss Zirkel Gallery, "Peripetics" is a striking, six-part visual exploration of computer graphics as art, described by the artists as: "imaginations of disoriented systems that take a catastrophic turn, including the evolution of educational plant-body-machine models and liquid building materials."</p>
    <a class="readmore">More Videos</a></div>
    </div>
    </div>​

    Where do I set up the link to the video vimeo?

    Saguaros Moderator
    #361363

    You go to the module manager and change the video inside content of Custom video layout module ( this is using the custom module )

    Tech-xml Friend
    #361442

    resolved: changed the publisher for noeditor

    alpinevp Friend
    #367628

    <em>@tienhc 201586 wrote:</em><blockquote>You go to the module manager and change the video inside content of Custom video layout module ( this is using the custom module )</blockquote>

    Can you elablorate please? I see the code but where is it pulling the vimeo and creating the video player? What position is this actually published in? I see it says video, but is that actually a position in the template? Can HDFLV or another video player be used instead? How about a real detailed explanation on just what you guys did on this video page?>:(

    Ninja Lead Moderator
    #367718

    Hi alpinevp,

    here is the actual content of Custom video layout module:

    <div class="video-heading clearfix">
    <div class="ja-left-side">
    <div class="inner">
    <iframe src="http://player.vimeo.com/video/11310742?title=0&byline=0&portrait=0" width="640" height="360" frameborder="0" style="position: relative; z-index: 9;"></iframe>
    <div class="video-info clearfix">
    <p>Upload by <a href="#" title="Sample link">Blink</a> 6 hours ago.</p>
    <ul class="tags">
    <li><a href="#" title="Sample tag">Education</a></li>
    <li><a href="#" title="Sample tag">University</a></li>
    <li><a href="#" title="Sample tag">Students life</a></li>
    </ul>
    </div>
    </div></div>

    <div class="ja-right-side">
    <div class="inner">
    <h3 class="video-title">Video title here</h3>
    <p>Commissioned by the Swiss Zirkel Gallery, "Peripetics" is a striking, six-part visual exploration of computer graphics as art, described by the artists as: "imaginations of disoriented systems that take a catastrophic turn, including the evolution of educational plant-body-machine models and liquid building materials."</p>
    <a class="readmore">More Videos</a>
    </div>
    </div>
    </div>

    as you can see it uses iframe to fetch the video player from vimeo.com, the module is in “video” position, if you wanna change the video to a youtube video for example, just replace the <iframe tag with youtube embed code. But note: if you set default WYSIWYG editor to MCE, it wont let you insert advance html tags like iframe, so remember to switch default WYSIWYG editor to No editor in admin > global configuration first.

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

This topic contains 6 replies, has 4 voices, and was last updated by  Ninja Lead 13 years, 10 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum