New Topic

razcal

Forum Replies Created

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • in reply to: Video Instead of Slider? #735

    razcal
    Participant

    Thank you so much! You are very patient, and I really appreciate it. I got it working now, after a clean reinstall of both themes!

    in reply to: Video Instead of Slider? #717

    razcal
    Participant

    I have to reinstall the child theme? or do you mean update the header.php both in the theme and then ALSO reupload the updated header.php thru ftp? Please be clear. ^^That is a bit terse.

    Also now my body background is nerfed. It will not load a background image or color? Please advise.

    Thanks.

    in reply to: Video Instead of Slider? #705

    razcal
    Participant

    Yes, please. I am just about to give up, as I was also having trouble adding the mediatype for ogv in my htaccess. video shouldn’t be this hard :) I know it’s coming natively in WPv3.6. Thanks.

    in reply to: Video Instead of Slider? #703

    razcal
    Participant
    in reply to: Video Instead of Slider? #700

    razcal
    Participant

    Do you mean the sample text displayed on your test?  Also, did you test within a child theme or in a native theme environment?  I will look at in a bit an report back.  Thanks.

    in reply to: Video Instead of Slider? #688

    razcal
    Participant

    also looking at this player plugin.  http://wordpress.org/extend/plugins/videojs-html5-video-player-for-wordpress/installation/  but again how would we get it placed where the slider normally would go.  I would still like the left content/right sidebar page below the video.

    in reply to: Video Instead of Slider? #687

    razcal
    Participant

    Thanks again, but that did not work.  I put the exact syntax in with the word TEST.  It does not display.

    I am wondering if it needs a container between the nav and page/post?  The slider has a div id and closes.  What do you think?  If so would we add that to the child css?

    in reply to: Video Instead of Slider? #685

    razcal
    Participant

    http://brianbattaglialaw.com/

    I also added the attributes autoplay=”autoplay”  and loop=”loop” to the aforementioned header.php  but it did not help.

    Thanks.

    in reply to: Video Instead of Slider? #682

    razcal
    Participant

    o.k.  I did exactly as you said and nothing shows up.  I thought html5 can play native video?  Code below.  Please advise.

    <?php if ( is_home() ) {echo ‘<video poster=”/wp-content/uploads/2013/video/brian-battaglia_home-poster.jpg” width=”1000″ height=”480″ autoplay loop>

    <source src=”/wp-content/uploads/2013/video/brian-battaglia_home-MP4.mp4″ type=”video/mp4″>

    <source src=”/wp-content/uploads/2013/video/brian-battaglia_home-OGV.ogv” type=”video/ogg”>

    <object type=”application/x-shockwave-flash” data=”/wp-content/uploads/2013/video/brian-battaglia_home-player.swf” width=”1000″ height=”480″>

    <param name=”autoplay” value=”true”>

    <param name=”allowfullscreen” value=”false”>

    <param name=”allowscriptaccess” value=”always”>

    <param name=”flashvars” value=”/wp-content/uploads/2013/video/brian-battaglia_home-FLV.flv”>

    <!–[if IE]><!–><param name=”movie” value=”m/player.swf”><!–<![endif]–>

    <img src=”/wp-content/uploads/2013/video/brian-battaglia_home-poster.jpg” width=”1000″ height=”480″ alt=”Video”>

    </object>

    </video>’;} ?>

    Am I missing something?  Is this completely wrong?  Do I need a player?  Can you recommend one?  Huge thanks!

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