Title: diders's Replies | WordPress.org

---

# diders

  [  ](https://wordpress.org/support/users/diders/)

 *   [Profile](https://wordpress.org/support/users/diders/)
 *   [Topics Started](https://wordpress.org/support/users/diders/topics/)
 *   [Replies Created](https://wordpress.org/support/users/diders/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/diders/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/diders/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/diders/engagements/)
 *   [Favorites](https://wordpress.org/support/users/diders/favorites/)

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Shibboleth] Settings checkbox not savings](https://wordpress.org/support/topic/settings-checkbox-not-savings/)
 *  Thread Starter [diders](https://wordpress.org/support/users/diders/)
 * (@diders)
 * [2 years, 11 months ago](https://wordpress.org/support/topic/settings-checkbox-not-savings/#post-17005369)
 * Bah it was some browser CSP issue blocking the WP tick icon showing. (firewall
   related) Was also happening on other WP screens so not related to this plugin
   at all.
    -  This reply was modified 2 years, 11 months ago by [diders](https://wordpress.org/support/users/diders/).
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Visual Editor – Flashing Insert/Edit Link Popup](https://wordpress.org/support/topic/visual-editor-flashing-insert-edit-link-popup/)
 *  [diders](https://wordpress.org/support/users/diders/)
 * (@diders)
 * [7 years, 2 months ago](https://wordpress.org/support/topic/visual-editor-flashing-insert-edit-link-popup/#post-11629314)
 * If you make a plugin and stick this in there it should take care of it. In multisite
   you can activate on a per site basis or network
 * <?php
    /* Plugin Name: Hide Tooltips Description: a plugin to Hide Tooltips that
   cause a bug in browsers on Windows Author: */
 * add_action(‘admin_head’, ‘bye_tooltips’);
 * function bye_tooltips() {
    echo ‘<style> .mce-tooltip { display:none; }
 *  </style>’;
    }
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Updates Manager] Gutenberg installing – major wordpress updates turned OFF](https://wordpress.org/support/topic/gutenberg-installing-major-wordpress-updates-turned-off/)
 *  [diders](https://wordpress.org/support/users/diders/)
 * (@diders)
 * [7 years, 7 months ago](https://wordpress.org/support/topic/gutenberg-installing-major-wordpress-updates-turned-off/#post-11010687)
 * I can confirm this happened in two of our production environments using this 
   plugin.
 * Out of interest Len, what did you have this constant set to in your wp-config.
   php?
 * define( ‘WP_AUTO_UPDATE_CORE’, true | false | minor );
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Multisite Directory] shortcode output always appearing above page content](https://wordpress.org/support/topic/shortcode-output-always-appearing-above-page-content/)
 *  Thread Starter [diders](https://wordpress.org/support/users/diders/)
 * (@diders)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/shortcode-output-always-appearing-above-page-content/#post-9143313)
 * Like what this guy says [https://wordpress.stackexchange.com/questions/75554/shortcode-output-appears-before-post-body](https://wordpress.stackexchange.com/questions/75554/shortcode-output-appears-before-post-body)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[More Privacy Options] Turn it off per site](https://wordpress.org/support/topic/turn-it-off-per-site/)
 *  Thread Starter [diders](https://wordpress.org/support/users/diders/)
 * (@diders)
 * [12 years, 4 months ago](https://wordpress.org/support/topic/turn-it-off-per-site/#post-4762765)
 * I found it, not sure why there isn’t another option listed with the ones above
   on same page.
 * It’s here your.blogdomain.com/wp-admin/network/site-settings.php?id=siteid
 * As documented under ‘installation’ tab on plugin page [http://wordpress.org/plugins/more-privacy-options/installation/](http://wordpress.org/plugins/more-privacy-options/installation/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Anthologize] ETA on update](https://wordpress.org/support/topic/eta-on-update/)
 *  Thread Starter [diders](https://wordpress.org/support/users/diders/)
 * (@diders)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/eta-on-update/#post-4477767)
 * Oh and thanks for taking the time to reply 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Anthologize] ETA on update](https://wordpress.org/support/topic/eta-on-update/)
 *  Thread Starter [diders](https://wordpress.org/support/users/diders/)
 * (@diders)
 * [12 years, 7 months ago](https://wordpress.org/support/topic/eta-on-update/#post-4477766)
 * Under the review another users states that it doesn’t work on 3.7.1 either. By
   defunct I mean it doesn’t work. Bare in mind this is 2nd hand info as I am passing
   it on from an end user who is trialing the plugin in one of our sites which is
   part of a larger mulitsite config. Quoting her words
 * “I’m wondering if we have the latest wordpress? As it isn’t loading properly 
   and doesn’t look like it has the correct features such as drop and drag and half
   the program seems missing from the videos I’ve been watching on how to use it
   in wordpress…
 * This message keeps coming up as well,….
    There has been an unexpected error. 
   Please wait while we reload the content” <insert spinner gif here>

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