Forum Replies Created
- AuthorPosts
RattusKeymasterWaveForm can’t be generated while track is not fully loaded. After track loaded the WaveSurfer module generate waveform and save it to the database, so next time you load the page it will be shown immediately.
Check now. I just hit play and wait a bit while track fully loaded and now waveform already generated.
RattusKeymasterThis reply has been marked as private.
RattusKeymasterThis reply has been marked as private.
RattusKeymasterThis reply has been marked as private.
RattusKeymasterThere could be some JS error called by other plugin on that page. I can’t help you without access to your WP Dashboard.
RattusKeymasterNo, Gallery works fine on my iPad. But the problem could be in the quantity of images. You have a lot of albums in the gallery and maybe your iPad is older than my and have less RAM memory. Try showing less albums in your gallery. I’m already working to solve this problem.
RattusKeymasterThat’s require to build custom template for your theme with code like:
<?php /* ... */ $search = !empty($_GET['s'])? esc_attr($_GET['s']) : ''; $shortcode = "[gmedia query='order=DESC&orderby=ID&limit=30&tag_name__in={$search}']"; echo do_shortcode($shortcode); /* ... */ ?>But this require modification for individual theme.
RattusKeymasterCan you post the link to the page with your gallery, so I could test it with iPad?
RattusKeymasterOh, there shouldn’t be any links for Gmedia. Ignore them, I’ll fix it in the next plugin version.
To create Gallery you should go to Gmedia Galleries page -> then click Create Gallery button there. Same for the Albums.
RattusKeymasterIt’s depends on the WP Theme you use. But in most cases require code modifications.
You could create few galleries with different queries. One gallery could show last 30 uploaded images and second gallery will show most viewed or liked images.
In the Query Args. field you should write:
Newest:
order=DESC&orderby=ID&limit=30Popular by views:
order=DESC&orderby=views&limit=30
OR by likes
order=DESC&orderby=likes&limit=30
OR by comments
order=DESC&orderby=comment_count&limit=30
RattusKeymasterSocial Media Widget plugin shows message on Gmedia admin pages and call JS error which break Gmedia plugin functionality. I’ve fixed this and now import from WP Media Library works fine.
RattusKeymasterSure, to help you I need access to the WordPress Dashboard. Use private reply here or Contact page for credentials.
RattusKeymasterUse Contact page or private reply here on the forum.
RattusKeymasterI think it’s related to your theme. If you add Featured Image to your Page/Post where the gallery shortcode, then this space above will be filled with that featured image.
RattusKeymasterCould be conflict with some other plugin.
I need access to your WP Dashboard to help you.- AuthorPosts
