Eric
Forum Replies Created
-
Forum: Plugins
In reply to: [TubePress] Tube press gallery down on website.Hi,
I can only guess that somebody has edited your page to put in the “PAGE CURRENTLY BEING UPDATED …” text. That’s certainly not coming from TubePress.
In fact, it seems that TubePress is still loaded on that page. It’s just showing a gallery with a single video in it. See the purple arrow in this screenshot.
Forum: Plugins
In reply to: [Better WordPress Minify] BWP Minify Breaks TubePress Video PlaybackI’d also be interested in learning what, if anything, needs to change on TubePress’s end.
Forum: Plugins
In reply to: [TubePress] Playlist not feeding on TubePressPlease enable debugging from WP Admin > Settings > TubePress > Advanced so we can take a first-hand look. Thanks!
Forum: Plugins
In reply to: [TubePress] how to optimize tubepress to run fast as possibleIndeed there is! You can enable a “boot cache” that will dramatically improve performance. I’m planning on having this enabled by default for the next release. Check out the instructions at:
http://docs.tubepress.com/page/manual/wordpress/advanced.html#boot-cache
Let us know how that works for you. And don’t forget that we have a staff member that can answer your technical questions over at our support forum.
Forum: Reviews
In reply to: [TubePress] BrokenIf you are experiencing problems, we offer a number of resources including forum support and basic troubleshooting instructions for both client and server side.
Forum: Plugins
In reply to: [TubePress] [Plugin: TubePress] No matching videos – YouTube User?@jdolan, please see this post for an explanation and quick fix:
http://community.tubepress.com/topic/3194-uservalue-with-merged-google-accounts/?p=12750
Forum: Reviews
In reply to: [TubePress] Excellent Plugin for YouTube/Vimeo!Thanks for your review and your nice comments, Fred!
For the bugs that you found, please feel free to either file a bug report or ask for help in the support forum. The more detail you can provide for each bug, the better luck we’ll have fixing it.
Thanks again.
Forum: Plugins
In reply to: [TubePress] [Plugin: TubePress] Thumbnails not working – jquery issue?@alvis1965, did you manage to resolve the issue? I visited your site and TubePress seems to be operating normally…
Forum: Plugins
In reply to: [TubePress] not able to use Tubepress in my wordpress siteHi folks,
The first thing we would recommend is to try TubePress 3.1.0.RC1. It’s not officially stamped as stable, but we have it running on hundreds of production sites without any issues.
If after upgrading to 3.1.0.RC1 you’re still experiencing trouble, we would ask that you provide us with one, or better all, of the following…
- The output of phpinfo(). Here is a good short tutorial on how to invoke phpinfo(). This will allow us to reproduce your exact PHP environment.
- Your TubePress debug output. You can get this by adding
?tubepress_debug=trueto the end of the URL when you’re in your WP admin area. e.g.
Forum: Plugins
In reply to: [TubePress] Thumbnails don't playForum: Plugins
In reply to: [TubePress] Thumbnails don't playView the response from your server when you click on a thumbnail. See this screenshot for how to do that with Firebug. Chances are that there is an error message of some kind in there, as opposed to the pure JSON that TubePress expects.
Forum: Plugins
In reply to: [TubePress] Double // in path to normal.jsThe // is a typo, and in this case is relatively benign as the duplicate slash is ignored by browsers.
You should be able to change this line from:
return $tubepress_base_url . '/' . $player->getRelativePlayerJsUrl();to
return $tubepress_base_url . $player->getRelativePlayerJsUrl();Give that a try and let us know? If it works for you as well I’ll include the fix in the next release of TubePress. Thanks.
Forum: Plugins
In reply to: [TubePress] Thumbnails don't play in 3.0.1You’ve got multiple copies of jQuery being loaded on your site, which is both hurting performance and confusing TubePress. Please see this area of the docs for more info and troubleshooting steps.
Forum: Plugins
In reply to: [TubePress] Thumbnails don't playWere you able to figure out the problem? I just tested your site with FF 20.0 on Linux and Windows. Worked fine with both.
If you’re still experiencing difficulty, Which OS and version of FF are you using?
Forum: Plugins
In reply to: [TubePress] Standalone demo doesn't work.Yikes! That’s embarrassing. Fixed now – thanks for the heads up!