Forum Replies Created
- AuthorPosts
- August 7, 2017 at 18:07 in reply to: How can i disable download button for logout users on Phantom pro? #9886
RattusKeymasterThat’s require module modification.
Go to edit ‘/wp-content/grand-media/module/phantom-pro/init.php’ file and at line 11 add:if(!is_user_logged_in()){ $settings['show_download_button'] = 0; }so if user is not logged in, download button will be disabled.
RattusKeymasterGo to edit AlbumsView gallery -> Slider Window Settings -> disable “Show Download Button” checkbox
RattusKeymasterThe reason is because the browser disabled Flash Player plugin in the settings.
Read how to Enable Flash Player in your browser:
https://helpx.adobe.com/flash-player.htmlAugust 7, 2017 at 17:48 in reply to: How can i make all videos on Phantom pro lightbox fill the container? #9883
RattusKeymasterVideo in the lightbox plays inside the iframe and it couldn’t be filled.
August 7, 2017 at 17:33 in reply to: How can i enable all videos on Phantom pro lightbox fill the container? #9882
RattusKeymasterTry RealSlider module – it shows video not in the lightbox.
August 2, 2017 at 23:32 in reply to: PC showing Minima Module differently to Laptop, iPhone and iPad #9865
RattusKeymasterMinima and Afflux are modules based on flash which is not supported by mobile devices. You can use Phantom, FlipGrid, Photomania, JQ Music Player, WP Video Player. These modules are free and built with JavaScript and HTML and should work the same on all devices.
All other premium modules from the Demo page ( https://codeasily.com/portfolio/gmedia-gallery-modules/ ) are free for testing purposes and built with JS and HTML too.
RattusKeymasterSeems like your server denied access to mp3 files. Check your .htaccess file for deny rules or ask your hosting provider to help you with this.

RattusKeymasterIt’s could be plugins conflict. Some plugin call error on the Gmedia admin pages and break plugin functionality.
I need access to your WP Dashboard in order to fix this.
RattusKeymasterplugin requires at least 128MB of PHP Memory Limit on your server.
July 28, 2017 at 17:28 in reply to: How to Remove “built with GmediaGallery” Link from Galleries #9843
RattusKeymasterTry remove License Key from the field -> Update Settings -> then Activate License again.
July 27, 2017 at 20:51 in reply to: My images have all been replaced with Green blank images with a file icon #9837
RattusKeymasterYou could use Contact page or post here in private reply.
July 27, 2017 at 20:23 in reply to: My images have all been replaced with Green blank images with a file icon #9835
RattusKeymasterI need access to your WP Dashboard, so I’ll look closer at your problem.
RattusKeymasterThis code is only for your theme, so better don’t delete it.
RattusKeymasterCould be some javascript error on the page caused by the plugins conflict. You can disable other plugins one by one and see if it helps, so you’ll find which plugin is in conflict.
Also you could try go to Gmedia Settings -> Other Settings tab -> switch “Enable Gmedia admin panel Isolation Mode” checkbox (enable if disabled and vice versa)
RattusKeymasterAppend code below to your theme’s style.css file:
#gmediacomments .comment-body { margin: 0; } #gmediacomments img.avatar { height: auto; width: 25px; position: static; } #gmediacomments .comment-author::before, #gmediacomments .comment-author::after { display: none; } #gmediacomments .comment-author { display: block; } - AuthorPosts

