Tagged: uploader
Correct me if I’m wrong, but I believe this may be a bug?
I’m not able to add more than one [mpp-uploader gallery_id=0000] shortcode to my page.
Well, I can, but only one uploader actually functions.
I’m creating my own custom front-end profile page which incorporates MediaPress. I have it so that a user can
-UPLOAD TO PHOTO GALLERY
and also on the same page
-UPLOAD TO AUDIO GALLERYMy Gallery ID’s are all proper, and in my testing it seems whichever one is fired first on the page is the only one that is functional.
For example, if I have my page set up in this order
//this one works
echo do_shortcode(‘[mpp-uploader type=photo gallery_id=3795]’)
//this one doesn’t work
echo do_shortcode(‘[mpp-uploader type=audio gallery_id=3796]’)If I have it set up in this order
//this one works
echo do_shortcode(‘[mpp-uploader type=audio gallery_id=3796]’)
//this one doesn’t work
echo do_shortcode(‘[mpp-uploader type=photo gallery_id=3795]’)Any ideas? I can share the development link in a private reply if it that will help, but this should be easy to reproduce.
Thank you!
Hi Brian,
I am sorry but at the moment only once uploader on a page is supported. Multiple instance are not supported.Sure. All the best. I am sorry for the limitation and may be in future we can have a better implementation for it. Marking it as resolved.
You must be logged in to reply to this topic.