Title: Epiq's Replies | WordPress.org

---

# Epiq

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Count Plus] Facebook count stopped updating](https://wordpress.org/support/topic/facebook-count-stopped-updating/)
 *  [Epiq](https://wordpress.org/support/users/epiq/)
 * (@epiq)
 * [9 years, 4 months ago](https://wordpress.org/support/topic/facebook-count-stopped-updating/#post-9014127)
 * Hi Claudio and thanks for the update.
 * I have the same issue (latest plugin version, latest WP version).
 * Hope you can find a solution soon.
 * With kind regards,
    Eric
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Update buttons on Pages grays out and won’t save](https://wordpress.org/support/topic/update-buttons-on-pages-grays-out-and-wont-save/)
 *  [Epiq](https://wordpress.org/support/users/epiq/)
 * (@epiq)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/update-buttons-on-pages-grays-out-and-wont-save/#post-8565457)
 * In my case the issue was with extra output (error messages) being printed on `
   admin-ajax.php` requests. The problem arises due to AJAX requests expecting proper
   JSON response, and not some “gibberish” in a shape of error messages 🙂
 * In my case it was my plugin, so I could fix it.
 * If the plugin is not authored by you, then consider adding `define( 'WP_DEBUG',
   false )` to your `wp-config.php` file.
 * Wish you all best of luck!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Activity Log] Admin Dashboard Notice Just Won’t Leave](https://wordpress.org/support/topic/admin-dashboard-notice-just-wont-leave/)
 *  [Epiq](https://wordpress.org/support/users/epiq/)
 * (@epiq)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/admin-dashboard-notice-just-wont-leave/#post-8563275)
 * Until this is implemented, I’ll just leave my updated code here for those in 
   a hurry:
 *     ```
       // Removing 'nasty' UAL notice
       if ( ! function_exists( 'ual_plugin_upgrade_notice' ) ) {
       	function ual_plugin_upgrade_notice() {
       		// noop
       	}
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[User Activity Log] Admin Dashboard Notice Just Won’t Leave](https://wordpress.org/support/topic/admin-dashboard-notice-just-wont-leave/)
 *  [Epiq](https://wordpress.org/support/users/epiq/)
 * (@epiq)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/admin-dashboard-notice-just-wont-leave/#post-8514767)
 * I noticed that too. Fortunately, developers left us with an opportunity to override
   the function that shows the popup. Here’s a peace of code you can use to hide
   the popup:
 *     ```
       // Removing 'nasty' UAL notice
       function ual_plugin_upgrade_notice() {
       	// noop
       }
       ```
   
 * You can place it in `functions.php` for your theme or you could create a micro-
   plugin with this function only.
 * Hope that helps.
 * With kind regards,
    Eric
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Super Cache] WP Super Cache has stopped working](https://wordpress.org/support/topic/wp-super-cache-has-stopped-working-2/)
 *  [Epiq](https://wordpress.org/support/users/epiq/)
 * (@epiq)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/wp-super-cache-has-stopped-working-2/#post-8219772)
 * I have also noticed it is not working as expected.
    I left “Cache timeout” to
   its default 3600 seconds (1 hour), and so I expected that WP Super Cache would
   regenerate pages at least after an hour, but it actually regenerates it **every
   3 minutes**!
 * I noticed that by looking up the debug info that WP Super Cache appends to the
   HTML code.
 * I confirmed this by using “Test Cache” button in the settings.
 * I use the following settings (these are enabled, others are disabled):
    – Cache
   hits to this website for quick access. (Recommended) – Use PHP to serve cache
   files. (Recommended) – 304 Not Modified browser caching. Indicates when a page
   has not been modified since it was last requested. (Recommended) – Don’t cache
   pages for known users. (Recommended)
 * I have mainly tested it on Chrome in “Incognito” mode, without being signed in(
   thus I shouldn’t be a “Known user”).
 * Wordpress version: 4.6.0
    WP Super Cache: 1.4.8
 * What would you recommend?
    -  This reply was modified 9 years, 10 months ago by [Epiq](https://wordpress.org/support/users/epiq/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Easy Twitter Feed Widget Plugin] Branded twitter accounts showing on my site](https://wordpress.org/support/topic/branded-twitter-accounts-showing-on-my-site/)
 *  [Epiq](https://wordpress.org/support/users/epiq/)
 * (@epiq)
 * [10 years ago](https://wordpress.org/support/topic/branded-twitter-accounts-showing-on-my-site/#post-7592197)
 * Same here – suddenly our Twitter feed started switching to other accounts and
   only rarely displays the correct one.
    I only want to have the timeline of my
   Twitter account to be displayed, not any others. Please help!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Lead Forensics] Breaks login on WP 4.3.1](https://wordpress.org/support/topic/breaks-login-on-wp-431/)
 *  Thread Starter [Epiq](https://wordpress.org/support/users/epiq/)
 * (@epiq)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/breaks-login-on-wp-431/#post-7041104)
 * Solved it by manually editing the plugin.
    It is enough just to comment/remove
   the permission-checking code in file `lead-forensics-roi.php`, e.g. just replace
   this code
 *     ```
       if (!current_user_can('manage_options')) {
           wp_die(__('You do not have sufficient permissions to access this page.'));
       }
       ```
   
 * with this one
 *     ```
       if (!current_user_can('manage_options')) {
           return;
       }
       ```
   
 * Fortunately, that’s just one-line solution 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Count Plus] Custom CSS](https://wordpress.org/support/topic/custom-css-134/)
 *  Thread Starter [Epiq](https://wordpress.org/support/users/epiq/)
 * (@epiq)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/custom-css-134/#post-6799696)
 * Ah, indeed! Thank you! 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Count Plus] No counter facebook & Twitter](https://wordpress.org/support/topic/no-counter-facebook-twitter/)
 *  [Epiq](https://wordpress.org/support/users/epiq/)
 * (@epiq)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/no-counter-facebook-twitter/#post-6260214)
 * [@claudio](https://wordpress.org/support/users/claudio/) I think it will be enough
   just to add the Access-Token input field to the plugin settings page, and inside`
   includes/counters/class-social-count-plus-facebook-counter.php` just add the 
   token to `$params`.
    What do you think? 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Social Count Plus] No counter facebook & Twitter](https://wordpress.org/support/topic/no-counter-facebook-twitter/)
 *  [Epiq](https://wordpress.org/support/users/epiq/)
 * (@epiq)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/no-counter-facebook-twitter/#post-6260202)
 * Same here.
    It feels like Facebook does not allow to access public page info 
   without getting access-token first :/
 * At least I cannot retrieve any page info via Graph API, it constantly returns
   the following error: “{“error”:{“message”:”An access token is required to request
   this resource.”,”type”:”OAuthException”,”code”:104}}”.

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