Forum Replies Created

Viewing 15 posts - 16 through 30 (of 2,355 total)
  • Author
    Posts
  • Rattus
    Keymaster

    In /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.

    in reply to: Remove "next" and "Previous" links in Albums #11044
    Rattus
    Keymaster

    Add code below to your theme’s style.css OR to Custom CSS in Theme Customizer:

    .single-gmedia_album nav#nav-below {
        display: none;
    }
    in reply to: Remove "next" and "Previous" links in Albums #11042
    Rattus
    Keymaster
    This reply has been marked as private.
    in reply to: Remove "next" and "Previous" links in Albums #11038
    Rattus
    Keymaster

    Gmedia 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.

    in reply to: Gallery not visible on page #11013
    Rattus
    Keymaster

    Found 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.

    Rattus
    Keymaster

    Custom 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.

    in reply to: Load More Button #10991
    Rattus
    Keymaster

    Custom 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
    Keymaster

    Splash albums modules are not support videos yet.

    Rattus
    Keymaster

    Try 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.

    in reply to: Chande domain #10975
    Rattus
    Keymaster

    It 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.

    in reply to: Settings for the Modules #10969
    Rattus
    Keymaster

    If 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).

    in reply to: downloads #10958
    Rattus
    Keymaster

    Modules 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.

    in reply to: Flip Grid Module – Social Media Share #10940
    Rattus
    Keymaster

    Related 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.

    in reply to: Gallery won't load in Safari until you move or tap #10939
    Rattus
    Keymaster

    Try to disable autoptimize plugin for JS files.

    in reply to: Gallery won't load in Safari until you move or tap #10935
    Rattus
    Keymaster

    I can’t reproduce this bug on my side. Tried with MacMini and Macbook Pro.

Viewing 15 posts - 16 through 30 (of 2,355 total)