w3dev
Forum Replies Created
-
Forum: Plugins
In reply to: [fancyBox 3 for Wordpress] Incorrect Orientation by Fancybox 3Hi, just getting to take a look at this now and your page appears to have the correct orientation now for all images. Can you share what the issue was?
This plugin utilizes the image Alt Text rather then the caption. This makes it easier to differentiate between on-page captions and lightbox captions.
Forum: Reviews
In reply to: [fancyBox 3 for Wordpress] What a disaster (updated)Sorry but I find that really hard to believe. Did you even look at the code of this plugin? There’s almost nothing to it.
Forum: Plugins
In reply to: [fancyBox 3 for Wordpress] Patch: Gallery for Post ImagesI updated the plugin today. It doesn’t include your patch, but it does enable gallery functionality across multiple posts now.
Forum: Plugins
In reply to: [fancyBox 3 for Wordpress] data-fancybox not uniqueI’ve added this code to the repository today. thanks!
Forum: Plugins
In reply to: [fancyBox 3 for Wordpress] Patch: Gallery for Post ImagesThanks @springm! I’ll definitely review your code and get it implemented with the repository.
Forum: Plugins
In reply to: [fancyBox 3 for Wordpress] Does not work for single imagesI think you’ll find there are a lot of plugins / scripts that end up not working correctly when you minify them, that’s why there are usually warnings about doing that when you enable a minification tool. I will look into moving the JS to a file in the future.
Forum: Plugins
In reply to: [fancyBox 3 for Wordpress] Does not work for single imagesYou’re going to need to disable some more stuff to find out what the issue is. Before the fancyBox plugin is even able to run its code, there is a javascript error in the console at line 152. There is something going on that is disabling jQuery before your footer scripts have a chance to run.
Forum: Plugins
In reply to: [fancyBox 3 for Wordpress] Does not work for single imagesStange, I don’t see it in the source code. Which line of code is loading in jQuery on your URL?
Forum: Plugins
In reply to: [fancyBox 3 for Wordpress] Does not work for single imagesIt looks like you don’t have jQuery loading.
Forum: Plugins
In reply to: [fancyBox 3 for Wordpress] jQuery errorThanks, i’m going to adjust that.
Forum: Plugins
In reply to: [fancyBox 3 for Wordpress] Add Fancybox 3 to a Featured ImageHi, the plugin only works on links that are pointing to images. So on your post, for example, it is working on the drink photo inside the article as intended. The featured image at the top does not have a link around it, so fancyBox is not applied.
Forum: Plugins
In reply to: [fancyBox 3 for Wordpress] iPhone X “notch”Unfortunately I think this is something that will need to end up being resolved through the fancyBox script itself, or perhaps some custom CSS overrides that you implement on your end.
My goal with this plugin is to leave the fancyBox scripts intact without any modifications at all.
Forum: Plugins
In reply to: [fancyBox 3 for Wordpress] data-fancybox=”” and data-caption=”” don’t workThis plugin will automatically create the group attribute for you. Please note, it is designed to work with WordPress Gallery functionality and not necessarily custom galleries.
Forum: Plugins
In reply to: [fancyBox 3 for Wordpress] jQuery errorI’m not able to get that error on my end, could you post your working URL so I could take a look at it?