Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • kjlarski JATC
    #197175

    Hi all-

    I’m really liking this new template – VERY nice work. I’m thinking of using this to redo our own website. So the Video Background section… can this be used to do a video background in the header of the site? So upon “play”, you see the video only in the top header with the text overlaid on top.

    It would be absolutely fantastic if a video can play in the background of the top header. This would set this template above the rest. Is this possible? If so, could you please let me know how?

    Thanks!
    Kevin

    TomC Moderator
    #532780

    Hey Kevin:

    My initial thought is that you cannot use the video background module as a background for your header … not easily anyway … as it would involve having to code in your logo and top navigation items as well.

    I’m not going to say it can’t be done . . . but I don’t believe it’s a “point-and-click” type of effort.

    Nevertheless, it’s an interesting question and I will forward it onto the JA Development Team for further review and comment.

    ๐Ÿ˜Ž

    kjlarski JATC
    #532783

    Hey Tom-

    Thanks for the quick response. I feel like video backgrounds are a huge trend right now (http://www.hongkiat.com/blog/fullsize-video-background-websites/), and if JA could pull this off, it would definitely be a huge win for your team.

    I understand it may not be a current out-of-box setting, but it also seems like it wouldn’t be terribly difficult from the image background. An image is just HTML, and the logo/ nav is stored separately from that HTML, and overlaid on top. I’m thinking the video would be treated the same way, however I also don’t want to over simplify something more complex than that.

    I’m happy to make this a reality for myself and others. PM me, and I can throw a few development dollars your way if that would help, and I’m also happy to provide a QA resource to help with any testing. Then, it would be available for the rest of your customers as well. That’s the joy of open source, right? ๐Ÿ™‚

    Looking forward to hearing any more thoughts.

    Thanks!
    Kevin

    Css Magician Friend
    #532804

    @kjlarski,
    You can try steps below to have a video background in the top header:

    1) Disable JA Slideshow module in backend
    2) Create a custom html module as follows:

    Output:


    <div class="video-shuffle-wrap">
    <div class="video-shuffle" data-js-view="video-shuffle">
    <div class="mask">ย </div>
    <video loop autoplay style="width: 100%; height: auto;" poster="images/stories/joomla/poster.png">
    <source src="http://static.joomlart.com/video/ja_appolio/welcome.mp4" type="video/mp4" />
    <source src="images/stories/joomla/welcome.webmhd.webm" type="video/webm" />
    <div class="video-fallback" style="padding-bottom: 56.25%">
    <object type="application/x-shockwave-flash" data="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf" width="100%" height="100%" >
    <param name="movie" value="http://releases.flowplayer.org/swf/flowplayer-3.2.1.swf" />
    <param name="allowFullScreen" value="true" />
    <param name="wmode" value="transparent" />
    <param name="flashVars" value="config={'playlist':[{'url':'http://static.joomlart.com/video/ja_appolio/welcome.mp4','autoPlay':true, 'controls': null}]}" />
    <img alt="Sample Video" src="images/stories/joomla/poster.png" width="100%" height="auto" title="No video playback capabilities, please download the video below" />
    </object>
    </div>
    </video>
    </div>
    </div>

    Module title: Video Background

    Module Postion: slideshow

    Menu Assignment: Home page

    Status: Published

    Show Title: Hide

    3) Create the file: templatesja_sugitecsscustom.css and add following css rule:


    .has-slideshow .t3-header {
    background: #292929
    }

    .ja-slideshow {
    background: none;
    }

    kjlarski JATC
    #532929

    Hi there-

    Wow – thanks so much for the detailed response. That’s extremely appreciated.

    So I did what you said, and it is in fact working. However, it looks like the mp4 file is taking several minutes before it appears. Can you please check out http://www.socialraise.com/srnew/

    Any thoughts?

    Best,
    Kevin

    kjlarski JATC
    #532933

    I tested with a couple other videos, and I think the delay is mainly due to the video. However, still seeing a lot of cross-browser issues. I understand this request is out of the normal scope of support, but do you think this may be something you’ll look at implementing in the future?

    Thanks again,
    Kevin

    Css Magician Friend
    #533227

    @kjlarski, in JA Sugite version 1.0.1 will have “Home Page 2” with video background section, fun fact section… please wait for few days.

    kjlarski JATC
    #533305

    Wow – this is very exciting! Let me know if there’s anything I can do to help test. Happy to put it through some cross-browser testing.

    Looking forward to this new feature! ๐Ÿ˜€

    Best,
    Kevin

    Css Magician Friend
    #534593

    @kjlarski, just let you know we have released JA Sugite 1.1.0 with some features and video background section. You can check out here

    pferrol Friend
    #535119

    I download the last version but i donยดt see the video background section. Can you help me?

    Css Magician Friend
    #535272
Viewing 11 posts - 1 through 11 (of 11 total)

This topic contains 10 replies, has 4 voices, and was last updated by  kjlarski 9 years, 11 months ago.

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