Yes, but you have to either:
– change the code in templates/simple/gallery.php,
– create a new template by copying the ‘simple’ template and change the code,
– or change the width/height of ‘medium’ image size in WordPress
the code that needs to be adjusted is on line 4:
‘$intermediate_size = wp_get_attachment_image_src($attachment->ID, “medium”);’
try changing “medium” to “large” or some other WP size.
s
File Gallery can’t distinguish the file which uploaded vis ckediter,
I try to use same template like is your on this site “Simple template” and I can not get to this work.. I do it all I need, link class to thickbox, template is simple my code is [gallery link="file" linkclass="thickbox" orderby="rand" template="simple"] and its not work.. Can you please tell me why? Did I need to install some other plugin also.. I have only your plugin installed?
With this plugin activated, there’s a box shown in the custom-menu preferences dialog of WP3 that allows you to add media tags to the menu, just like regular categories and tags for posts. However, at first sight there doesn’t seem to be a possibility to make a gallery on the fly that shows all media tagged with that tag. I’d find that very useful. So is there something I’ve missed, or is there an easy way I could hack together a template that automatically shows all media for a certain tag using the default gallery layout?
Ah well, doctor heal thyself… This seems to work so far: http://pastebin.com/ZwhEZpjh – however I still don’t know how to add the rel="lightbox[{ID}]" thing to the link. Help would be appreciated.
Also, in /includes/attachment.php, line 98 onward, the width and height of the replacement icons shouldn’t be hardcoded if the user is supposed to be allowed to customize them – I’ve tried using icons that are 60×60 and wondered why they’d get squeezed to 46×60 although WordPress itself doesn’t do that in other contexts except File Gallery.
Hi
Having the same problem as Davor, sorry but it will probably be my pilot error as new to wordpress.
jordan
Hi It’s a very cool plugin but have a question I want to set captions in gallery but using file name by default in all of them is that possible? I have in my blog more than 2000 images too many captions :S
I’m attempting the “simple” template, but don’t see the option. I’m a total noob to all of this, I’m sure I’m looking right past it!?
Zoli
Hi!
Could you please check this page: http://suttonet.hu/evacostumes/?portfolio=praga ? With the simple template clicking on the big image, it opens behind some elements. Do you have any idea how can I fix this?
Thank you!
Zoli
Hi again! I’ve already found the solution. I was played with the z-indexes a bit. Thanks for this excellent work!
Hi!
I love this plugin, but I’m having a major problem. It allows me to select the images I want for each gallery via the checkbox, but it actually publishes ALL the available images into the gallery – not excluding the ones I don’t want in it. What’s going on?
hi. the Template: Simple (with javascript) is very nice pra xuxu! congrats! tks.
the quality of images on the left view are poor. it is possible to optimize it?
Yes, but you have to either:
– change the code in templates/simple/gallery.php,
– create a new template by copying the ‘simple’ template and change the code,
– or change the width/height of ‘medium’ image size in WordPress
the code that needs to be adjusted is on line 4:
‘$intermediate_size = wp_get_attachment_image_src($attachment->ID, “medium”);’
try changing “medium” to “large” or some other WP size.
File Gallery can’t distinguish the file which uploaded vis ckediter,
i find the file’s path, like this :
http://localhost/wordpress/subsite/wp-content/uploads/file/1.jpg
and the file’s path which uploaded via ystem’s upload-media is:
http://localhost/wordpress/subsite/files/2011/05/11-150×150.jpg
Hi,
I try to use same template like is your on this site “Simple template” and I can not get to this work.. I do it all I need, link class to thickbox, template is simple my code is [gallery link="file" linkclass="thickbox" orderby="rand" template="simple"] and its not work.. Can you please tell me why? Did I need to install some other plugin also.. I have only your plugin installed?
No need for any other plugin, that should work :)
Can you send me a link to an example page where this does not work?
Hi!
With this plugin activated, there’s a box shown in the custom-menu preferences dialog of WP3 that allows you to add media tags to the menu, just like regular categories and tags for posts. However, at first sight there doesn’t seem to be a possibility to make a gallery on the fly that shows all media tagged with that tag. I’d find that very useful. So is there something I’ve missed, or is there an easy way I could hack together a template that automatically shows all media for a certain tag using the default gallery layout?
Kind regards
CB
Ah well, doctor heal thyself… This seems to work so far: http://pastebin.com/ZwhEZpjh – however I still don’t know how to add the
rel="lightbox[{ID}]"
thing to the link. Help would be appreciated.Also, in
/includes/attachment.php
, line 98 onward, the width and height of the replacement icons shouldn’t be hardcoded if the user is supposed to be allowed to customize them – I’ve tried using icons that are 60×60 and wondered why they’d get squeezed to 46×60 although WordPress itself doesn’t do that in other contexts except File Gallery.Hi
Having the same problem as Davor, sorry but it will probably be my pilot error as new to wordpress.
Hi It’s a very cool plugin but have a question I want to set captions in gallery but using file name by default in all of them is that possible? I have in my blog more than 2000 images too many captions :S
Thank you
I’m attempting the “simple” template, but don’t see the option. I’m a total noob to all of this, I’m sure I’m looking right past it!?
Hi!
Could you please check this page: http://suttonet.hu/evacostumes/?portfolio=praga ? With the simple template clicking on the big image, it opens behind some elements. Do you have any idea how can I fix this?
Thank you!
Hi again! I’ve already found the solution. I was played with the z-indexes a bit. Thanks for this excellent work!
Hi!
I love this plugin, but I’m having a major problem. It allows me to select the images I want for each gallery via the checkbox, but it actually publishes ALL the available images into the gallery – not excluding the ones I don’t want in it. What’s going on?
@Ally: it’s been fixed in v1.6.5.5 which was released yesterday :)
Note: I’m gonna close the comments here as well, please post your bug reports and comments on the official WordPress.org forums for File Gallery – thanks!