Forum Replies Created
-
-
8 years ago in reply to: Conflict with W3 Cache Plugin….
Hey Martin,
Thank you very much. I added those two files to the “Never minify the following JS files:” in the minify settings in W3 Cache.
It seems to have done the trick. Videos now play in android Chrome with the cache plugin enabled! :)
Thanks again,
James8 years ago in reply to: Add shortcode to Genesis theme archives?Hi Viktor,
I added
add_filter( ‘genesis_term_intro_text_output’, ‘do_shortcode’ );
to my functions file and its now working.
Thanks for your reply
9 years ago in reply to: Add shortcode to Genesis theme archives?Any ideas?
9 years ago in reply to: Make the video clickable to a custom url?Hello Martin,
So with the pro version this feature is avalible?
I don’t need a seperate ad as such. When the main video is playing if the user clicks on the video again the video pauses and the custom url opens in a new window. So it wouldn’t be pre or post…
Thanks,
James9 years ago in reply to: Add shortcode to Genesis theme archives?Hello Martin,
I am using the basic shortcode to call the FV player…
[fvplayer src="http://www.mydomain.com/video.mp4" splash="http://www.mydomain.com/picture.jpg"]
I add this shortcode to the html intro section for a category in the Genesis theme. But all I can see is the raw code…
Thanks,
James