Aesqe
Forum Replies Created
-
I’ve found the same thing on one of my client’s installations.
I don’t know if it helps anyone, but here’s the decoded source of one of the files: https://gist.github.com/aesqe/f75634cf72c64da92bab905180e33d87
I’ve decoded it manually, but I think everything’s correct.
Forum: Plugins
In reply to: [File Gallery] Incorrect Use of register_taxonomy()@mkormendy: I know I’m way too late with my response, but I just wanted to let you know that in version 1.8.5.2 of File Gallery, the plugin will show a dismissible notice in the admin area if media tags taxonomy name is empty or longer than 32 characters.
Forum: Plugins
In reply to: [File Gallery] broken gallery@li-an: I’m really sorry about that! 🙁
If you’re not using custom gallery templates, disabling File Gallery’s handling of the shortcode should fix it.
Please drop me an email if it’s more complicated than that, I’d love to help.
I know I’ve been less than active in FG’s development in the past year or so, I wish I had more time to dedicate to it…
Forum: Plugins
In reply to: [File Gallery] Pagination not appearing – what/where are the settings@JadeConcept: you need to add a
paginateoption to the shortcode and set it to “true”, and also alimitoption which sets the number of images per page, like this:[gallery limit="9" paginate="true"]Forum: Plugins
In reply to: [File Gallery] Update to WP 4.4.1?@emanaku: I’ve noticed that the “Attach” button is sometimes missing, and it’s quite annoying, I know.
I’ll take a look at all the current issues this week, thank you for reporting this!
Forum: Plugins
In reply to: [File Gallery] Incorrect Use of register_taxonomy()@mkormendy: hmm, off the top of my head, that would mean that the constant FILE_GALLERY_MEDIA_TAG_NAME is either empty, or its length is greater than 32 characters. It’s more probable that it’s empty for some reason – and it shouldn’t be.
Do you have any other plugin that handles media tags?
p.s.: the function in which that constant is set is “file_gallery_media_tags_get_taxonomy_slug” and it’s located in the “file-gallery/includes/media-tags.php” file.
Forum: Plugins
In reply to: [File Gallery] Plugin Doesn't work Google ChromeHi Mook!
I’d love to help, but I didn’t notice any glitches or unresponsiveness in Chrome 😐
Could you explain a bit further what exactly is happening? Could you maybe make a video of the problem, or a couple of screenshots? That would help a lot.
Forum: Plugins
In reply to: [File Gallery] Editor disapearedfixed in 1.8.4
Forum: Plugins
In reply to: [File Gallery] 'copy attachments from other post' option widow position@xerxex: I know I’m really late with my reply, but it has been fixed in v1.8.5 – sorry for the long wait, I’m freelancing again and my spare time has been severely limited in the past few months.
Forum: Plugins
In reply to: [File Gallery] FILE_GALLERY_CRYSTAL_URL doesn't existsHi Mickey!
after v1.7.4.1, FILE_GALLERY_CRYSTAL_URL was replaced with the standard WordPress function wp_mime_type_icon.
You can use the ‘wp_mime_type_icon’ filter to change icons for certain filetypes. Take a look at the end of the function.
I hope this helps!
@nappa5150, @herbert: could you send me a link to a screenshot where the link isn’t shown, or is just partially shown?
@nappa5150: if the File Gallery meta box is not on your post editing screen, make sure it’s enabled in “Screen options”. If you’re editing a custom post type, you need to enable File Gallery for each custom post type on the Media Settings page.
Forum: Plugins
In reply to: [File Gallery] file-gallery.php line 1573 broken in 4.2Sorry everyone, I was a bit late with the compatibility update 😡
I’ve pushed v1.8.4 to the repository, should be available via WP updates shortly – please let me know if you run into further problems.
And yes, the missing media template was to blame; thanks for the quick fix, @asckitson!
Forum: Plugins
In reply to: [File Gallery] File Gallery breaks text editor & media browserAh, that happens to me too – I use the Policeman Firefox addon for web filtering, so sometimes I just wonder why things don’t work until I remember to unblock loading of scripts, etc. 🙂