lifeofryley
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Zerif Lite] How can i embed a video on front page?Got it to work now. Looks really good:
echo ‘</div>’;if ( function_exists( ‘soliloquy’ ) ) { soliloquy( ‘rolling-videos’, ‘slug’ ); }
echo ‘<div class=”clear”></div>’;
Thanks for your help,
Ryley
Forum: Themes and Templates
In reply to: [Zerif Lite] How can i embed a video on front page?Thanks Marius,
I think I’m getting somewhere. I’ve purchased the Soliloquy plug in (developer license).
I’ve created the thumbnail scroller and it gave me this to insert:You can place this slider anywhere into your posts, pages, custom post types or widgets by using one the shortcode(s) below:
[soliloquy id=”58″]
[soliloquy slug=”rolling-videos”]You can also place this slider into your template files by using one the template tag(s) below:
if ( function_exists( ‘soliloquy’ ) ) { soliloquy( ’58’ ); }
if ( function_exists( ‘soliloquy’ ) ) { soliloquy( ‘rolling-videos’, ‘slug’ ); }I’ve tried adding:
echo ‘</div>’;echo ‘if ( function_exists( ‘soliloquy’ ) ) { soliloquy( ’58’ ); }’;
echo ‘<div class=”clear”></div>’;
Similar to what you’ve noted above. Something appears to be working, but the site doesn’t load properly.
Thoughts?
Forum: Themes and Templates
In reply to: [Zerif Lite] How can i embed a video on front page?side note – hilarious choice in video..
awesomeForum: Themes and Templates
In reply to: [Zerif Lite] How can i embed a video on front page?This is really helping guys – thanks for the posts here.
Do you have an example website where you’ve already added the embedded video?
Also, I’d like to add an embedded group of video thumbnails. Something users can scroll side to side, then select a video to play. The video would then open a new smaller window.
I’ve been searching for this for way too long now ??
I think I’ve come to the right place though!!
Thanks,
Ryley