• Great plugin many thanks.
    I’m having problems with the link ‘rel’ attribute setting for a gallery – or perhaps I’m misunderstanding this option?
    I would have thought setting it to true would add a rel tag to each link to the lightbox see’s the images as a set?
    I’m not getting any rel tag at all…

    http://wordpress.org/extend/plugins/file-gallery/

Viewing 4 replies - 1 through 4 (of 4 total)
  • I have this problem too.
    It seems a bug…

    Plugin Author Aesqe

    (@aesqe)

    hi thehobbo, thedarkmist 🙂

    (he rel tag won’t be added unless the “link to” option is set to “file”.

    which version of the plugin and wordpress are you using?

    thanks!

    Thread Starter thehobbo

    (@thehobbo)

    Aesqe

    I’m using WP v3.2.1 and v1.6.5.6.

    Is there a reason you only assign the rel tag when link-to is set to file? Seems an odd decision.

    I’m currently getting around it using jquery which seems dirty:

    $('.gallery a').each(function () {
        this.rel = 'set';
    })

    Thanks

    Plugin Author Aesqe

    (@aesqe)

    thehobbo: actually, there is no particular reason, I just figured 99% of users won’t open anything else but full size images in lightboxes. But, as more and more people create their own templates, I see that I better offer rel attribute regardless of link option.

    Also, I’d really recommend you try the latest RC of File Gallery (http://wordpress.org/extend/plugins/file-gallery/download/), as there are soooo many improvements in it 🙂

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘[Plugin: File Gallery] Rel tag not working?’ is closed to new replies.