Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter bfsworks

    (@bfsworks)

    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.

    Thread Starter bfsworks

    (@bfsworks)

    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 );
    	    }
    	}
    
    Thread Starter bfsworks

    (@bfsworks)

    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!

    Thread Starter bfsworks

    (@bfsworks)

    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!

    Thread Starter bfsworks

    (@bfsworks)

    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.

    Thread Starter bfsworks

    (@bfsworks)

    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)