tomaxite
Forum Replies Created
-
@ Carson McDonald The problem occurred again. Is this would mean that we reach the Quotat? Many times I get disconnected and I used authentication “Login using Google’s OAuth system.” version. But nothing to do, I still have the same error message: “Error gathering data from Google analytics: usageLimitsuserRateLimitExceededUnregUser Rate Limit Exceeded. Please sign uphttps :/ / code.google.com / apis / consoleCould not load data”.
Think you can do something?@foodin65 Hello,
I have not changed but everything is good now. It was perhaps wait 24 hours after registration to the console API. Is this is on your side?I configured https://code.google.com/apis/console/ but it changed nothing. I contacted the creator of the plugin with Twitter. I hope he will respond.
Hello,
I have the same problem. Have you found a solution?
Forum: Plugins
In reply to: [Firelight Lightbox] [Plugin: Easy FancyBox] Easy Fancy Box and HTML5 VideoYou write :
<p><a href="#fancyboxID-1" class="fancybox-vimeo">Test</a></p>
You have to write :
<p><a href="#fancyboxID-1" class="fancybox">Test</a></p>
If it doesn’t work you try this :
<p><a href="https://player.vimeo.com/video/32906287" class="fancybox-vimeo">Test</a></p>
Warning you remove DIV with id fancyboxID-1Forum: Plugins
In reply to: [Firelight Lightbox] [Plugin: Easy FancyBox] Easy Fancy Box and HTML5 VideoTry this :
<p><a href="#fancyboxID-1" class="fancybox">Test</a></p> <div style="display:none" class="fancybox-hidden"> <div id="fancyboxID-1"> <iframe src="https://player.vimeo.com/video/32906287?title=0&byline=0&portrait=0&color=ffffff" width="400" height="225" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe> </div> </div>
Forum: Plugins
In reply to: [Firelight Lightbox] [Plugin: Easy FancyBox] Easy Fancy Box and HTML5 VideoYou have a Javascript Error. What is Shadowbox? If it’s not important, remove it.
Forum: Plugins
In reply to: [Firelight Lightbox] [Plugin: Easy FancyBox] Easy Fancy Box and HTML5 Video<div style="display:none" class="fancybox-hidden"> <div id="fancyboxID-1"> <iframe src="https://player.vimeo.com/video/32906287?title=0&byline=0&portrait=0&color=ffffff" width="400" height="225" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe> </div> </div> <p><a href="#fancyboxID-1" class="fancybox-vimeo">Test</a></p>
Forum: Plugins
In reply to: [Firelight Lightbox] [Plugin: Easy FancyBox] Easy Fancy Box and HTML5 VideoYour problem is that Vimeo Video Access is private while it should be public.
Forum: Plugins
In reply to: [Firelight Lightbox] [Plugin: Easy FancyBox] Easy Fancy Box and HTML5 VideoSolution (file : easy-fancybox/easy-fancybox.php)
Replace
echo '}) )'.$trigger.';';
in
echo ' , \'onComplete\': function() { mySRC = $($(this).attr(\'href\') + \' iframe\').attr(\'src\'); }, \'onClosed\': function() { $($(this).attr(\'href\') + \' iframe\').attr(\'src\',mySRC); } }) )'.$trigger.';';