• Resolved AJ Don

    (@cultural-keys)


    So this is…strange. But I was having a hard time with another plugin, completely unrelated to SEP. The plugin is called FileBird. it’s a gallery manager. Anyhow, the issue was that it just didn’t work. After extensive testing, i found out that it was SEP that was causing FireBird to break….

    I let the developer know, and they looked into it. They replied to me here;

    https://wordpress.org/support/topic/unable-to-move-photos-to-other-folders/#post-12671622

    I’m not a coder, so don’t understand what they said. But to quote them;

    Hi there,

    Sorry for the late response.

    Please help reach to Simple Event Planner author.

    We have found that they run their scripts in all pages. We don’t know why they do it because the script just need to be run only in their app pages.

    The conflict happened in file “simple-event-planner-admin.js” which is in admin/js

    We see that the code do nothing for media upload so we think that it’s a mistake.

    We have 2 solutions to help them fix that problem:

    1. Just enqueque scripts and styles only in their app pages, don’t make it run all pages.

    2. In file class-simple-event-planner-admin.php from line 139 to 143

    wp_localize_script(
    $this->simple_event_planner . ‘-admin-scripts’, ‘ajaxurl’, array(
    ‘url’ => admin_url(‘admin-ajax.php’),
    )
    );
    register ‘ajaxurl’ to another name and use this variable to their app, do not use special name like “ajaxurl”, because in admin page, WordPress have auto created this variable.

    Let me know if this helps. Thanks!

    Kelly

    Does that mean anything to you? Is that something that can be changed in SEP? Maybe it’s asking a lot, but maybe if it’s a way to make SEP better, that’s a good thing? In any case, please let me know your thoughts and if you guys can help. Thanks!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Zubair Ahmad

    (@jerrykza)

    Hi,

    I apologies for the inconvenience that you may have faced.

    We have added this to our pipeline and will be fixing this in our next SEP release. I would also recommend that you reach out to us at support@presstigers.com so we can share the updated code files which will fix this issue for you.

    Regards,

    Thread Starter AJ Don

    (@cultural-keys)

    Wow, that’s amazing! Thanks for the fast response. You guys rock! 😀

    Plugin Author PressTigers

    (@presstigers)

    Hello @cultural-keys,

    We are connected via support email once you will verify the code files then we will make the release live.
    Regards,

    Thread Starter AJ Don

    (@cultural-keys)

    Done! Thanks so much. I updated the php and now there is no conflict. Thanks so much guys!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘SEP conflicting with another plugin’ is closed to new replies.