Forum Replies Created
- AuthorPosts
- February 2, 2015 at 20:36 in reply to: Small window within WordPress plugin to add Flagallery to post #4282
RattusKeymasterThis reply has been marked as private.February 2, 2015 at 20:29 in reply to: Small window within WordPress plugin to add Flagallery to post #4281
RattusKeymasterGmedia import will not break existing Flagallery galleries. It just copy images to Gmedia’s own library folder and import titles and description for them.
February 2, 2015 at 19:13 in reply to: Small window within WordPress plugin to add Flagallery to post #4278
RattusKeymasterIf you bought license key for Flagallery you can get discounts for Gmedia:
If you have MINIPack license – get 50% discount for Gmedia License.
If you have GRANDPack license – get 70% discount for Gmedia License.
If you have GRANDPack+ license – get 80% discount for Gmedia License.To get discount for Gmedia License just contact us with Order Number of Flagallery License.
I’ll increase thumbnail size on Flagallery Sort page in next update.
RattusKeymasterI need temporary admin access to WordPress dashboard, so I can try to solve your problems.
February 1, 2015 at 22:46 in reply to: Phantom module doesn't work any more after moving to WordPress 4.1 #4272
RattusKeymasterGo to Gmedia -> Modules page -> and update Phantom module to latest version (v2.1 at the moment)
RattusKeymasterUnfortunately, there is no manual yet. There is no order which you should do step by step.
You can upload images and add tags, assign album to them while upload. You can create new tags and albums while upload or you can just upload images to library and then in the Library manipulate with tags and albums.
You can create Albums/Tags before uploading any images and even create Galleries based on empty albums. After that you just upload images to that albums and they automatically appeared in gallery.
Image can have many tags and only one image. Categories are optional and needed for future services. Albums and images can be private, so only logged in users can see them in gallery.
Album also have option to sort/order images in it.
RattusKeymasterHere is how to add image to audio (video):
Enter Edit Mode -> find your audio file -> and fill “Cover” field with image url OR with image ID from Gmedia Library (just numbers) -> click anywhere outside of input field to save changes -> Exit Edit mode or reload page to see changes.As for changing styling or colors the only way now is to add custom CSS.
RattusKeymasterHere is how to add image to audio (video):
Enter Edit Mode -> find your audio file -> and fill “Cover” field with image url OR with image ID from Gmedia Library (just numbers) -> click anywhere outside of input field to save changes -> Exit Edit mode or reload page to see changes.As for changing styling or colors the only way now is to add custom CSS.
January 29, 2015 at 13:42 in reply to: Small window within WordPress plugin to add Flagallery to post #4252
RattusKeymasterI’ll make window bigger in next plugin update. Did you already tried Gmedia Gallery plugin? I think it is more user friendly with bigger window and search. Also you can easily import all your Flagallery galleries to Gmedia plugin.
RattusKeymasterIn my opinion the Gmedia Gallery plugin is better, but there is no any documentation yet for Gmedia and you should discover plugin by yourself (I hope I made intuitive interface in Gmedia plugin). If you are OK with that then Gmedia is better choice.
RattusKeymasterBest thanks will be if you rate plugin with 5 stars: https://wordpress.org/support/view/plugin-reviews/grand-media
RattusKeymasterThere is no option to import exif data to image description, but I’ll add it to “Batch Edit” in future plugin versions.
RattusKeymasterYou can try to add filter:
add_filter('gmedia-post-types', 'gmedia_custom_posts_support'); /* By default $post_types = array('post', 'page'); */ function gmedia_custom_posts_support($post_types){ $custom_post_types = array('foo', 'bar'); /* Here should be your custom post slugs */ $post_types = array_merge($post_types, $custom_post_types); return $post_types; }
RattusKeymasterwhere do you want to import exif?
RattusKeymasterGRAND Pages and Galleries are not the same. You should first create gallery on Manage Galeries page by choosing “Add new gallery” tab, then “Upload images” to it.
After you create galleries you can go to GRAND Pages and choose which galleries you want to show there. Also you can insert flagallery shortcodes to any Page or Post of your site.
- AuthorPosts
