Aesqe
Forum Replies Created
-
Forum: Plugins
In reply to: [File Gallery] Paginate gallery@magaworks: I’ve added previous/next links to pagination in the latest beta. Please download and test: https://github.com/aesqe/file-gallery
thanks! 🙂
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] WP 3.5 ?@joe Nance: hmm, the problem here is that the caption shortcode has attribute “width” set to zero, and img tag has both width and height set to zero.
Can’t say exactly why that would be happening 😐 I’ll check my source code and see if I can reproduce the problem.
For now, please try installing the latest beta version of the plugin from here: https://github.com/aesqe/file-gallery/archive/master.zip – the issue might be resolved in this version.
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] WP 3.5 ?great! I’m glad it got sorted out 🙂
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] WP 3.5 ?@joe Nance: are you talking about the File Gallery interface on the post editing screen, or about how the galleries look on your website?
Forum: Plugins
In reply to: [File Gallery] 3.6 duplication files@mamastudios: I’ve updated the version on GitHub – please download it from GitHub and install it. It’s version 1.7.8-beta7.
The issue you’ve reported should be fixed in this version.
Please let me know if it works OK for you. Thanks!
Forum: Plugins
In reply to: [File Gallery] File Gallery order Bug?no problem, sorry I didn’t reply sooner 🙂
Forum: Plugins
In reply to: [File Gallery] attach selected to post not visible in media browser…@jynk: I know it’s been 4 months, but could you please check if the latest Github version throws the same error? Thank you! 🙂
Forum: Plugins
In reply to: [File Gallery] 3.6 duplication files@mamastudios: please go to https://github.com/aesqe/file-gallery and download the latest File Gallery from there.
Let me know if you get the same problem with this version. Thanks! 🙂
Forum: Plugins
In reply to: [File Gallery] Optional captions@ngan Ying: go to WordPress Media settings, look for an option named “Display File Gallery on which post types?”. Now just select which types of posts/pages you wish to show File Gallery on.
Forum: Plugins
In reply to: [File Gallery] File Gallery order Bug?@katart17: that is weird indeed 🙂
could you post a link to a page where this is happening?
Forum: Plugins
In reply to: [File Gallery] Error inserting shortcode in page template@mgali002: that’s because the javascript and css files for the “simple” template didn’t load. You can add them manually, just paste the following code at the top of your page template, before get_header:
<?php wp_enqueue_style('file_gallery_simple', FILE_GALLERY_URL . '/templates/simple/gallery.css'); wp_enqueue_script('file_gallery_simple', FILE_GALLERY_URL . '/templates/simple/gallery.js', '', '', true); ?>that should work.
Forum: Plugins
In reply to: [File Gallery] Paginate gallery@bobbyl76: pagination settings are on the WordPress Media settings page, but so far it’s only one option “How many page links should be shown in pagination?”
@magaworks: not yet, but I’ve added it to my todo lis. Only way to achieve it at the moment would be to filter the whole file gallery output (filter name: “file_gallery_output”) and inject previous/next navigation links somehow. There’s a beta version of the plugin on Github, I’ll see if I can squeeze the prev/next links in there soon. (https://github.com/aesqe/file-gallery)
Forum: Plugins
In reply to: [File Gallery] Many-To-Many Attachments?@eugo: I didn’t quite understand your question, sorry :/
I’d be more than willing to help if you could explain a bit further what you need. Thanks!
Forum: Plugins
In reply to: [File Gallery] mimetype for images?@jynk: use either image/jpeg or *jpeg, as jpeg is the standard format name.