Viewing 15 replies - 1 through 15 (of 36 total)
  • I’m having the same issue, although I think possibly for different reasons.

    Just updated to WP 3.2.1 and am getting a ton of conflicts / errors with the jQuery UI library and tubpress, when displaying the archive gallery of videos from the channel.

    b.widget is not a function
    wp-includes/js/jquery/ui.mouse.js?ver=1.8.12
    Line 17

    e.ui is undefined
    wp-includes/js/jquery/ui.resizable.js?ver=1.8.12
    Line 15

    d.ui is undefined
    wp-includes/js/jquery/ui.draggable.js?ver=1.8.12
    Line 15

    a.widget is not a function
    wp-includes/js/jquery/ui.button.js?ver=1.8.12
    Line 22

    c.widget is not a function
    wp-includes/js/jquery/ui.dialog.js?ver=1.8.12
    Line 34

    Using version 2.2.5 of Tubepress

    Same issue here. Seems like every time I upgrade Tubepress something breaks. 🙁

    Plugin Author Eric

    (@k2eric)

    @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.

    Narrowed is down to the error ‘shadowbox not defined’ (according to firebug):

    Shadowbox is not defined
    Line 16

    wp-content/plugins/tubepress/sys/ui/static/js/tubepress.js?ver=3.2.1

    Page that the error is occuring is:

    http://talkdigitalnetwork.com/money-wealth-show/

    Thanx for looking into this. I haven’t installed anything new onto the site lately, other than updating everything to 3.2.1. In fact I have removed / cleaned up a few plugins that didn’t behave properly in 3.2.1, so I was surprised when it stopped working.

    aha! apparently I had uninstalled the ‘shadowbox js’ plugin, didn’t realize that tubepress was using it for the shadowbox functionality.

    Reinstalled it and viola – I have shadowbox again ;}

    wooohoo!

    thanx in advance!

    Thread Starter mufasacoth

    (@mufasacoth)

    Thanks k2eric, unfortunately the link you give just basically advise to use firebug, which I do already and I know the error is from contact form, exactly :

    [jquery.form] terminating; zero elements found by selector
    jquery.form.js:904

    the line 904 which is : window.console.log(msg);
    (the complete part is : // helper fn for console logging
    function log() {
    var msg = ‘[jquery.form] ‘ + Array.prototype.join.call(arguments,”);
    if (window.console && window.console.log) {
    window.console.log(msg);
    }
    else if (window.opera && window.opera.postError) {
    window.opera.postError(msg);
    }
    };

    })(jQuery);

    But the fact is that if I deactivate it, it should work no ? But it’s not… still not clickable and I only got this in the error log from firebug :

    Unsafe JavaScript attempt to access frame with URL http://www.mufasa.co.th/videos/ from frame with URL http://player.vimeo.com/video/25018827?autoplay=0&color=999999&loop=0&title=1&byline=1&portrait=1. Domains, protocols and ports must match.

    Can someone shed some light I’m a little lost….

    Thank you.

    I had problems with the thumbnails, no JS errors. Reverted to an old version. Works great.

    I too have the same issue. Clicking the thumbnails does nothing.

    Thread Starter mufasacoth

    (@mufasacoth)

    Well, I had to do something quick so I just changed to Vimeo SimpleGallery using the shortcode [vimeogallery]{vimeo-links}[/vimeogallery] works fine like that. Thanks all.

    Plugin Author Eric

    (@k2eric)

    The solution for unclickable thumbnails (100% of the time) is outlined in the 2nd and 3rd sections here: http://tubepress.org/documentation/troubleshoot.

    Thread Starter mufasacoth

    (@mufasacoth)

    Firebug is a powerful diagnosis tool indeed but not to fix, it indicates you “where” is the problem but not “how” to fix it, that’s the point, modifying a script, not anybody can do it…

    Can anyone tell me why tubepress no longer works for me. I have a youtube feed and the thumbnails are no longer clickable.
    Here’s the link:
    Rory on YouTube
    Thanks

    I have the same problem and can’t figure it out. I guess it’s time to find a new plugin.

    Thread Starter mufasacoth

    (@mufasacoth)

    Hi all, in my case I gave up with tubepress and combine Vimeo SimpleGallery plugin with a lightbox effect, the result is really good enough. Only weak point is that I need to add manually the url of the vimeo video each time I add a new one but well, that’s fine. Hope it can help some for alternative solution…

    Still can’t figure out why the tubepress video gallery thumbnails are no longer clickable. Of the various themes I’ve checked out only the “Twenty Eleven” theme preserves clickability.
    Rory on YouTube

Viewing 15 replies - 1 through 15 (of 36 total)
  • The topic ‘[Plugin: TubePress] Thumbnail and Title not clickable’ is closed to new replies.