• Hi there, today after some time troubleshooting i found out that wen the plugin Ultimate Addons for Elementor is activated i cant edit, delete matches, add match types and pretty much any action except for bulk option.

    https://prnt.sc/19w2ruc

    basically those buttons stop working, also in matches list, don’t have a screenshot as i had to delete them during the troubleshoot by deleting the whole match type category, but they are the same edit and delete buttons.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author AntoineH

    (@antoineh)

    I can’t really help you without any other information. The Ultimate Addons are a paid plugin, so I can’t debug with it on my local install. Which means I am in the dark on what the problem is or where to start looking.

    Can you tell me what happens when you click the “Add new” button? Does the page reload, or just doesn’t do anything? If it reloads, what is the URL that is in your address bar? Are there any error messages or warnings in your debug.log?

    Do you have any problems with other plugins that have admin pages with similar buttons?

    And finally, maybe you can also reach out to the support of Ultimate Addons. Maybe they can share some thoughts on where the conflict is.

    Thread Starter bigelros

    (@bigelros)

    Thank you for your answer, this was more like a post to inform of what i found because it is not something wrong on your plugin, more like a compatibility issue between the two.

    Wen i click the Add New the page juts refreshes, this is the link shown:
    /wp-admin/admin.php?page=footballpool-matchtypes&action=edit

    Wen clicking the delete button on a match it refreshes and link in address bar:
    /wp-admin/admin.php?page=footballpool-games&item_id=52&_wpnonce=7a70fcf51f&action=delete

    In both cases nothing acually happens.

    Thread Starter bigelros

    (@bigelros)

    Adding info: WP_DEBUG wont catch anything, noting gets logged, tried both using and not using debug plugins and turning debug manually on on wp_settings.

    So what im doing its simply deactivating UAE, edit matches and such and enabling it again as the plugin does not interfere whit players saving their predictions.

    Plugin Author AntoineH

    (@antoineh)

    Can’t really think of a reason why there would be a conflict. I simply use the WordPress Administration Bootstrap, like a lot of other plugins do, and then read the action parameter to determine what the script should do. If the page refreshes, then it seems that the action parameter is no longer available, or altered during script execution.

    I wonder if you experience similar issues with plugins that use the same kind of URL structure “/wp-admin/admin.php?page=XYZ&action=ABC”. E.g. this one: https://www.ads-software.com/plugins/wp-mail-catcher/

    Thread Starter bigelros

    (@bigelros)

    I installed the plugin you suggested and trough some testing it works fine, can send emails, delete them etc.
    Also, noticed this wen opening football pool options some of the icons in the dashboard menu turn into the football pool one.

    https://prnt.sc/1a39bj0

    This just happens wen I’m on the football poll options:
    wp-admin/admin.php?page=footballpool-options

    I think ill delete ultimate addons because your plugin just works awesome without it, and i just use it to style a form, i will search for another option to do it.

    Thank you for all your help!!

    Plugin Author AntoineH

    (@antoineh)

    I will release a small update (v2.9.7) in a couple of days to prepare for the upcoming WP 5.8 release. I also changed something in the admin menu init in that version. Hopefully that will have some positive effects. Would be great if you can let me know if upgrading to v2.9.7 changed something.

    Plugin Author AntoineH

    (@antoineh)

    If you don’t want to wait, you can also test by doing the following:

    1. Open file ‘/admin/class-football-pool-admin.php’
    2. Search for “function init_admin()”
    3. Comment out the admin_menu action in that function (or remove the line), like this: //add_action( 'admin_menu', array( __CLASS__, 'admin_menu_init' ) );
    4. Open file ‘football-pool.php’
    5. Search for the line “require_once ‘admin/class-football-pool-admin-feature-pointers.php’;”
    6. Put the following code after that line: add_action( 'admin_menu', array( __CLASS__, 'admin_menu_init' ) );
Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Plugin Conflict detected: Ultimate Addons for Elementor’ is closed to new replies.