Forum Replies Created
-
AuthorPosts
-
Rattus
KeymasterRattus
KeymasterRattus
KeymasterRattus
KeymasterRattus
KeymasterRattus
KeymasterI need temporary access to your WP admin panel, so I can look closer at your problem and try to solve it.
Rattus
KeymasterEvery hosting (GoDaddy too) has some Control Panel for the server where you can mange files and databases and change different settings for your server, backup and restore files. Also there you can set FTP access and use that credentials in your favorite FTP program to manage website files.
Sure you can try to restore from backup if it’s easier for you than delete plugin’s folder and install plugin via WordPress admin.
Rattus
KeymasterChanges must be saved as soon as you click outside of the input field. There is no Save button for image data.
But if there is some Javascript error on the page called by some other plugin it may not work. Try temporary disable other plugins one by one to find which one is in conflict.Rattus
Keymasteryou can also go to Godaddy admin panel -> file manager and delete plugin folder from there.
Rattus
KeymasterSeems like files in the plugin folder was corrupted. You need delete ‘wp-content/plugins/grand-media/’ folder via FTP from your server. Then install Gmedia plugin again.
Important: don’t delete ‘/wp-content/grand-media/’ folder.
Rattus
KeymasterCustom CSS code for Albums View to solve the CSS conflict:
.gmAlbumsViewSlider, .gmAlbumsViewPopUp { position: absolute !important; }
And for Phantom module:
.mfp-gmedia-open .mfp-bg, .mfp-gmedia-open .mfp-wrap { position: absolute !important; }
Rattus
KeymasterOk, seems like its conflict with some other plugin which loads its own JS on every admin page.
Try go to Gmedia Settings -> Other Settings tab -> enable “Forbid other plugins to load their JS and CSS on Gmedia admin pages” option.Rattus
KeymasterCustom CSS to display captions when mouse hover a thumbnail:
.gmediaMosaic .gmMosaicItem_caption { display: block !important; position: absolute; left: 0; bottom: 0; right: 0; padding: 10px; max-height:100%; box-sizing:border-box; overflow:auto; overflow-x:hidden; background-color: rgba(0,0,0,0.5); color: #fff; transform: translateY(100%); transition: transform 0.3s; } .gmediaMosaic .gmMosaicItem_title { font-weight: bold; color: inherit; } .gmediaMosaic .gmMosaicItem_text { color: inherit; } .gmMosaicItem:hover .gmMosaicItem_caption { transform: translateY(0); }
Rattus
KeymasterI’ve just updated the plugin, wait a bit and check for updates again.
Rattus
KeymasterFixed in the latest plugin version.
-
AuthorPosts