Forum Replies Created
- AuthorPosts
RattusKeymasterIt’s could be plugins conflict. Try disable other plugins one by one and see if it helps.
RattusKeymasterMobile browsers are not support adobe flash player, that’s why you alternate JS based gallery on mobile devices.
RattusKeymasterBe sure that webview folders are created in each gallery folder and have write permission.
Go to admin’s Manage Galleries page and select problematic gallery with checkbox -> in Actions dropdown select “Create images optimized for web” and click Apply.
RattusKeymasterVery nice customization of Phantom module. The best thanks will be if you rate my plugin with 5 stars at wordpress repository: https://wordpress.org/plugins/grand-media/
Also I can suggest you 30% discount for premium modules license if you need it.
RattusKeymasterIf you need such a big sizes for thumbnails then better modify Phantom module:
Edit /module/phantom/init.php file on lines 35-36:,'image' => "/{$gmGallery->options['folder']['image']}/{$item->gmuid}" ,'thumb' => "/{$gmGallery->options['folder']['image_thumb']}/{$item->gmuid}"modify to
,'image' => "/{$gmGallery->options['folder']['image']}/{$item->gmuid}" ,'thumb' => "/{$gmGallery->options['folder']['image']}/{$item->gmuid}"so module will use web images (max 1600×1600) for thumbnails.
Better copy modified module to ‘/wp-content/grand-media/module/’ folder, so after plugin update you’ll not loose your changes. Also I recomend to rename folder to “phantom-mod” and edit index.php file to change name and title:
'name' => 'phantom-mod', 'title' => 'Phantom with Big Thumbnails',
RattusKeymaster4000px is too much for regular monitor. This option is useful when Max-Height is less then height of browser window.
If you want scrollbar in Preview Template (link that you posted), then set max-height to 0, then go to Advanced Settings tab and add this to CSS field:
body { overflow-y: auto; }
RattusKeymasterI’ve renamed ‘jq-mplayer’ folder to ‘jq-mplayer-mod’. Also in the Module’s list it will be named “Music Player (.htaccess mod)”.
To change module for already existed (created) galleries -> go to edit gallery -> click on module image in left top corner -> in popup choose new player “Music Player (.htaccess mod)” -> save with new module.If you need this module for others blogs, then you should copy ‘/wp-content/blogs.dir/4/grand-media/module/jq-mplayer-mod/’ folder to others ‘blogs.dir/#’ folders.
RattusKeymasterI forgot that Music Player is built in module and it overwrites after update. I should create copy of Music Player with different folder name. Is FTP access is still works for me?
RattusKeymasterGo to edit your Phantom gallery and in Common Settings tab set “Max-Height” field to whatever you need. Also be sure that “Grid Navigation” option is ‘Scroll Bars’.
RattusKeymasterPost links to your gallery pages.
RattusKeymasterOk, I’ve fixed error on your server and I’ll add this fix to future plugin version. Also I’ve installed all available and latest versions of skins.
Let me know if you have any other problems with plugin.
RattusKeymasterI can help you with this error, but I need FTP access to your server.
RattusKeymasterThe best thanks will be if you rate Gmedia plugin with 5 stars at WordPress.org repository: https://wordpress.org/support/view/plugin-reviews/grand-media
RattusKeymasterThis reply has been marked as private.
RattusKeymasterThat’s why it called “full page template”, but not full screen. Opening page in full screen without user action is forbidden by browsers due to security reasons.
- AuthorPosts
