anotherandrew
Forum Replies Created
-
Sorry lucabarbetti.
I meant to say that the code above was added to the wp-config file.
Forum: Plugins
In reply to: [Shadowbox JS] Shadowbox JS is broken in WP 3.3 RC1This has not be corrected for 3.3. Please fix when you get a chance.
Forum: Plugins
In reply to: [Front-end Editor] [Plugin: Front-end Editor] incorrect tab menu titlesSorry for the delayed response, but…
On your server cpanel, you need to set up a new mime type for .dict files. And set the file type to be ‘text/plain’
Forum: Plugins
In reply to: [Cool Video Gallery] [Plugin: Cool Video Gallery] videojs, ogv, html5 ?Sorry for the delayed response. I was having the same problem initially.
It turns out that you need to properly encode your videos.
I think they need to be H264, and the mp4s need to be streamed. I used MPEG Streamclip for my conversions and it worked (on a mac).
Forum: Plugins
In reply to: [Cool Video Gallery] [Plugin: Cool Video Gallery] videojs, ogv, html5 ?OK, sure. You obviously need to also upload a mp4 file! This is a jquery call:
var deviceAgent = navigator.userAgent.toLowerCase(); var agentID = deviceAgent.match(/(iphone|ipod|ipad)/); if (agentID) { // simple call to replace flv with mp4 $('body').html($('body').html().replace('flv','mp4')); }Forum: Plugins
In reply to: [Cool Video Gallery] [Plugin: Cool Video Gallery] videojs, ogv, html5 ?I love this plugin and it is easy for any client to use.
The lack of support for the iphone has bothered me, so I decided to write my own javascript to force the iphone and ipad to use a mp4 file.
Hope this helps someone.
Anyone have an answer? My conditional statements do not seem to work.
Forum: Plugins
In reply to: [Shadowbox JS] 3,0,3,3 Conflicts with Next-Gen galleryAfter reading the changelog over here
I now understand that the album name cannot have any hyphens or it will conflict with the next gen gallery plugin.
Forum: Plugins
In reply to: [Shadowbox JS] 3,0,3,3 Conflicts with Next-Gen galleryUmm, I see this says that it is resolved but I am having the same problems. I am using the latest version, 3.0.3.8, and have tried all the remedies suggested above.
But I am still getting albums from the next-gen gallery being called.
Anyone have any suggestions?
Found it line 688 of cool-video-gallery.php
Troy,
That works for me but now I am getting an error for
“Fatal error: Call to a member function getType() on a non-object in ” the plugins folder.I’m having the same problem, but I am not getting any errors.
Can’t seem to nail down anything conflicting….
Forum: Plugins
In reply to: [Front-end Editor] [Plugin: Front-end Editor] incorrect tab menu titlesOK, got it. I had to set up a custom mime type on my server for the dict files.
And now it works. You learn something new everyday!
Forum: Plugins
In reply to: [Front-end Editor] [Plugin: Front-end Editor] incorrect tab menu titlesYep, renaming to json and I still get a 404.
Forum: Plugins
In reply to: [Front-end Editor] [Plugin: Front-end Editor] incorrect tab menu titlesScribu,
My host is wondering “if all that’s lacking is a MIME type, and if so what would be the ‘Application’ type”.
They say that this can be configured in the control panel.