Eric
Forum Replies Created
-
Forum: Plugins
In reply to: [TubePress] Thumbnails don't playGeneric troubleshooting steps for “unclickable” thumbnails can be found here.
Or feel free to post the URL to your site(s) and we’ll take a look. This type of issue is usually easily diagnosed remotely.
Thanks!
Forum: Plugins
In reply to: [TubePress] Meta URL link to posts with embedded videos instead of VimeoThe only way this modification will work is if you have a WordPress page associated with every single video that TubePress generates. So for instance, this video should have a page on your site such as
http://www.hawaii.edu/videos/63130529
Assuming that’s the case, then you can simply replace
www.vimeo.com/in vimeo.js withwww.hawaii.edu/videos/.Does that make sense? I’m sorry this isn’t better documented, but as you know it’s a bit of a hack until Feature 198 is implemented. Thanks!
Forum: Plugins
In reply to: [TubePress] Thumbnails don't play in 3.0.1Please post a link to your gallery and we’ll take a look. Thanks!
Forum: Plugins
In reply to: [TubePress] Meta URL link to posts with embedded videos instead of VimeoI believe this feature request is what you’re after? If so, please “star” the issue to vote for it and track updates. Features with the most votes will be implemented first.
Forum: Plugins
In reply to: [TubePress] not able to use Tubepress in my wordpress siteThanks for passing along the error messages. I suspect that this is definitely a bug. Two questions:
1. Did either of you have TubePress 3.0.0 running? Wondering if this a new problem with TubePress 3.0.1 (which is the latest at the time of this writing)
2. What happens if you add ?tubepress_debug=true to the end of the URL when you’re in your WP admin area? e.g.
http://yoursite.com/wp-admin/?tubepress_debug=true
That should spit a whole lot of debugging information to the screen which, if you’re able and willing, could be posted to pastebin.com or somewhere else where it’s easy to read.
Let me know. Thanks!
Forum: Plugins
In reply to: [TubePress] YouTube Search not workingThis is a known bug on YouTube’s end that they at least claim to be working on. Please “star” this issue to track updates and help draw YouTube’s attention to the problem.
The only workaround for the moment is to create a playlist with the relevant videos and have TubePress pull from there.
Thanks!
Forum: Plugins
In reply to: [TubePress] Display single, most recent video from gallery on homepage?Hi Keith,
The resultCountCap and orderBy options can get this done. Set the value for resultCountCap to “1” either from WP Admin > Settings > TubePress > Feed, or in your shortcode:
[tubepress resultCountCap="1" orderBy="newest"]That will limit the results to just the single, latest video from any video feed. Make sense?
Forum: Plugins
In reply to: [TubePress] not able to use Tubepress in my wordpress siteCan you verify that the plugin has been activated at WP Admin > Plugins?
Are you seeing any error messages?
Forum: Plugins
In reply to: [TubePress] "no categories" on navigationPlease post a link to your site (and page with TubePress on it) and we’ll take a look. Thanks.
Forum: Plugins
In reply to: [TubePress] 3.2.1 not working, thumbnails don't click/fetch videoLooks like you were able to figure out the grey background by adding a CSS rule for .tubepress_container. That’s exactly what I would have recommended.
Let us know if you have any other trouble. Thanks!
@rhysslaughter, what is the shortcode you’re using on that page? And what do you have under WP Admin > Settings > TubePress > Which Videos?
For some reason I’m unable to see your TubePress debug output, but the answers to those two questions should allow me to reproduce the problem. Thanks.
Forum: Plugins
In reply to: [TubePress] 3.2.1 not working, thumbnails don't click/fetch videoI believe you’re experiencing a bug that was fixed in TubePress 3.0.1.RC1. Please give it a try and let us know how that works for you. Thanks.
Forum: Reviews
In reply to: [TubePress] Works, but slowed down our siteTubePress is unable to cause such a performance hit. I’m sorry that you experienced problems on your website. We are always happy to help diagnose bottlenecks, and have a section in our documentation on how to precisely measure and improve site performance.
Please feel free to ask for help in the primary TubePress support forum and one of our staff members will assist.
Thanks for the report and for including your fix!
The inability to set the cache directory is a known bug that will have a fix for version 3.0.1. This is the first I’ve heard of WP_TEMP_DIR or get_temp_dir() and I’ll look at including those in a future version.
Forum: Plugins
In reply to: [TubePress] Channel not updating for a few daysI would recommend the “API Latency” section of the TubePress docs, which explains the delay.
But a few days is way longer than usual, and leads me to think that something is misconfigured. Can you post a link to your site so we could take a look? Also, please make sure debugging is enabled from WP Admin > Settings > TubePress > Advanced.