blogdropper
Member
Posted 5 months ago #
Hi How can I use "simple template" option without thickbox.
I want the page with thumbnails on the right and medium image on the left of selected thumbnail, then when you click on medium image I want just a full screen (enlarged) view of the image, like your other examples.
I'm a novice, so please include example if possible.
Thanks for any help.
David
http://wordpress.org/extend/plugins/file-gallery/
@blogdropper: just set a non-thickbox class, like for example 'none', as your link class. Thath should work :)
blogdropper
Member
Posted 5 months ago #
Hi Aesqe, Thanks very much for your reply, thing is since I wrote this post the specifications have changed a little, what I want to do now is 4 large thumbnails arranged horizontally and clicking on the thumbnail image will take me directly to the fullscreen image (without the thickbox), also do you have any suggestions how I can include paging in the File Gallery.
Thanks for any help
David
@blogdropper:
'pagination' option will show up when you set a 'limit' in File Gallery metabox.
If you're writing the shortcode yourself, just include limit="4" paginate="true".
Full shortcode for what you've described would be this:
[gallery size="medium" link="file" limit="4" columns="4" paginate="true"]
blogdropper
Member
Posted 5 months ago #
Thanks very much for your quick - and detailed - reply, really appreciated.
And thanks for a great plugin.
David
blogdropper
Member
Posted 5 months ago #
Hi Aesqe
I tried the shortcode you posted above and everything's ok apart from
paginate="true" I don't see any indication on the page to go to next/prev page or page numbers.
I would also like a different main (enlarged) image from the thumbnail where do I insert the url for the main image?
Thanks for your help
David