Plugin Author
Aesqe
(@aesqe)
hi exconny 🙂
in v1.6.5 you’ll be able to choose which wordpress image size you want the thumbnail linked to. for now it is hardcoded to full size, sorry :/
i’ll be releasing v1.6.5 in a day or two.
Plugin Author
Aesqe
(@aesqe)
v1.6.5 is out, you can use the link_size parameter to choose linked image size, like this:
[gallery link="file" link_size="large" template="simple"]
Thread Starter
Conny
(@exconny)
Hi
Thx for the update love it
but i got a problem i cant get the linkclass added anymore like i had it before. Somehow it always shows class= thickbox but i use a different class
i added mine in settings Auto enqueue lightbox scripts for which link classes (separate with commas)?
but it still shows in src class tickbox it does not show my own.
i use template simple
regards and thx for this plugin again
Thread Starter
Conny
(@exconny)
btw if i use single pic insertion and add my class it works perfect
Thread Starter
Conny
(@exconny)
Hi i feel bad to post allready but i just saw possible another bug
as i thought oki ill not link from the image to lightbox i just set it to [gallery include="578,577,576,575,574" link="none" link_size="large" template="simple"]
but image still links to file
i hope this helps
regards
Plugin Author
Aesqe
(@aesqe)
Thanks for reporting this, exconny 🙂
‘thickbox’ class got hardcoded in ‘simple’ template by mistake, I was testing variable overriding (namely link, linkclass, and mimetype) within the template itself and forgot to clean up – sorry.
I’m going to leave mimetype=’image’ hardcoded in ‘simple’ template, because that template is meant to be used with images only. I’ve now made it so that if you set link to ‘none’, then the big picture on the left won’t link to anything, but the thumbnails will still load the bigger picture.
And good job spotting the ‘link_size’ related linking bug when link is set to none, thanks 🙂
I’ve uploaded the version with these bugs fixed into repository as the current trunk version, you can download it from here: http://ww.wp.xz.cn/extend/plugins/file-gallery/download/ (click on the Development Version link at the bottom) – it should be version 1.6.5.1-beta. If it’s not that version, please try again in 10-15 minutes when the repository refreshes.
Let me know if that’s all OK with you 🙂
Thread Starter
Conny
(@exconny)
Hi There
Mhh now it works not at all…..
thats what i get when i look in src
[gallery link="file" linkclass="img_zoom" template="simple"]
<img style=”opacity: 1;” class=”gallery_simple_current_image img_zoom-5″ src=”http://012-300×300.jpg”>
i went back to version wich worked before
still love your plugin as i said before perfect for clients easy to use not so complicated like nexgen
Plugin Author
Aesqe
(@aesqe)
@exconny: I’ve changed a few things in simple template’s javascript, it could be clashing with your lightbox script :/ Are you using a custom lightbox or a plugin, or something else…?
Also, please feel free to contact me via e-mail ([email protected]) for anything File Gallery related.