Replies
Hi Brajesh
This is the shortcode for galleries:
[mpp-list-gallery type=audio]
And this is the shortcode individual files in a gallery:
[mpp-show-gallery id=380]
This second one here I believe is the one you said titles should so up for. They did not until I added this to my functions.php file:
add_action( ‘mpp_after_media_shortcode_item’, ‘mpp_media_title’ );
Thanks,
XochiGreetings,
This is a great addition for me as well. Thank you so much. Quick question, will I be able to call certain galleries to a page by category? An am also wondering if there will be a way for users to add a category while they are creating the gallery.
Thanks,
XochiGreetings,
I am really looking forward to this. I am developing a site for scholars and I am hoping to use MediaPress as a way for members to display their various works. I am also wondering if this ability to embed from an external url will also be possible in the “Documents” and “Audio” section of the site. We have authors and musicians whose content is accessed elsewhere (such as SoundCloud, Academia.com) and it would be great if those could also be embedded.
Thanks for your great. I appreciate it.
XochiGreetings,
I am trying to do this very thing. I have set up sitewide gallery pages and I too want the users’ full name under the gallery. I see the code and I just want to clarify. Instead of this that is indicated in your/boss/buddyboss-inc/theme-functions.php
I would create a child theme of the theme I am using correct? I am using Klein. Would I substitute “klein” for “boss” and use the code the same?
Thanks,
Xochi