Eric
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Tubepress thumbnails not functional; only 1 video plays at a time.TubePress requires jQuery 1.6 or higher. Your page is loading jQuery twice – once from
http://alejandrodowling.com/wp-includes/js/jquery/jquery.js
and again at
http://ajax.googleapis.com/ajax/libs/jquery/1.4/jquery.min.js”
The later is outdated, and it’s clobbering the first load. If you can get rid of that, TubePress will work correctly and your site’s load time will improve.
Forum: Plugins
In reply to: [Plugin: Tubepress ] Videos are not loaded on thumb clickIs there a TubePress gallery somewhere on that site? I can’t read any of the navigation and thus can’t find your gallery…
Forum: Plugins
In reply to: [Plugin: Tubepress ] Videos are not loaded on thumb clickWell, the good news is that your hosting company will be able to look at the “suexec log” where it should give you a detailed explanation of what the roadblock is. I can’t think of anything off the top of my head that would cause a conflict between TubePress and suEXEC.
Would be great if you could report back with what they find in case anyone else runs into this!
Forum: Plugins
In reply to: [Plugin: Tubepress ] Videos are not loaded on thumb clickHiya,
Looks like a server misconfiguration to me. When you click on a thumbnail, TubePress will make an Ajax request to http://www.claudiopagliara.it/wp-content/plugins/tubepress/sys/scripts/ajax/playerHtml.php. You’ll notice that this URL results in an 500 internal server error – under normal circumstances it should return some JSON for TubePress to parse.
This is mostly likely due to bad filesystem permissions or a misconfiguration with your webserver. The server’s logs will be able to pinpoint the problem. Let us know what you find!
Forum: Plugins
In reply to: [TubePress] [Plugin: TubePress] AJAX pagination broken due to missing fileAjax pagination in TubePress is a Pro-only feature…
Forum: Plugins
In reply to: [WPtouch - Make your WordPress Website Mobile-Friendly] WPtouch & TubepressDoubt this is possible right out of the box, but feature requests are always welcome. Features with more votes will be implemented first.
Forum: Plugins
In reply to: [TubePress] [Plugin: TubePress] Thumbnail and Title not clickableThe solution for unclickable thumbnails (100% of the time) is outlined in the 2nd and 3rd sections here: http://tubepress.org/documentation/troubleshoot.
Forum: Plugins
In reply to: TubePress – Forbidden (Can't access Settings)Thanks to JW_Dillon, I believe we finally have a fix. Details on how to edit your installation can be found at the bottom of this ticket.
Please let me know if the fix works for you!
Forum: Plugins
In reply to: TubePress – Forbidden (Can't access Settings)I’m very interested in fixing this bug, but have been completely unable to reproduce it on my own. If anyone experiencing this issue is able and willing to give me an account on their blog with admin access, I’ll be happy to go in and find/fix the issue.
Forum: Plugins
In reply to: [TubePress] Video's Not appearingLooks like you’ve got a JS error that is preventing TubePress from initializing correctly. See http://i.imgur.com/uYE9K.png. Check out the docs here: http://tubepress.org/documentation/troubleshoot#check_for_javascript_errors_on_page_load.
Forum: Plugins
In reply to: [TubePress] Video's Not appearing@twbarz I’m investigating now…
Forum: Plugins
In reply to: [TubePress] [Plugin: TubePress] Thumbnail and Title not clickable@mufasacoth, you’ve got a JS error that is almost certainly interfering with TubePress’s ability to initialize correctly. The error is:
[jquery.form] terminating; zero elements found by selector
and it appears to be caused by the contact-form-7 plugin. There’s a section in the docs on “unclickable” thumbnails: http://tubepress.org/documentation/troubleshoot#check_for_javascript_errors_on_page_load. Please note that the “Unsafe JavaScript attempt to access …” error is from Vimeo’s iframe and can safely be ignored.
@gekido and @john Stone, if you guys share a link to your site we can take a look.
Forum: Plugins
In reply to: [TubePress] [Plugin: TubePress] Pagination brokenIt’s either an interfering plugin, or a server misconfiguration (.htaccess, etc). TubePress is generating the correct URLs (e.g. http://www.livingfortoday.be/videos/?tubepress_page=2) but it’s getting ignored by your server.
I’d lean towards a mod_rewrite rule that’s stripping off the query params.
Also note that you’re using a heavily outdated version of TubePress. FYI 😉
Forum: Plugins
In reply to: Tubepress – No Matching VideosPutting your gallery into debug mode should help you diagnose: http://tubepress.org/documentation/troubleshoot#debugging
Feel free to share a public link to your site if you’d like us to take a look.
Forum: Plugins
In reply to: [TubePress] TubePress STILL not working on IEHi Erwin,
When you visit http://tubepress.org/showcase/, do you experience the same errors? If not, it’s likely a conflict with another plugin on your site. If you can re-enable the plugin somewhere for me to take a look, I’d be happy to try and help.