igloobob
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Supersized] [Plugin: WP Supersized] Slide CaptionActually, I have just removed the Alt and Description for each image within the nextGen galleries I don’t want captions on and this seems to work. Not ideal though as there is now no alt info for the images so really need another method.
Forum: Plugins
In reply to: [WP Supersized] [Plugin: WP Supersized] Slide CaptionI would also love to know how to do this if anyone can shed any light?
Just need captions on one of my pages.
correction sorry, it also doesn’t play in Chrome.
Hello,
sorry for the delay. I sued winff with your settings and have had much more success. One of the files won’t work correctly (Aladdin) but all others do.THe Alladin vid plays fine in FF, Safari Opera, Chrome. IE 9 won’t play at all, IE 7 and 8 only the audio of it plays. Any ideas?
Also in IE 9, the play button has a solid grey box behind it where it should be the drop shadow. How can this be fixed? It looks fine in IE 7 and 8 though it is just a square icon (which I am happy with) rather than the rounded corner drop shadow version.
http://www.janequinn.biz/media-test
Can anyone help me to get this final Aladdin video playing so I can sign off this site finally?
Thanks
I wonder if it’s the files themselves dues to using handbrake and getting better results than quicktime. The plugin demo video seems to play fine.
What is the best tool people use for converting these files to mp4, ogv, webm?
Ok, Chrome was replicating the problem and only ‘Astonishing’ was working. On thinking about it I remembered that I had some trouble with that file exporting from QuickTime with the graphic in place. So I used Handbrake to export this file only. As this one is the only one working on windows I decided to try and export all the other videos from Handbrake to see if it was the Quicktime export that was the problem.
It seems to work, Chrome now plays them all, Safari plays them all, Opera plays them all, Firefox now plays none!! I haven’t tested IE though.
Anyone any further ideas?
I have moved the test page now:
Hello,
‘Astonishing’ should have just an image (blue texture with microphone) in the video as it was just an audio track. ‘Aladdin’ and ‘Company’ are actually videos and all the others are audio with an image just like ‘Astonishing’.
Hmm, I can’t figure this out and it’s pretty much the only thing holding us from going live now 🙁
Yes thanks, I’ll pass on the compliment, she sure does have some strong pipes!
Hello, sorry for the delay. I had the new version installed and correct paths definitely. I uninstalled and reinstalled plugin several times and it still didn’t work or appear in the admin. However, last night, after trying a different option on the page and then coming back to video.js it suddenly appeared in admin and worked!
Only one of the files (astonishing) is playing in windows vista home premium though. Seems to be working fine on FF, Opera, Safari, Chrome. I haven’t seen it on vista, my client has flagged that up.
Any ideas why?
Here is a link to the site which is still in development..
I also have no link in my wp-admin to this plugin, should there be one as with other plugins for settings etc?
Hello,
I have got it working in safari but no joy in the other browsers. Can anyone please help point out what I am doing wrong? Obviously I have changed the paths below.<?php echo do_shortcode(‘
[video mp4="http://www.site.com/MediaFiles/video.mp4"ogg="http://www.site.com/MediaFiles/video.ogg"
webm="http://www.site.com/MediaFiles/video.webm"
poster="http://www.site.com/MediaFiles/video.jpg"
preload="auto" autoplay="true" width="320" height="240" id="video" class="alignleft"]‘); ?>
Forum: Plugins
In reply to: [WP Supersized] [Plugin: WP Supersized] WP 3.41 WP supersized 3.02 no imagesHello,
I am having the same trouble, it was working fine (using NextGen gallery as source) and today the screen is just black where the images should be. Any ideas what has suddenly caused this?
Hi, did you manage to fix this? I am having the same problem, all works apart from the slideshow, the loader just keeps on spinning…
Forum: Fixing WordPress
In reply to: functions.php will not work with child themehello,
I have created a load of new sidebars in my functions.php file In the twntyeleven parent theme), how do I go about adding these to a new blank functions theme for my child theme so I do not lose these whenever I upgrade wordpress? I’ve tried to follow above and doesn’t quote seem to work.[ 84 lines of code moderated, in the future please use pastebin.com for more than 10 lines of code. ]
I tried keeping the parent functions file as it is out of the box, then added the above functions into a new functions file in my child theme using
function twentyeleven_child_widgets_init() {but doesn’t seem to work, clearly I am missing something, is there somewhere else I need to change to let it know the widget functions should come from the new functions file?
Any help gratefully received!!