Forum Replies Created
- AuthorPosts
RattusKeymasterTo add additional file types to wordpress you could use some plugin like https://wordpress.org/plugins/wp-add-mime-types/
RattusKeymasterTry update to Gmedia v1.9.7
RattusKeymasterYou should receive email with a key (maybe check in spam). Also you could go to https://codeasily.com/my-account/ page to see your order(s) and copy license key(s)
RattusKeymasterContact me (via contact page) when you’ll be ready to change the domain. I’ll give you dynamic license key which could be activated once on any domain.
RattusKeymasterYou are the first with such problem. To solve it I need access to the page with gallery or if it’s happens in admin, then I need access to your WP Dashboard.
RattusKeymasterYou could add some tag for each cover image (for example ‘album cover’) and then create gallery with only that tag.
Also you could add Link to each cover image that will lead to the page with chosen album.
As for now only Albums Stripes module shows albums covers.
RattusKeymasterAlbum with 0 images in it will not be showed in the gallery. You should put at least one image to each album.
RattusKeymasterIf you want to show Category’s covers instead of Album’s covers in Albums Stripes module then it’s require modification of init.php file in module’s folder.
starting from line 25 replace:
if(!empty($query['album__in'])){ $album__in = wp_parse_id_list($query['album__in']); } else{ $args = array_merge($query, array('fields' => 'ids')); $gmedia_ids = $gmDB->get_gmedias($args); $album__in = $gmDB->get_gmedia_terms($gmedia_ids, 'gmedia_album', array('fields' => 'ids')); }to:
if(!empty($query['category__in'])){ $album__in = wp_parse_id_list($query['category__in']); } else{ $args = array_merge($query, array('fields' => 'ids')); $gmedia_ids = $gmDB->get_gmedias($args); $album__in = $gmDB->get_gmedia_terms($gmedia_ids, 'gmedia_category', array('fields' => 'ids')); }
RattusKeymasterNot possible in Optima module. Try Phantom / Phantom Pro module.
RattusKeymasterUnfortunately, “Album Stripes” could show only 3 albums per view. I’ll think about Accordion like gallery.
RattusKeymasterChange Currency to US dollars and PayPal option will appear.
RattusKeymaster@mykid: Your theme is not mobile optimised, but as I can see you’ve resolved this issue by linking to the GmediaCloud pages.
@Llyx: Can’t see any problem on your site with my iPhone.
RattusKeymasterWhich module you use for gallery?
If Albums Stripes, then you could add code below to Custom CSS field on Advanced Settings tab:.gmStripes_exif {display:none;} .gmStripes_other_metadata {display:none;}
RattusKeymasterAlbums Stripes module can show only 3 albums per view and only albums.
RattusKeymasterCompare your home page and the page with gallery. As you can see the page with gallery doesn’t load footer at all, because there is some fatal error in your sidebar. Enable Debug Mode for your website in wp-config.php file to see errors. Or just look into your server’s error_log file.
- AuthorPosts
