Hi,
I’m trying to integrate rtMedia with The Events Calendar plugin - http://tri.be/ . If I try to call the uploader with the template tag rtmedia_uploader() nothing is returned.
The only way I can get the uploader to display on single events is with: echo do_shortcode( ‘[rtmedia_uploader]’). This displays the uploader on single events, but if try to upload an image, I get an error logged in console: “Invalid Activity ID” (rtMedia.backbone.js?ver=3.5.2:315)
I’ve tried adding context=“tribe_event” to the shortcode, but doesn’t make any difference. Ideally I shouldn’t be using the shortcode here at all, but rather the template tag.
I’m using a WooThemes Canvas child theme, with latest version of Modern Tribe’s Event Calendar and Event Calendar Pro.
rtMedia Support page details:
PHP 5.5.0
MYSQL 5.5.30
WordPress 3.5.2
BuddyPress 1.7.3
rtMedia 3.0.0
OS Linux
Imagick ImageMagick 6.7.7-10 2013-02-25 Q16 www.imagemagick.org
GD bundled (2.1.0 compatible)
[php.ini] post_max_size 100M
[php.ini] upload_max_filesize 512M
[php.ini] memory_limit 512M
Thanks