Forum Replies Created
- AuthorPosts
RattusKeymasterMaybe image is corrupted? Or it happens to all images? Try temporary deactivate other plugins to exclude plugins conflict.
RattusKeymasterYou can place contact form over gallery with help of CSS.
You can’t add contact form to image description.
RattusKeymasterI need access to your WP Dashboard, so I’ll try to help you.
RattusKeymasterHere is what you can do:
Go to edit gallery and on Advanced settings add code to Custom CSS:.gmediaMosaic img.gmMosaicItem_thumb { pointer-events: none; }If you do this then the big image stop open on mouse click. To fix that you should add somewhere to your theme’s js file code below:
jQuery('.gmMosaicItem').on('click', function(){ jQuery('> a', this).trigger('click'); });
RattusKeymasterwhat do you mean? if you need fixed amount of columns just set it in gallery settings.
RattusKeymasterI’ve fixed it. Go to Gmedia Modules -> update Phantom to the latest version.
Clear your browser cache if nothing changed.
RattusKeymasterAlso if not help: go to Gmedia Settings -> remove License key -> Save settings -> insert license key -> click Activate.
RattusKeymasterGo to Gmedia Modules page and update module to the latest version.
RattusKeymasterBe sure your theme have
wp_head();function in header.php andwp_footer();function in footer.php file. That is require for plugins to load their scripts and styles.
RattusKeymasterUploaded photos does not displayed in Gmedia Library (in backend) or only on frontend?
I’ve tested uploading 2 images and it works fine for me on your website. Your site loads for me very slow, try contact your hosting provider.

https://monosnap.com/file/tgfDDElVrhCKqXbdGH9wOGIhmwlygA.png
RattusKeymasterYou could add code below to your theme main script:
jQuery('img.gmpm_the_photo').off('click');
RattusKeymasterThe problem is in cache (WP Super Cache) plugin. After you add images to album or gallery you should clear cached pages with galleries or clear all cache to see changes. After you clear cache and load page with gallery it will be cached again.
RattusKeymasterHello, I need temporary access to your WP Dashboard, so I can try to solve your problem.
RattusKeymasterYou could save Preset of module and use it for albums.
1) Go to Add Files -> After you add files to the pane you can drag them to reorder.
2) On the left side add Album name (Album will be created if it not exists).
2.5) Optionally go to edit album for reordering.
You can click on album share button and in popup window copy link to album post or to GmediaCloud page, then insert it in your site’s menu or anywhere you want. You can set default module for this pages on Gmedia Settings -> “GmediaCloud page” tab.
3) Go to edit post or page and click Gmedia button above editor -> in popup window choose Collections -> choose Album -> on the right column choose module with preset -> Insert shortcode.So as you can see you can use albums as galleries, so you don’t need to create gallery with one album.
Thanks for your suggestions, I’ll improve creating galleries process in a next updates.
April 2, 2016 at 19:43 in reply to: Gallery Admin Buttons And Links Don't Work After Last Update #6789
RattusKeymasterYes, you can replace plugin with fixed one on your other site. Actually there is only one file changed: ‘/plugins/grand-media/admin/admin.php’, so you can replace only one file. Be sure that you have the same plugin version on both sites.
- AuthorPosts

