katherinac
Forum Replies Created
-
I’d like to give you an update on how I was able to fix it in my case. It seems (meanwhile) you have to pass a second parameter to the function em_get_event to specify if the ID (post_id or event_id). I think event_id is the default.
In my case I was searching by the post_id and had to change
$event = em_get_event(get_the_ID());to
$event = em_get_event(get_the_ID(), 'post_id');Maybe this helps you guys too!
I’m facing the same problem since updated to version 5.9.10.
$event = em_get_event(get_the_ID());doesn’t work anymore.
Soecho $event->output("#j");an similar outputs are empty.Had to switch back to our prior version 5.9.8.1 again.
Forum: Plugins
In reply to: [Media Library Folders] Bugs after updateHi Alan,
yes, the language is set to German.
I’ve updated to 4.0.4 and it fixes the problem for us.Thanks for your support!
Forum: Plugins
In reply to: [Media Library Folders] Bugs after updateYes, all caches have been cleared.
I can toggle the button but there is no button text set or changed on click. The missing text causes the button to look this flat.
I didn’t receive any javascript errors. Ajax calls work properly on other actions like Sync.Forum: Plugins
In reply to: [Media Library Folders] Bugs after updateHi,
after updating from 3.4.1 to 4.0.3 today, I figured out the move/copy tobble button is not displayed correctly. It looks like in ozonpromos screenshot posted in this thread.
Tested it in IE 11 and Firefox 56.0, browser cache cleared.
Any suggestions how to fix that. Currently it’s not visible which toggle state is aktive.
Thanks!
Forum: Plugins
In reply to: [MojoPlug Slide Panel] Allow editor role to access and edit MojoPlug optionsOk, I’ve find out that this is caused by a wordpress capability check in options.php.
It seems to me there is no other option than adding ‘manage_options’ capability to the editor role. Am I right?
Thanks again!