Forum Replies Created
-
AuthorPosts
-
June 5, 2018 at 18:08 in reply to: Send value of object to gmedia_meta table specific column in table #11072
Rattus
KeymasterIn /inc/db.connect.php file you can find methods for adding and updating meta data:
add_metadata($meta_type, $object_id, $meta_key, $meta_value, $unique = false);
update_metadata($meta_type, $object_id, $meta_key, $meta_value, $prev_value = ”);
update_metadata_by_mid($meta_type, $meta_id, $meta_value, $meta_key = false);That is a good idea to add visibility for custom fields in current gallery modules. I’ll look how it can be implemented in future Gmedia versions.
Rattus
KeymasterAdd code below to your theme’s style.css OR to Custom CSS in Theme Customizer:
.single-gmedia_album nav#nav-below { display: none; }
Rattus
KeymasterThis reply has been marked as private.Rattus
KeymasterGmedia Albums page use your theme’s template to show the gallery. These links are from your theme and plugin can’t disable them. If your theme doesn’t have option to disable Next/Prev Post links or if you don’t want to disable them for all Posts, then it can be done with the CSS code on specific pages.
I need a link to one of your Album pages, so I can provide you a CSS code for hiding that links.Rattus
KeymasterFound the problem, but I don’t know yet how to solve it on your server
The problem is when you set Image Order to Rows then Mosaic can’t calculate the height of the gallery on your website. I’ve set Image Ordersetting to Masonry and seems like it works now for logged in users too.May 10, 2018 at 17:27 in reply to: Show "Custom Field" metadata on Lightbox view in Phantom module #10992Rattus
KeymasterCustom fields in the Gmedia are for developers purposes which want to create their own gallery modules and want to display some additional data or sort by custom field. There is no way to easily display Custom fields in current gallery modules unless you modify the code of the modules to fit your needs.
Rattus
KeymasterCustom CSS code for Phantom Pro module (for Phantom module just remove ‘Pro’ from class names):
.gmPhantomPro_LoadMore .gmPhantomPro_pager span { display: none !important; } a.gmPhantomPro_pager::after { content: 'Load more'; font-size: 20px; white-space: normal; vertical-align: bottom; }
Rattus
KeymasterSplash albums modules are not support videos yet.
Rattus
KeymasterTry set !important only for opacity argument:
Got to admin Flagallery Skins page -> find Phantom skin and click ‘options’ -> at the very bottom of the settings popup add code below to the Custom CSS field:
.flagPhantom_Container { opacity: 1 !important; }
Then Update settings. Clear the browser cache to see changes.
Rattus
KeymasterIt will not be valid. But I can reset your license key activation as soon as you will be ready to change domain. Just contact me via the contact page with your order number in the message.
Rattus
KeymasterIf Album doesn’t contain images or its status is not public, then it could be hidden from the gallery.
Gmedia modules can be installed or downloaded on Gmedia Moduels admin page -> Add New tab.
Also you can download gallery modules at https://codeasily.com/portfolio/gmedia-gallery-modules/ page (scroll to the very bottom).Rattus
KeymasterModules could be installed on Gmedia Modules admin page -> Add New tab
Also you can download modules in ZIP file and upload it via Gmedia Modules admin page -> Install Module ZIP button.Rattus
KeymasterRelated to FlipGrid module:
Here is CSS to hide Pinterest button:
span.thumbButton[title="Pinterest"] { display: none; }
Here is the CSS to hide ‘All’ button (note: you’ll not be able to show all images after you click any tag):
.gmListTtagsCloud ul li:first-child { display: none; }
Unfortunately, there is no way to show descriptions.
Rattus
KeymasterTry to disable autoptimize plugin for JS files.
Rattus
KeymasterI can’t reproduce this bug on my side. Tried with MacMini and Macbook Pro.
-
AuthorPosts