mikdog
Forum Replies Created
-
Forum: Plugins
In reply to: [Cleaner Gallery] Galleries gone after WordPress upgradesame
Forum: Plugins
In reply to: [Firelight Lightbox] Easy FancyBox not showing YouTube videosPhew!
It took me reading and re-reading your post about 20 times, slower each time, to figure out what it meant (I’m not a coder in the least sense.)
Finally figured out what you meant though by means of trial and error, and hey hey hey it works! I commented out that line that I re-enabled a post or two back, and deleted ‘prettyphoto’ from this last part:
wp_register_script( ‘portfolio’, get_template_directory_uri() . ‘/includes/js/portfolio.js’, array( ‘jquery’, ‘prettyphoto’, ‘jCarousel’, ‘widgetSlider’ ) );
(At least I think that’s what you meant).
Works well. Thanks man, for all the help. So far so good. Seeing the light at the end of the tunnel, hopefully. Going to post this update on the Canvas forums.
Forum: Plugins
In reply to: [Firelight Lightbox] Easy FancyBox not showing YouTube videosAlso, re-enabling that line of code seems to have sorted out the single page post.
I’ve probably got errors happening like crazy in the background, but it seems to work ok for now.
Thanks,
Mike
Forum: Plugins
In reply to: [Firelight Lightbox] Easy FancyBox not showing YouTube videosRe-enabling this line of code:
wp_register_script( ‘prettyPhoto’, get_template_directory_uri() . ‘/includes/js/jquery.prettyPhoto.js’, array( ‘jquery’ ) );
In my canvas/includes/theme-js.php file got the categories working again.
Forum: Plugins
In reply to: [Firelight Lightbox] Easy FancyBox not showing YouTube videosHi RavanH,
Thanks for the reply.
Have disabled Easy Fancybox completely but not working.
Normally, with PrettyPhoto enabled its supposed to work like this:
https://www.thekiffness.com/portfolio
(interestingly, LightBox Plus is also installed on this kiffness site but doesn’t seem to conflict from a user pov I think)
I think the categories sorting may be a function of PrettyPhoto. So, with it disabled perhaps its not able to function correctly. I haven’t really changed too much code with the portfolio stuff, just commented out 3 lines I think as per Woo’s suggestions to disable it, but I’ll try uncommenting them and see if things work.
Forum: Plugins
In reply to: [Firelight Lightbox] Easy FancyBox not showing YouTube videosI should probably add, the category issue was probably prevalent in the old version of the script too, I just didn’t test it until now. Same with the single page portfolio view.
If you think you know the answer to how to get it working that’d be great, otherwise not to worry, I think you’ve already spent quite a bit of time on this and I’m very grateful. If, however, you know how I’d disable easy fancybox on a particular page (this case, portfolio) that would be super.
Thanks again for all your help,
Mike
Forum: Plugins
In reply to: [Firelight Lightbox] Easy FancyBox not showing YouTube videosHi,
So, not all too well in the land.
How do I disable Easy FancyBox ONLY in the portfolio section?
In the portfolio section now the categories don’t work:
https://www.mikescottanimation.com/work
And as you can see there are far too many thumbnails in the single post for the portfolio:
https://www.mikescottanimation.com/portfolio-items/2007-2-bru-boegie-comics
I think I may just have PrettyPhoto on the portfolio page and Easy FancyBox everywhere else. Possible?
Forum: Plugins
In reply to: [Firelight Lightbox] Easy FancyBox not showing YouTube videosYep, new script seems to work well!
Thanks again!!! That’s awesomeness.
Forum: Plugins
In reply to: [Firelight Lightbox] Easy FancyBox not showing YouTube videosHey thanks will try this now.
I JUST got it working by doing this, as pointed out on the canvas forums:
—
Hi Mike,
I’ve read the thread over at WP.org and noticed the developer is trying to fix this issue.
At the mean time, you can edit includes/theme-functions.php and change:
// Set rel on anchor to show lightbox
$rel = ‘rel=”lightbox[‘. $id .’]”‘;
to
// Set rel on anchor to show lightbox
$rel = ”;
Cheers,
Tiago—
Will try the new file now,
Thanks,
Mike
Forum: Plugins
In reply to: [Firelight Lightbox] Easy FancyBox not showing YouTube videosHey Allard,
Thanks for the report back. Please let me know if you turn up anything.
Patiently awaiting any news.
Thanks,
Mike
Forum: Plugins
In reply to: [Firelight Lightbox] Easy FancyBox not showing YouTube videosYeah, sure, please contact me. I’ve been trying to get this fixed for days on end. Its really the only thing keeping me from getting my site fully-functional. OrangeBox works OK, but it doesn’t auto-pick up a lot of stuff like my galleries in single posts, and having both FancyBox and OrangeBox running at the same time brings up two image galleries in the portfolio module, so I’d REALLY like to get Easy FancyBox working with my videos too.
Here’s hoping for an update soon! I’ll have FancyBox running with the YouTube clicks going through the YouTube page for now.
Ta,
Mike
Forum: Plugins
In reply to: [Firelight Lightbox] Easy FancyBox not showing YouTube videosHi,
Interestingly I installed the OrangeBox plugin and it picks up the videos. Its running on my page at the moment.
So, any way to get Easy FancyBox to pick up those links? I’d MUCH rather have Easy Fancybox working site-wide instead of a bevvy of lightbox plugins, each of which only slightly work for some things and not for others.
Thanks,
Mike
Forum: Plugins
In reply to: [Firelight Lightbox] Easy FancyBox not showing YouTube videosHi RavanH,
I have asked on the Canvas forums about this:
https://forum.woothemes.com/topic.php?id=50421&replies=5#post-231365
If you can’t view this (I think you need a username and password) please let me know and I’ll email you some details. If its worth your while you might like to have a look inside my wordpress installation. I’m not quite sure how I’d not use rel attributes for the link. Here’s the input fields I have available for the video embed on the portfolio page:
Forum: Plugins
In reply to: [Firelight Lightbox] Easy FancyBox not showing YouTube videosHi, apparently this syntax error comes up when clicking on the portfolio item:
https://cl.ly/201v1W0w0r1a2Y1c3f1t
Any use?
Thanks,
Mike
Forum: Plugins
In reply to: [Firelight Lightbox] Easy FancyBox not showing YouTube videosHi,
Man, been fiddling with no such luck. I somehow think the PrettyPhoto script is disabled, but the way the portfolio module works, Canvas may automatically be putting ‘prettyphoto’ links around the youtube video code or something. What do you think? Is Easy FancyBox not picking up the links? It picks up regular links in a post, say, and works. But not in this portfolio page. Any help / advice you have would be great, thanks.