• Resolved David Decker

    (@daveshine)


    Hi there!
    At first, you have a wonderful plugin, really like it!

    However, there is an issue with another plugin here, called “IdeaPush”.
    Your settings appear within the other one, and from the other one settings appear in your plugin.

    While this is really strange, I digged deeper in the code, and you both use the same settings ID for your “Design” settings tab.

    You both should prefix this, or at least one of you:

    The other plugin is:
    register_setting( 'design', 'idea_push_settings' );

    Your registering is:
    register_setting( 'design', 'shariff3uu_design', 'shariff3uu_design_sanitize' );

    Would be nice if you could push an update.

    The issue for the other plugin was reported here: https://www.ads-software.com/support/topic/design-tab-conflicts-with-another-plugin-shariff/

    Thanks in advance!

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jan-Peter

    (@starguide)

    Hi David,

    thank you for reporting this issue. I will fix it with the next release (for all tabs in this regard).

    Cheers
    JP

    Plugin Author Jan-Peter

    (@starguide)

    Hi David,

    has been taken care of with the 4.6.0 release. Let me know, if you discover any further problems.

    Cheers
    JP

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Conflict with IdeaPush plugin, because of same settings ID’ is closed to new replies.