Title: bfsworks's Replies | WordPress.org

---

# bfsworks

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Merge + Minify + Refresh] Disable when users logged in](https://wordpress.org/support/topic/disable-when-users-logged-in/)
 *  Thread Starter [bfsworks](https://wordpress.org/support/users/bfsworks/)
 * (@bfsworks)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/disable-when-users-logged-in/#post-9023255)
 * I tried both suggestions by adding to the if on line 86 without resolve. It’s
   strange because even just viewing a page while logged in we see the mmr generated
   files, however, none of them have the “min” in the filename.
 * When browsing the same page while not logged in we see the “min” in the filename.
   It’s as though the plugin disables some of the functions (if admin is detected)
   of mmr not but all of them.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Merge + Minify + Refresh] Disable when users logged in](https://wordpress.org/support/topic/disable-when-users-logged-in/)
 *  Thread Starter [bfsworks](https://wordpress.org/support/users/bfsworks/)
 * (@bfsworks)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/disable-when-users-logged-in/#post-9021142)
 * Our users use a Visual Content Editor plugin called MotoPress. Also, when previewing
   a page or post while logged in show MMR in action. We do not cache any pages 
   for logged in users and we have verified the pages we are looking at are not 
   cached.
 * Maybe instead of front-end/back-end checking if option could exist where (if 
   user/admin logged in then disable rewrite). Sometimes plugins operate on pages
   as they are meant to be rendered.
 *     ```
       	public function disable_mmr() {
       	    // DISABLE MMR FOR LOGGED IN ADMIN USERS
       	    if ( current_user_can( 'administrator' ) ) {
       	        define( 'DONOTMMR', true );
       	    }
       	}
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Merge + Minify + Refresh] Log Files](https://wordpress.org/support/topic/log-files-3/)
 *  Thread Starter [bfsworks](https://wordpress.org/support/users/bfsworks/)
 * (@bfsworks)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/log-files-3/#post-8974335)
 * Hi, Yes, I understand now. We use W3TC and the page was cached and must have 
   cached right in the middle of your plugin’s processing so it was caught with 
   both versions. After clearing the cache we only see the .min.css files.
 * Thank you!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Merge + Minify + Refresh] Exclude CSS and Javascript Per Page](https://wordpress.org/support/topic/exclude-css-and-javascript-per-page/)
 *  Thread Starter [bfsworks](https://wordpress.org/support/users/bfsworks/)
 * (@bfsworks)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/exclude-css-and-javascript-per-page/#post-8958833)
 * Wow your fast! Thanks for taking interest. I’ve sent over $50 USD donation to
   say thank you and I look forward to what you come up with. If you need Tomasz’s
   contact information feel free to reach out.
 * Thanks again!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Venngage Infographics] Breaks Visual Editor](https://wordpress.org/support/topic/breaks-visual-editor-5/)
 *  Thread Starter [bfsworks](https://wordpress.org/support/users/bfsworks/)
 * (@bfsworks)
 * [9 years, 7 months ago](https://wordpress.org/support/topic/breaks-visual-editor-5/#post-8247367)
 * Yes, WP version is 4.6.1 and unfortunately, I cannot show screen shot as enabling
   the plugin causes issues with the visual editor and the site is currently being
   worked on. I can tell you that when debugging I noticed that an icon resource
   was not being loaded properly and that caused the visual editor to not work properly.
   Again the text editor tab worked fine.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Custom Post Type Widgets] Post Type All](https://wordpress.org/support/topic/post-type-all/)
 *  Thread Starter [bfsworks](https://wordpress.org/support/users/bfsworks/)
 * (@bfsworks)
 * [9 years, 8 months ago](https://wordpress.org/support/topic/post-type-all/#post-7719229)
 * Ok, I see All does exist for the recent comments widget. Would it be possible
   to add All to the other widgets as well?

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