Support

Home Forums Event Espresso Premium IMaginem Shortcodes Generator r7 effecting the event editor

IMaginem Shortcodes Generator r7 effecting the event editor

Posted: January 31, 2018 at 9:02 am

Viewing 6 reply threads


Neil Ben Films

January 31, 2018 at 9:02 am

I need the above plug in for my theme (Kinetica) to work properly. But when it is activated I am unable to enter text in either the text or visual editor when creating an event. I’ve deactivated and activate all other plugins, and this is the only one that has issues.

Is there a work around this?

Thanks


Josh

  • Support Staff

January 31, 2018 at 12:46 pm

Hi Neil,

Where might I be able to download a copy of the “IMaginem Shortcodes Generator r7” plugin? We’ll need to take a look at its code to see what’s it’s doing there to know how to stop it from doing that.


Neil Ben Films

January 31, 2018 at 12:56 pm

Hi Josh,

The plugin is part of the Kinetica Theme, I got the original wordpress theme from themeforest.net. You can look at it at http://kinetika.imaginem.co/

And here’s their support forum
http://support.imaginemthemes.co/

But I have no idea how to get a download of that plugin – maybe you do


Josh

  • Support Staff

January 31, 2018 at 12:58 pm

I’m afraid I don’t have access to download that plugin, but someone involved with your website must be able to upload a copy of it somewhere, then post a link here to that download link here.


Neil Ben Films

January 31, 2018 at 12:59 pm

I have all the zip files on my system, if you can advise me what to extract from it I could send it over to you


Neil Ben Films

January 31, 2018 at 1:07 pm

Here you go, extracted it from the zip file.
https://www.dropbox.com/s/kt3fexbbbnw55js/imaginem-shortcodes-r7.zip?dl=0

I’m out for a few hours now, see what you can find.
Thanks


Josh

  • Support Staff

January 31, 2018 at 1:47 pm

Here’s a workaround fix to get that plugin working as expected:

add_action('admin_init', 'my_mtheme_shortcodes_fixer', 9);
function my_mtheme_shortcodes_fixer(){
    if(class_exists('mthemeShortcodes')){
        if(isset($_REQUEST['action']) && in_array($_REQUEST['action'], array('edit','create_new'))){
            add_action('admin_init', array('mthemeShortcodes', 'admin_init'));
        }
    }
}

You can add the above to a functions plugin, then activate the plugin. It’d be best to contact the plugin author and share that code with them, and maybe they can make some adjustments to the conditional within their plugin and the fix shared here will no longer be necessary.

Viewing 6 reply threads

The support post ‘IMaginem Shortcodes Generator r7 effecting the event editor’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso