Eric
Forum Replies Created
-
Forum: Plugins
In reply to: [TubePress] FancyBox doesn't work?Hi,
This is a known bug. If you’re not using Fancybox for anything other than TubePress, simply disable the Easy Fancybox WP Plugin and TubePress should work.
Since you’re a Pro user, we highly recommend using the official TubePress support forums where you’ll get priority support.
Let us know how else we can help. Thanks!
Forum: Plugins
In reply to: [TubePress] video startThanks for the explanation and suggestion!
Unfortunately TubePress is limited to what YouTube makes available via their API and player parameters, and this feature appears to be reserved to youtube.com 🙁
Forum: Plugins
In reply to: [TubePress] video startadjust the start location in youtube
Could you explain what you mean by that? I’m not familiar with the ability to set a start time for a video, but it could very well be a feature of youtube.com that I don’t know about.
Forum: Plugins
In reply to: [TubePress] cURL Failed error@chibichiii, are you all set now? I visited your site and TubePress seems to be operating normally.. Let us kno.
@crisium do you have a link to your gallery that you could share? Thanks
Forum: Plugins
In reply to: [TubePress] How to customize Gallery with CSS?Could you share a link to your site so I could take a first-hand look? Thanks
Forum: Plugins
In reply to: [TubePress] How to customize Gallery with CSS?For CSS modifications we recommend to either add your changes to your WordPress theme’s style.css, or use a plugin like this one to store your changes.
If you’re looking to add more height to your thumbnail rows, I would suggest that add some CSS such as
.tubepress_thumb { height: 250px ! important; }That should do the trick – let us know. Thanks!
Forum: Plugins
In reply to: [TubePress] Thumbnail and Title not clickableHi Adam,
Unfortunately the quickest way to find the offending plugin is to start disabling your plugins (other than TubePress) until the problem goes away. I would start with disabling 50% of your plugins at once. If the problem goes away, you’ve narrowed the candidates by 50%.
You might also want to try switching to WordPress’s default “twentyeleven” theme to rule out any interference from your theme.
You could always put your site into maintenance mode so your visitors don’t get a weird experience.
Hope that helps…
Forum: Plugins
In reply to: [TubePress] cURL Failed errorDo you have a link to your site that you could share? I’d be interested in taking a look at your TubePress debug output. The other thing that would be good to see is the output of phpinfo()
Hi Aimée,
I’ve confirmed that TubePress’s cache is functioning – so in theory you shouldn’t see that error anymore. If you do, just let us know.
Two other recommendations:
- Turn your cache cleaning factor down to 5 or so and turn the expiration way up to at least a day (86400 seconds) if not more. You could even set it to a few days, especially if your video feed doesn’t change too often
- Install a WordPress caching plugin like W3TC or WP Super Cache.
Good luck and let us know if the problem pops up again. Thanks.
@aimeemackenzie, Have you enabled the TubePress API cache from WP Admin > Settings > TubePress > Cache ? That will almost certainly “smooth out” this type of error to the point where it never surfaces.
Feel free to send along a link to your site and I’ll be glad to take a first-hand look. Thanks.
Forum: Plugins
In reply to: [TubePress] [Plugin: TubePress] Broken page@jstein814, Do you have a link to your site that you could share? I’d be interested in taking a first-hand look at the error. Thanks!
Forum: Plugins
In reply to: [TubePress] TubePress is showing only 1 widgetHi,
One of our developers is currently working on the ability to use multiple TubePress widgets. It will be available as a TubePress Add-On, possibly later this month but more likely early in January.
If you’d like to be notified of updates, please star this issue.
Does that answer your question?
Forum: Plugins
In reply to: [TubePress] Object [object Object] has no method 'uniqueId'Looks like you have a few JavaScript errors that are preventing TubePress from initializing correctly. If you clean those up, my guess is that TubePress will work normally.
Forum: Plugins
In reply to: [TubePress] [Plugin: TubePress] No matching videos – YouTube User?@betzy If you are still experiencing the “No matching videos” error then please send along a link to your site and we’ll take a look. Thanks.
Forum: Plugins
In reply to: [TubePress] cURL Failed errorNo perl or cgi script. Just plain PHP making HTTP connections over port 80 to gdata.youtube.com and/or vimeo.com.
Hope that helps…