Forum Replies Created
-
AuthorPosts
-
razcal
ParticipantThank you so much! You are very patient, and I really appreciate it. I got it working now, after a clean reinstall of both themes!
razcal
ParticipantI 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.
razcal
ParticipantYes, 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.
razcal
Participantrazcal
ParticipantDo 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.
razcal
Participantalso 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.
razcal
ParticipantThanks 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?
razcal
ParticipantI also added the attributes autoplay=”autoplay” and loop=”loop” to the aforementioned header.php but it did not help.
Thanks.
razcal
Participanto.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!
-
AuthorPosts
