Eric
Forum Replies Created
-
Forum: Plugins
In reply to: [TubePress] [Plugin: TubePress] Thumbnail and Title not clickableLooks like you have a JS error on page load that is confusing TubePress. Screenshot.
Your HTML source indicates that the error comes from a plugin called “facebook-page-photo-gallery”. What happens if you (temporarily) disable that plugin. Does TubePress work then?
Forum: Plugins
In reply to: [TubePress] Load TubePress Scripts ConditionallyHi,
This is on the roadmap to be fixed in the next release (see this ticket).
In the meantime, you could add some conditional logic here to have TubePress load on a specific page.
Forum: Plugins
In reply to: [TubePress] [Plugin: TubePress] Thumbnail and Title not clickableYou’re loading jQuery at the bottom of the page, and TubePress is loaded at the top of the page. Since TubePress depends on jQuery, you’ll need to figure out how to switch the load order. Once you do so, TubePress will be happy.
Forum: Plugins
In reply to: [TubePress] [Plugin: TubePress] Thumbnail and Title not clickablePlease share a link to your gallery and we can take a look. Thanks.
Forum: Plugins
In reply to: [TubePress] Bug in tubepress 2.4.0 with NON english websiteGot it. Thanks! here is the corresponding commit. You might also want to keep an eye on this bug report.
If you’d like a year subscription of TubePress Pro, please feel free to contact me and we can set that up. Thanks again.
Forum: Plugins
In reply to: [TubePress] Bug in tubepress 2.4.0 with NON english websiteWhatever’s easiest for you. Posting it here would be fine, too. Thanks.
Forum: Plugins
In reply to: [TubePress] Bug in tubepress 2.4.0 with NON english websiteAn update would be wonderful! Your contribution will be rewarded with a free one-year subscription to TubePress Pro. Here are the official docs on how to submit a translation. Though any way you’d like to get the updated .po files to us is fine.
Thanks!
Hi,
This is a known bug. Please star the issue to vote for its fix and to track updates. Features/bugs with the most votes will be addressed before others.
Forum: Fixing WordPress
In reply to: tubepress plugin breaks my siteHi,
I think it’s very doubtful that TubePress has corrupted your db. TubePress only uses rows in the wp_options table whose name start with “tubepress-“. Otherwise it doesn’t mess with the rest of your database.
Presumably these issues started for you with TubePress 2.4.0?
The changes in the URL behavior are equally puzzling, as TubePress don’t any anything with rewriting URLs.
I guess one thing I would suggest is to definitively narrow the problem down to TubePress 2.4.0. i.e. If your site works normally with TubePress 2.2.9, and when you upgrade to 2.4.0 everything breaks. Can you confirm that?
Forum: Plugins
In reply to: [TubePress] [Plugin: TubePress] Plugin slows Admin downNot sure why disabling the re-enabling the plugin worked, but as long as the performance is back to normal..
As for the invalid request URI, this is a bug that two other users have reported. I’ve filed a ticket and would like to continue the discussion there. Please star the issue to track updates. I’d like to have a fix for this bug within 24 hours, but first I’ll need to track down exactly what’s going wrong.
Forum: Plugins
In reply to: [TubePress] [Plugin: TubePress] Plugin slows Admin downNothing related the admin side has really changed in this release, other than rearranging some of the tabs and upgrading the jQuery UI that the TubePress options page uses.
What happens if you comment out one or both of these lines?
Does that make any difference? That’s the only place where TubePress registers itself for use on the admin pages. I’m very interested in finding a fix for this. Thanks!
Forum: Plugins
In reply to: [TubePress] [Plugin: TubePress] Plugin slows Admin downDo you have a link to a page that shows the [can not connect to host] error? If so, please share it so we can take a first-hand look.
As for the admin page slowing down, is this something that is new with version 2.4.0? Or is this your first time installing and using TubePress?
Forum: Plugins
In reply to: [TubePress] [Plugin: TubePress] Thumbnail and Title not clickableHere are some troubleshooting instructions.
What’s your site’s address so we can take a look?
Forum: Themes and Templates
In reply to: Tubepress is not showing thumbnail and not loading videosHi Maegan,
You’ve got a bunch of JS errors on load that you’ll need to clean up. Screenshot: http://i.imgur.com/wvxZc.png.
Here are some further docs explaining what’s going on.
Good luck!
Forum: Fixing WordPress
In reply to: Tubepress thumbnails not functional; only 1 video plays at a time.Getting it down to a single load can be tricky. Here are some docs that might be of assistance.