Forum Replies Created

Viewing 15 posts - 1 through 15 (of 2,355 total)
  • Author
    Posts
  • in reply to: alert(Title) #16383
    Rattus
    Keymaster
    in reply to: alert(Title) #14699
    Rattus
    Keymaster
    in reply to: Audi A1 #14698
    Rattus
    Keymaster
    in reply to: Audi A5 #14697
    Rattus
    Keymaster
    in reply to: Audi R8 #14696
    Rattus
    Keymaster
    in reply to: Build Query doesn't work #11136
    Rattus
    Keymaster

    I need temporary access to your WP admin panel, so I can look closer at your problem and try to solve it.

    Rattus
    Keymaster

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

    in reply to: Build Query doesn't work #11128
    Rattus
    Keymaster

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

    you can also go to Godaddy admin panel -> file manager and delete plugin folder from there.

    Rattus
    Keymaster

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

    in reply to: don't get lightboxes #11123
    Rattus
    Keymaster

    Custom 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;
    }
    in reply to: Build Query doesn't work #11121
    Rattus
    Keymaster

    Ok, 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.

    in reply to: Mosiac displaying descriptions when hovering #11112
    Rattus
    Keymaster

    Custom 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);
    }
    in reply to: Next Prev buttons jumping #11111
    Rattus
    Keymaster

    I’ve just updated the plugin, wait a bit and check for updates again.

    in reply to: Next Prev buttons jumping #11109
    Rattus
    Keymaster

    Fixed in the latest plugin version.

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