w3dev
Forum Replies Created
-
Forum: Plugins
In reply to: [fancyBox 3 for Wordpress] data-fancybox=”” and data-caption=”” don’t workWe switched the way we call for fancyBox to be applied to images and galleries with this update. Can you post an example of the code / shortcode you are using on your site?
Forum: Plugins
In reply to: [fancyBox 3 for Wordpress] Could it work with this?Sorry. posting a fix momentarily.
Forum: Plugins
In reply to: [fancyBox 3 for Wordpress] Could it work with this?I pushed an update today that adds support for text linking.
Forum: Plugins
In reply to: [fancyBox 3 for Wordpress] Could it work with this?Can you explain what’s going on here? When I look at the code, I don’t see an img, although there is an image displaying.
<a title="https://www.tromsite.com/wp-content/uploads/2018/01/language-tromsite.jpg" href="https://www.tromsite.com/wp-content/uploads/2018/01/language-tromsite.jpg" target="_blank" rel="noopener noreferrer nofollow"></a>Forum: Plugins
In reply to: [fancyBox 3 for Wordpress] Could it work with this?OK, I see the issue. Our code is designed to enable fancyBox functionality only on links to images that use a thumbnail image, and not for text links that point to images.
So this currently works:
<a href="(img)">(thumbnail)</a>However this does not:
<a href="(img)">(text)</a>I will fix the functionality asap, should be able to push an update out later today or tomorrow at the latest.
- This reply was modified 7 years, 9 months ago by w3dev.
Forum: Plugins
In reply to: [fancyBox 3 for Wordpress] Could it work with this?yes, please.
Forum: Plugins
In reply to: [fancyBox 3 for Wordpress] Could it work with this?It looks like you are using Easy Fancybox, a different plugin altogether.
Forum: Plugins
In reply to: [fancyBox 3 for Wordpress] Could it work with this?With regard to your website specifically, I’ll have to verify, but I think the plugin might not be picking up on your image link due to its extension being “jpeg” instead of “jpg”.
Forum: Plugins
In reply to: [fancyBox 3 for Wordpress] Could it work with this?Hi @tiotrom, The plugin is designed to programatically find a replace links to images with code that enables fancybox, and the same to WordPress Gallery code.
You are correct, adding “data-fancybox” to links that point to other filetypes such as PDF, or inline code by using “data-src=…” will also work.
- This reply was modified 7 years, 9 months ago by w3dev.
Forum: Plugins
In reply to: [fancyBox 3 for Wordpress] Use of short open tagYou’re right on this, it should be in the footer. I’m pushing an update through today that will move it down where it belongs! Thanks again.
Forum: Plugins
In reply to: [fancyBox 3 for Wordpress] Use of short open tagThanks for catching that, I am pushing a fix now and also updated the core fancyBox script.
Forum: Plugins
In reply to: [Custom Post Type UI] Fatal Error on multisiteYup, that’s the line in question. Here’s the error.
[13-Nov-2017 17:39:51 UTC] PHP Fatal error: Cannot unset string offsets in /www/wp-content/plugins/custom-post-type-ui/inc/utility.php on line 28Forum: Plugins
In reply to: [fancyBox 3 for Wordpress] Gallery Not Working (Images are working)You can omit the
ids=""portion, but you definitely need to add thelink="file"part or else it will not link to the images directly.Forum: Plugins
In reply to: [fancyBox 3 for Wordpress] Gallery Not Working (Images are working)Hi, I see the problem with your galleries. You just need to modify the gallery shortcode so that the thumbnails are linking to the media files rather than the attachment URL. So inside your shortcode, please set it like so:
[gallery link="file" ids="14,12,10"]Forum: Plugins
In reply to: [fancyBox 3 for Wordpress] Gallery Not Working (Images are working)Hi, can you post your website URL so we can take a look?