Replies
- Venutius on November 20, 2018 at 5:33 pm in reply to: [Resolved] MediaPress gallery view sort order #18864
I tried searching for sort and sortby but no joy.
- Venutius on November 20, 2018 at 3:30 pm in reply to: [Resolved] Adding remote media media URL to group video gallery grid view #18857
Sorted it, just needed a bit more html in there.
- Venutius on November 20, 2018 at 2:54 pm in reply to: [Resolved] Adding remote media media URL to group video gallery grid view #18856
The problem I’ve got is that I’m getting the error message: “Please provide a url”.
I added the following code to the home.php file for groups:
if ( $gallery_type == 'video' ) { mpp_upload_dropzone( 'gallery' ); if ( mpp_is_remote_enabled( 'admin' ) ) : ?> <!-- remote media --> <div class="mpp-remote-media-container"> <div class="mpp-feedback mpp-remote-media-upload-feedback"> <ul></ul> </div> <div class="mpp-remote-add-media-row"> <input type="text" placeholder="<?php _e( 'Enter a link to a video you want to add to the gallery', 'mediapress' );?>" value="" name="mpp-remote-media-url" id="mpp-remote-media-url" class="mpp-remote-media-url"/> <button id="mpp-add-remote-media" class="mpp-add-remote-media"><?php _e( '+Add', 'mediapress' ); ?></button> </div> <?php wp_nonce_field( 'mpp_add_media', 'mpp-remote-media-nonce' ); ?> </div> <!-- end of remote media --> <?php endif; }
- Venutius on November 20, 2018 at 2:20 pm in reply to: [Resolved] Adding remote media media URL to group video gallery grid view #18855
Ah sorry, that did not work, I got the link input and button displayed but it’s not working.
- Venutius on November 20, 2018 at 2:11 pm in reply to: [Resolved] Adding remote media media URL to group video gallery grid view #18854
Sorted it now
- Venutius on November 20, 2018 at 1:16 pm in reply to: [Resolved] Adding remote media media URL to group video gallery grid view #18853
I used mpp_get_gallery_type() to choose between gallery types, just need to work out what function to call to insert the remote video url link.
- Venutius on November 19, 2018 at 9:20 pm in reply to: [Resolved] Adding uploader to Mediapress Gallery Grid View #18847
Thanks, that worked great!
- Venutius on November 19, 2018 at 8:48 pm in reply to: [Resolved] Adding uploader to Mediapress Gallery Grid View #18845
Hi Brajesh, this would be for the groups galleries.
- Venutius on November 19, 2018 at 11:00 am in reply to: [Resolved] Mediapress Gallery View – option to use the Mid image rather than the Thumbnail #18837
Thanks Brajesh, all sorted now.
- Venutius on November 16, 2018 at 8:02 pm in reply to: [Resolved] BP Gallery (Am I the only one still using it?) Error #18791
Thanks Brajesh, yes I’m pretty close to migrating, it’s just a matter of time.