Jump to content


These Forums Are Now Read-Only


For TubePress support, please post a question here or open a support ticket and we will be glad to assist.


Photo

Thumbnails Dont Do Anything In Ie8

wordpress add-ons youtube

  • This topic is locked This topic is locked
27 replies to this topic

#1 Jamison Hiner

Jamison Hiner

    Newbie

  • Members
  • Pip
  • 1 posts

Posted 08 April 2013 - 04:06 PM

Just purchased the newest version of TubePress Pro. 
 
Please help, we're having issues with the plugin in IE8. The thumbnails and text links below the thumbnail are not changing out the video.
 
Your demo is also doing this in IE8:
 
I noticed that I'm both my page and the demo are getting a javascript error that appears to be coming from your script
Error Message: Permission denied to access property 'toString'
Line: 66
 
Wondering if that could be causing the issue in IE8. The other browsers are not having issues: Firefox, Chrome, IE10, and IE9.
 
Please let us know if you have a fix for IE8.
Thanks!


#2 brandon

brandon

    Advanced Member

  • TubePress Staff
  • 1989 posts

Posted 09 April 2013 - 01:05 AM

Hi Jamison,

 

This appears to be a new bug, thanks for bringing it to our attention!

 

Eric, our lead programmer/developer is currently working on a fix for this issue and as soon as he has a patch, he will post here to update you.

 

Thanks!


Want a faster, more personalized support experience? Open a ticket with us! We will be gradually phasing out forum-based support in favor of a proper ticketing system. Please help us help you!


#3 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 15 April 2013 - 02:53 PM

Quick update. I suspect this may be a bug on YouTube's end. I've posted a question on StackOverflow and will follow up with YouTube directly if I don't hear anything.



#4 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 15 April 2013 - 06:45 PM

Another update. I've filed a bug report with YouTube: https://code.google..../detail?id=4422



#5 kdaigler

kdaigler

    Newbie

  • Members
  • Pip
  • 1 posts

Posted 24 April 2013 - 09:56 AM

Any update on this front? I am using WordPress 3.3 and TubePress 2.4.5 and videos are not playing in IE9 and my client says only the audio is playing in IE10. Any thoughts on a work around until this is resolved?

 

http://sportfishingy...ss-blue-heaven/

 

Thanks for a great plug-in and any help is most appreciated.



#6 brandon

brandon

    Advanced Member

  • TubePress Staff
  • 1989 posts

Posted 24 April 2013 - 11:24 AM

Hello,

 

We are still waiting on a response from YouTube regarding this bug.

 

Also, please update your TubePress version to our latest version, 3.0.1

 

Thanks and one of us will update this thread as soon as we have a response from YouTube.


Want a faster, more personalized support experience? Open a ticket with us! We will be gradually phasing out forum-based support in favor of a proper ticketing system. Please help us help you!


#7 scottb50

scottb50

    Newbie

  • Members
  • Pip
  • 7 posts

Posted 04 May 2013 - 03:41 PM

It's been a while since an update... Please help.



#8 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 04 May 2013 - 10:50 PM

To anyone following this thread, please "star" the bug report that has been filed with YouTube. That will both help draw their attention to the issue as well as provide you with updates. Unfortunately we are somewhat at their mercy, as the problem lies in their code.

 

And just to clarify, this should only affect users running Internet Explorer 8. If you are running any other browser and experiencing trouble, please open a new thread and we'll provide support.



#9 webguy262

webguy262

    Member

  • Members
  • PipPip
  • 10 posts

Posted 20 June 2013 - 03:12 PM

Eric

 

I have a site that uses two instances of YouTube iframe embeds.  In IE8, the YouTube iframe embed outside TP works fine.  The instance that uses TubePress, however, does not work.

 

Here's the site...

 

     artmattersnj.com

 

The four pins in the map throw qTip's with thumbs.  Clicking the thumb plays a YT video via shadowbox.

 

The carousel at the bottom is TP, and the thumbs fail.

 

Maybe taking a look at both these iframe embeds will help id the problem.



#10 brandon

brandon

    Advanced Member

  • TubePress Staff
  • 1989 posts

Posted 20 June 2013 - 07:34 PM

Webguy,

 

Thank you for posting this link, unfortunately, the issue lies within YouTube's code and is not something we can resolve.  As it says above, we are at the mercy of YouTube.

 

But again, thanks!


Want a faster, more personalized support experience? Open a ticket with us! We will be gradually phasing out forum-based support in favor of a proper ticketing system. Please help us help you!


#11 webguy262

webguy262

    Member

  • Members
  • PipPip
  • 10 posts

Posted 20 June 2013 - 08:07 PM

Brandon

 

If the issue is with YT, then why do the YT ifame embeds work when they are outside TPRess, but fail when they are inside TPress?

 

Did you look at the site?  Did you see that that this qTip YT iframe embed works fine?

<script type="text/javascript">
jQuery(function ($) {
    $('#newb').qtip({
        content: '<a class="shadowbox"><img src="http://artmattersnj.org/media/newbrunswick-thumb.jpg" class="ttip-pic"></a><br><span>New Brunswick</span>',
        hide: {
            fixed: true,
            delay: 500,
            effect: {
                type: 'fade',
                length: 500
            }
        },
        style: {
            classes: 'ui-tooltip-rounded'
        },
        events: {
            render: function(event, api) {
                $('.shadowbox').click(function() { 
                     Shadowbox.open({
                            content:    '<iframe width="560" height="315" src="http://www.youtube.com/embed/mTzB_liiicY" frameborder="0" allowfullscreen></iframe>',
                            player:     "html",
                            height:     325,
                            width:      570
                        });               
                });
            }
        }
    });
});
</script>

What am I missing?



#12 webguy262

webguy262

    Member

  • Members
  • PipPip
  • 10 posts

Posted 21 June 2013 - 12:34 PM

Brandon/Eric

 

The site...

 

     artmattersnj.com

 

...is under dev so I created a PW for you to view it.

 

Just enter "*********" and you'll get in.

 

Really would like your thoughts on why YT ifame embeds work when they are outside TPRess, but fail when they are inside.

 

Thanks!


Edited by brandon, 21 June 2013 - 02:21 PM.
Please don't post passwords publicly


#13 brandon

brandon

    Advanced Member

  • TubePress Staff
  • 1989 posts

Posted 21 June 2013 - 02:20 PM

Webguy,

 

I have forwarded this information to our developers to take a look at.

 

Thanks!


Want a faster, more personalized support experience? Open a ticket with us! We will be gradually phasing out forum-based support in favor of a proper ticketing system. Please help us help you!


#14 webguy262

webguy262

    Member

  • Members
  • PipPip
  • 10 posts

Posted 26 June 2013 - 09:53 AM

Brandon

 

Any news? Hoping to launch the site w/o a warning that it does not work with IE<9



#15 brandon

brandon

    Advanced Member

  • TubePress Staff
  • 1989 posts

Posted 26 June 2013 - 10:26 PM

Webguy,

 

If you force the IE8 browser to *not* use compatibility mode (IE7) then it should display and function properly, however IE7 and older browsers will not work.

 

You can force the browsers to use the newest technology by inserting the following code:

<meta http-equiv="X-UA-Compatible" content="IE=8" />

anywhere in the <head> section of your page.

 

Another option, although *not* recommended for production use, is to use:

<meta http-equiv="X-UA-Compatible" content="IE=edge" />

Let us know!

 

Thanks!


  • eric likes this

Want a faster, more personalized support experience? Open a ticket with us! We will be gradually phasing out forum-based support in favor of a proper ticketing system. Please help us help you!


#16 webguy262

webguy262

    Member

  • Members
  • PipPip
  • 10 posts

Posted 28 June 2013 - 10:53 AM

Tried both meta tags but the thumbs still don't play.

 

They do show a cursor, tho, which I don't think is there without the meta tag.

 

Definitely something in TPress as my other embeded YT videos on the same page play fine.

 

Any ideas?

 



#17 eric

eric

    Lead Developer

  • TubePress Staff
  • 2787 posts

Posted 29 June 2013 - 05:26 PM

Very strange indeed. The meta tags should be a slick workaround for this bug. My suspicion now is that there's some other JS on that page that is somehow breaking TubePress, but only in IE8. To make the investigation difficult, IE doesn't throw any console errors; the thumbnails just sort of silently fail.

 

I noticed that you have a (very cool) tooltip effect that shows the video title. Presumably that's from a JS library? Would be interesting, at least for testing's sake, to temporarily disable the tooltip. In other words, start to strip away anything that might interfere with TubePress.



#18 webguy262

webguy262

    Member

  • Members
  • PipPip
  • 10 posts

Posted 30 June 2013 - 09:38 AM

The tooltip is qTip... same as the map pin tooltip.

 

I only recently added the tooltip to TPress.  We knew the videos didn't play before we have any tooltip on them.

 

Before that, I was just styling the title you guys serve up, moving it over the thumbnail on hover.  Had to abandon that, tho, as even tho the text looked like a link, it would not play the video.  You could only play the video when you were over the thumb, but not the text.  Very strange, since when the title was NOT on top of the video, it triggered the video.

 

May be there's a clue there for the IE8 issue? 



#19 cwendt01

cwendt01

    Newbie

  • Members
  • Pip
  • 2 posts

Posted 19 July 2013 - 01:34 PM

I'm having the exact same problem, so it's not just a one site issue. I can't get IE8 to play the videos after clicking on the thumbnails on either my site or the Tubepress demo site.

 

I tried adding the meta tags above and it didn't do anything for me. I've adjusted TubePress's Settings page and that didn't help at all either.

 

I need to know ASAP otherwise I can't use this plugin; IE8 is only 3 versions behind, so my company HAS to support it. :(



#20 brandon

brandon

    Advanced Member

  • TubePress Staff
  • 1989 posts

Posted 19 July 2013 - 05:01 PM

cwendt,

 

Unfortunately we are at the mercy of Youtube for a fix to this issue.  Please "star" this bug report https://code.google..../detail?id=4422 to bring Google's attention to it so that we can hopefully get this issue resolved as soon as possible.

 

Thanks!


Want a faster, more personalized support experience? Open a ticket with us! We will be gradually phasing out forum-based support in favor of a proper ticketing system. Please help us help you!






Also tagged with one or more of these keywords: wordpress, add-ons, youtube