Title: Admin menu position conflict with HTTPS Mixed Content Detector
Last modified: August 30, 2016

---

# Admin menu position conflict with HTTPS Mixed Content Detector

 *  Resolved [Matthew Eppelsheimer](https://wordpress.org/support/users/mattheweppelsheimer/)
 * (@mattheweppelsheimer)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/admin-menu-position-conflict-with-https-mixed-content-detector/)
 * When I have both Tablepress and the [HTTP Mixed Content Detector](http://wordpress.org/plugins/https-mixed-content-detector/)
   plugin installed, the “Tablepress” wp-admin menu item overrides the placement
   of HTTPS Mixed Content Detector’s “Content Security Policy Reports” wp-admin 
   menu item, so that it does not appear.
 * When Tablepress is deactivated, HTTPS Mixed Content Detector’s menu item re-appears.
 * When both plugins are activated and I add `++$position` after line 130 of `wp-
   plugins/tablepress/controllers/controller-admin.php`, the conflict is resolved
   and both items appear in the menu. (I just did this temporarily for debugging
   purposes.) This switch statement block (lines 121 through 132 of `wp-plugins/
   tablepress/controllers/controller-admin.php`) seems intended to prevent conflicts
   like this from happening.
 * This is while running the latest versions of both plugins: Tablepress v1.6.1 
   and HTTPS Mixed Content Detector v1.2.0.
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

Viewing 4 replies - 1 through 4 (of 4 total)

 *  Thread Starter [Matthew Eppelsheimer](https://wordpress.org/support/users/mattheweppelsheimer/)
 * (@mattheweppelsheimer)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/admin-menu-position-conflict-with-https-mixed-content-detector/#post-6720739)
 * Having looked at the relevant code in both plugins, I suspect (though I am not
   certain) that this is best resolved on the Tablepress side. But I’ve crossposted
   this to the HTTPS Mixed Content Detector plugin’s support forum [here](https://wordpress.org/support/topic/admin-menu-position-conflict-with-tablepress).
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/admin-menu-position-conflict-with-https-mixed-content-detector/#post-6720749)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * What option have you chosen in the Admin menu position dropdown on the “Plugin
   Options” screen of TablePress? Simply choosing something else there should be
   the easiest workaround here.
 * Regards,
    Tobias
 *  Thread Starter [Matthew Eppelsheimer](https://wordpress.org/support/users/mattheweppelsheimer/)
 * (@mattheweppelsheimer)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/admin-menu-position-conflict-with-https-mixed-content-detector/#post-6720838)
 * Well I’ll be. Adjusting that setting resolves this. Thank you, Tobias.
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 7 months ago](https://wordpress.org/support/topic/admin-menu-position-conflict-with-https-mixed-content-detector/#post-6720840)
 * Hi,
 * no problem, you are very welcome! 🙂 Good to hear that this helped!
 * Now, for the actual cause, that’s actually in the HTTPS Mixed Content Detector
   plugin, in [this line](https://plugins.trac.wordpress.org/browser/https-mixed-content-detector/trunk/beacon.php#L73).
   Basically, the plugin is assigning a fixed number for this position, instead 
   of checking which position would be available via the intended mechanism.
 * Best wishes,
    Tobias

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Admin menu position conflict with HTTPS Mixed Content Detector’ is closed
to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

 * 4 replies
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [10 years, 7 months ago](https://wordpress.org/support/topic/admin-menu-position-conflict-with-https-mixed-content-detector/#post-6720840)
 * Status: resolved