Eric
Forum Replies Created
-
Forum: Plugins
In reply to: [TubePress] [Plugin: TubePress] Thumbnails not working – jquery issue?Priority support is part of the TubePress Pro package, which means that I’ll do my very best to assist you in integrating TubePress Pro into your theme. Most of the time, this is straightforward and we’re usually able to resolve any integration bugs quickly. But I can’t guarantee that I’ll be able to sift through reams of 3rd-party code to solve an issue. Like I said this usually never happens, I just want to set expectations!
Forum: Plugins
In reply to: [TubePress] [Plugin: TubePress] Thumbnails not working – jquery issue?The new problem is that jQuery is getting loaded after TubePress. In almost all cases, this is caused by the theme not properly calling wp_head(). wp_head() takes care of loading JavaScript in the correct order so that dependency problems like this don’t happen.
I would contact your theme author for some assistance, or you could try to hack away at it on your own..
Forum: Plugins
In reply to: [TubePress] [Plugin: TubePress] Thumbnails not working – jquery issue?You have two copies of jQuery being loaded:
- https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js
- https://obeygaming.com/community/wp-includes/js/jquery/jquery.js
You’ll want to get rid of the first one (ajax.googleapis.com) as it’s outdated. Looking at your site’s HTML, I’d say it’s hardcoded by your theme. So you’ll probably just need to edit your theme’s header.php. Getting rid of this will not break anything – in fact it will improve your site’s load time.
Good luck!
Forum: Plugins
In reply to: [Plugin: Tubepress ] Videos are not loaded on thumb click@aleflocco Do you have a link to a page that demonstrates the problem? Should be easy to remotely diagnose.
Forum: Plugins
In reply to: [TubePress] [Plugin: TubePress] search in channel?You can do this with TubePress via the “searchResultsRestrictedToUser” option. Here is a post from the TubePress forum where another user had the same question.
Forum: Plugins
In reply to: [TubePress] [Plugin: TubePress] Two Miniatures in the sidebarHere are the docs on the TubePress widget.
In your case, you can simply add
resultsPerPage="2"to the widget’s shortcode. That should override the default setting of 3.Forum: Plugins
In reply to: [TubePress] No Videos just [tubepress] showing in place of videos@ ericinwisconsin
Could you share a link to a page that demonstrates the problem? I’ll be happy to take a look.
Forum: Plugins
In reply to: [TubePress] [Plugin: TubePress] PHP Fatal error slowing down my site?Haven’t seen this particular error before. Allocating 491520 bytes is not unusual (it’s only about 480KB of memory). My guess is that something else is hogging memory from your PHP process and TubePress was simply the last piece to try to allocate any memory at all.
Have you tried disabling other plugins to see if that resolves anything?
Forum: Plugins
In reply to: [TubePress] [Plugin: TubePress] Ban Certain VideosHi,
When you have a search-based TubePress gallery, TubePress will use the YouTube API to perform the search. The API will search the entire video meta-data. So that includes anything in the description, title, etc. Not just tags.
That said, there are two things you could do to get better results. The first is to use double quotes and/or the minus sign when setting your search terms. Double quotes will search for an exact phrase, and the minus sign will exclude things. e.g.
"recording studios" -something -unwantedwould return videos with the exact phrase “recording studios” excluding videos that match “something” or “unwanted”. Make sense? The second thing you could use is TubePress’s blacklist feature. You can set a comma-separated list of videos (identified by their YouTube ID) that should never be displayed from WP Admin > Settings > TubePress > Feed.
Give those a whirl and let us know if it improves things for you?
Forum: Plugins
In reply to: [TubePress] [Plugin: TubePress] Error during activationKinda doubt that error is coming from TubePress. The only time TubePress calls load_plugin_textdomain() is here, and as you can see it doesn’t provide a value for the second argument (which is the one deprecated in 2.7).
Which version of TubePress and WordPress are you running?
Forum: Plugins
In reply to: [TubePress] Setting default quality for YouTube videos in TubePress?If you feel like putting up a test page on your site (with the regular YouTube player instead of JW) I’ll be glad to give it a test.
Forum: Plugins
In reply to: [TubePress] Setting default quality for YouTube videos in TubePress?Are you experiencing choppy videos on youtube.com at 360p? What about at http://tubepress.org/demo/?
The YouTube player doesn’t have an option to default to 240p (as far as I can tell)
Forum: Plugins
In reply to: [TubePress] [Plugin: TubePress] Every upgrade breaks layout/formattingYeah, you’ll definitely want to keep your custom theme in wp-content/tubepress-content/themes. It will be safe and sound there!
As for the other options getting overwritten, this sounds like a bug. If it happens again I would recommend either filing a bug report or posting in the TubePress support forum
Forum: Plugins
In reply to: [TubePress] [Plugin: TubePress] Every upgrade breaks layout/formattingCould you describe what you mean by “custom layout theme”? Are you referring to a TubePress theme? Those shouldn’t be overwritten on upgrade…
Forum: Plugins
In reply to: [TubePress] [Plugin: TubePress] Broken pageWhat’s the error message you’re getting?