Aesqe
Forum Replies Created
-
hi ptroxler
it would really help if you could give me some data to work with, like wordpress and file gallery versions.
does this happen on wordpress installation, wordpress upgrade, plugin activation, in the admin, in the frontend, both…?
how are you certain that file gallery is the culprit?
thanks 🙂
Forum: Plugins
In reply to: [File Gallery] Plugin File Gallery customizationhi again 🙂
please try the latest beta (trunk version) and see if the “simple” template looks anything close to what you need. if yes, it can be easily modified to fit your needs even better 😉
you can download the beta from here.
Forum: Plugins
In reply to: file_gallery_shortcode helpThanks GsT, and good luck with your templating 🙂
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] File Manager Only?If you are asking if you can use File Gallery only in WP admin, without the plugin taking over the gallery shortcode processing, you can disable it on the media settings page – it’s the first option under File Gallery heading.
I hope I understood your question correctly 🙂
Forum: Plugins
In reply to: file_gallery_shortcode help@gst:
I’m afraid that’s something you’d have to code yourself, part PHP, part JavaScript…
Getting and displaying only the first image, or the post thumb image, is easy, but the rest requires JavaScript to open a modal window in which you’d display a custom URL or just part of that same page, or the whole same page with different query vars, a specialized template, etc…
It’s really something that would need to be custom made.
I’d gladly help you, but between my day job and working on File Gallery, there’s not much free time left for me, sorry… :/
But I’m really glad you like the plugin and if you have any problems with getting something out of it, just fire the questions away 🙂
Forum: Plugins
In reply to: [File Gallery] Plugin File Gallery customizationHi spiranovich 🙂
You’ll need JavaScript for that.
Luckily for you, I’ve just implemented a new feature into File Gallery – if you place a “gallery.js” file into a template’s folder, it will be automatically enqueued. And you can add JavaScript dependencies by adding one line to your template’s php file.
I’ll release the new version of the plugin this week, and I’ll create a new template – the one you’re asking for – to demonstrate the feature 😉
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] How to resize title spacing?-double posting-
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] How to resize title spacing?I’ve just updated the plugin to v1.6.3 in which this bug is fixed. Sorry for the inconvenience.
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] Tags from different postshi fivemcclungs 🙂
simply use this shortcode [gallery tags="put your tags here, comma separated" tags_from="all"]
tags_from=”all” tells the plugin to display attachments from all posts, not just from the current one.
you could also add mimetype=”image” to make sure only images will be displayed.
hope this helps, sorry I didn’t reply sooner 🙂
Hi jivyb 🙂
Please tell me which class is that exactly so I can fix the problem.
I tried to emulate the WP gallery code to the letter with File Gallery’s ‘default’ template, but there’s always room for bugs and oversights 😉
Forum: Plugins
In reply to: [File Gallery] [Plugin: File Gallery] How to resize title spacing?Hi, nkkhoo 🙂
Are you referring to the post title field on the wp-admin/edit.php pages?
If so, you can turn off the display of post thumbnail and attachment count columns by going to media settings page, scrolling down to “Edit screens options” and unchecking either “Display attachment count?” or “Display post thumb (if set)?”, or both.
There’s a CSS bug in the current version that makes the title column disappear on smaller screens because I’ve set a fixed width to the post thumb column. I’ve corrected it and a new version of the plugin will be released in a day or two.
I’ve tried to make it more clear in the help file:
http://skyphe.org/wp-content/plugins/file-gallery/help/index.html#settings_page
Hi richiesun 🙂
the order does not get saved automatically, you need to press the 4th button from the left in the File Gallery widget (set of buttons in the upper right corner), it says “Save as menu order” when you hover over it.
Forum: Plugins
In reply to: file_gallery_shortcode helpAlso, I was wrong in my earlier post (why don’t I look at my own code first is beyond me…) – just tested with only id of another post and the function works as intended for me. Which version of the plugin are you using?
file_gallery_shortcode(array(“id” => some_id)) works for me just fine…
(sorry for multiple postings)
Forum: Plugins
In reply to: file_gallery_shortcode helpforgot to add:
you should also include “limit” => 1 as argument to optimize mysql query