Forum Replies Created
- AuthorPosts
RattusKeymasterSo, the mantra_tooltip_icon_url is not something from the Gmedia plugin. If it’s not the plugins conflict, then it could be JS error from theme you using. Try also go to Gmedia Settings and “Enable Gmedia admin panel Isolation Mode” on Other Settings tab.
I can try to solve your problem, but I need access to your WP Dashboard, so I can look closer at the problem.
RattusKeymasterPerhaps, you install RealSlider module to plugin’s folder (“/wp-content/plugins/grand-media/module/”), but all modules that are not bundled with plugin should be placed at “/wp-content/grand-media/module/” folder.
RattusKeymasterNo, I’m using Mac and have no problems with that. The reason could be in plugins conflict (JS error on the page).
RattusKeymaster.gmStripes_details_region { display: none; }February 2, 2018 at 22:52 in reply to: Uploading images to a Specific Gallery from a Android Phone #10534
RattusKeymasterThe Admin panel must look like this:

https://monosnap.com/file/YGcdF5hPLBppAVJKbN122BL6pleasX.pngMenu button on the top bar.
February 1, 2018 at 17:56 in reply to: I do not see the thumbnails of the gallery on chrome on such a laptop samsung #10527
RattusKeymasterUnfortunately, I haven’t Samsung smartphone to test gallery modules. Are you talk about default Samsung Browser or Chrome Browser on Samsung smartphone? Also let me know if this happens only on your website or on the Demo pages too?
RattusKeymasterThere is some CSS “normalize” code which completely rewrites CSS for the Gmedia (and I’m pretty sure some other plugin’s CSS):
#mxp_normalize div { display: block; }If you can disable this “normalizing” then do it. Or search and remove the string:
#mxp_normalize div,
in your theme
RattusKeymasterAs you can see CodEasily.com website with https too and plugin works fine. Try reset Gmedia Settings. Clear browser cache.
RattusKeymasterClear the browser cache. It works for me.
To change thumbnail size go to edit gallery and on “Thumb Grid General” tab decrease value of “Thumbnail Width Mobile” and “Thumbnail Height Mobile” fields to fit your needs. But I already see that code I gave you works, just clear the cache.
RattusKeymasteredit theme’s “/wp-content/themes/Zephyr/css/responsive.min.css” file and add code below to the very end:
@media screen and (max-width: 600px){ .l-titlebar, .l-canvas.sidebar_left .l-main, .l-canvas.sidebar_right .l-main, .l-canvas.sidebar_none .l-section, .l-footer .l-section { padding-left: 20px; padding-right: 20px; } }Or you can decrease mobile thumbnails size in Phantom for album pages.
RattusKeymasterSorry I can’t understand. AlbumsView module doesn’t have columns. It’s accordion style.
RattusKeymasterShow Share Button option only disables share button in the lightbox. If you mean social share buttons below gallery, then it’s not part of the Gmedia plugin but your theme or some other plugin. Anyway you can hide those buttons on gallery page by adding code below to the Custom CSS field of the gallery (Advanced settings tab):
.for_sharing { display: none !important; }
RattusKeymasterAdd code below to the Custom CSS field:
.gmStripes_badges, .gmStripes_button_like, .mfp-likes { display: none !important; }
RattusKeymasterCan you send me the link to your gallery page?
RattusKeymasterYou can disable “Show Share Button” on Phantom Common Settings tab.
- AuthorPosts

