Forum Replies Created
- AuthorPosts
RattusKeymasterGo to Skins page -> find Minima skin and click “Options” link -> in popup scroll to the very end and uncheck “Show Alternative JS Gallery instead of Flash” checkbox -> Save changes
RattusKeymasterThis reply has been marked as private.
RattusKeymasterThere are 3 free gallery skins, 1 free video skin and 1 free music player skin.
Also plugin have a lot of premium gallery skins. Each skin have different settings. I don’t know which skin you testing, so I can’t help you with your question.January 1, 2015 at 20:59 in reply to: Cannot install modules, get a Couldn't resolve host 'codeasily.com' message #4091
RattusKeymasterPlugin requires connection to codeasily.com website to activate license key and to Dropbox website for installing modules. Seems like your hosting blocked requests to external websites. Ask your hosting to help you solve this problem.
RattusKeymasterCSS should be
.gmedia_gallery.afflux_module { margin: 0 auto; }if not helps try also wrap shortcode with div align center:
<div style="text-align:center;">SHORTCODE_HERE</div>
RattusKeymasterYes, there is problem in Photobox module and google image search. I’ll fix it as soon as possible in next module version. As for now if you need google index your images try any other module.
RattusKeymasterIt’s not possible. But I’ll add this option in future module versions.
RattusKeymasterDid you modify init.php file from module’s folder? There is something wrong with module. Try delete it manually from ‘/wp-content/grand-media/module/’ folder
and check if it exists in ‘/wp-content/plugins/grand-media/module’ folder and delete photobox from there too.Then install it again via Modules page in WP admin.
RattusKeymasterI’ve looked your site and can’t see any other reason of your problem except gzip is enabled for images on your server. Flash skin can’t get size of gziped image and can’t start to load it.
Disable gzip for images or ask your hosting to help you with this.December 17, 2014 at 21:01 in reply to: How To Prevent Generated http://mysite.com/gmedia/ID# page #4052
RattusKeymasterGmedia pages not accessible to crawlers (if you didn’t post link on some other page). Nobody knows the url to Gmedia gallery page if you did not tell it anyone. I’ll think about option to hide preview pages from public even if someone knows url.
RattusKeymasterImages in database have no absolute path. You should also copy images to “/wp-content/blogs.dir/_BLOG_ID_/grand-media/image/” or if you developer you can use add_filter
$uploads = apply_filters( 'gm_upload_dir', array( 'path' => $dir, 'url' => $url, 'error' => false ) );
see plugins folder ‘/inc/core.php’ file on line 181
RattusKeymasterPlugin works with WordPress MU, that means it create separate database tables and folders for each site in network. But you can’t load images on one site and use them on another.
I’ll think if it’s possible to implement blog_id to gmedia shortcode.
RattusKeymasterUpdate Photobox module to latest version. I’ve added few options to module’s settings. Now you can change thumbnail width and height in the grid.
Go to Gmedia Modules page and click Update Photobox button.December 15, 2014 at 22:17 in reply to: Thumbs for vertical/portrait images are stretched/distorted #4042
RattusKeymasterMy bad. Fixed in version 0.7. Also I’ve added few options to module’s settings. Now you can change thumbnail width and height in the grid.
RattusKeymasterBe sure that status of gallery, albums and images are public.
The common reason of your problem is javascript error on the page with gallery. Post link to your gallery page, so I can say more.- AuthorPosts
