Title: nickzee's Replies | WordPress.org

---

# nickzee

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

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

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 41 total)

1 [2](https://wordpress.org/support/users/nickzee/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/nickzee/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/nickzee/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[EZP Coming Soon Page] Error showing](https://wordpress.org/support/topic/error-showing-1/)
 *  [nickzee](https://wordpress.org/support/users/nickzee/)
 * (@nickzee)
 * [10 years, 1 month ago](https://wordpress.org/support/topic/error-showing-1/#post-7452542)
 * Getting the same error.
 * Warning: strpos(): Empty needle in /home/path/public_html/wp-content/plugins/
   easy-pie-coming-soon/classes/Utilities/class-ezp-cs-utility.php on line 268
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[W3 Total Cache] Minify CSS – wp-content/cache/minify/000000/](https://wordpress.org/support/topic/minify-css-wp-contentcacheminify000000/)
 *  [nickzee](https://wordpress.org/support/users/nickzee/)
 * (@nickzee)
 * [11 years ago](https://wordpress.org/support/topic/minify-css-wp-contentcacheminify000000/#post-5576447)
 * I have this same question.
 * Using the Google PageSpeed (PS) Report from the W3TC Dashboard it reads.
 * > Minifying [http://domain.com/assets/cache/minify/000000/4de1c/default.include.34733d.css](http://domain.com/assets/cache/minify/000000/4de1c/default.include.34733d.css)
   > could save 80.4KiB (50% reduction) after compression.
 * I if I download the optimized files from Goolge PageSpeed and compare the one
   created by W3 to the Google optimized one they look like this.
 *     ```
       /* minify_0c2068f5995fd04a03c72e9559892a4b.css */
   
       /* 1 */ @font-face {
       /* 2 */   font-family: 'Open Sans';
       /* 3 */   font-style: normal;
       /* 4 */   font-weight: 400;
       /* 5 */   src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.ttf) format('truetype');
       /* 6 */ }
       /* 7 */ 
   
       /* minify_e980cb6b50645ddc9d24377f2fe05d53.css */
   
       /* 1 */ @font-face {
       /* 2 */   font-family: 'Open Sans';
       /* 3 */   font-style: normal;
       /* 4 */   font-weight: 600;
       /* 5 */   src: local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSonF5uFdDttMLvmWuJdhhgs.ttf) format('truetype');
       /* 6 */ }
       /* 7 */ 
   
       /* minify_fcd77dac8034035042cf3cf9213f7c79.css */
   
       /* 1 */ @font-face {
       /* 2 */   font-family: 'Open Sans';
       /* 3 */   font-style: normal;
       /* 4 */   font-weight: 400;
       /* 5 */   src: local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.ttf) format('truetype');
       /* 6 */ }
       /* 7 */
       ```
   
 * and the Google one.
 *     ```
       @font-face{font-family:'Open Sans';font-style:normal;font-weight:400;src:local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.ttf) format('truetype');}
       @font-face{font-family:'Open Sans';font-style:normal;font-weight:600;src:local('Open Sans Semibold'), local('OpenSans-Semibold'), url(https://fonts.gstatic.com/s/opensans/v13/MTP_ySUJH_bn48VBG8sNSonF5uFdDttMLvmWuJdhhgs.ttf) format('truetype');}
       @font-face{font-family:'Open Sans';font-style:normal;font-weight:400;src:local('Open Sans'), local('OpenSans'), url(https://fonts.gstatic.com/s/opensans/v13/cJZKeOuBrn4kERxqtaUH3aCWcynf_cDxXwCLxiixG1c.ttf) format('truetype');}
       ```
   
 * Is there a setting to minify the minified CSS created by W3?
 * Interesting side note.
 * I replaced all the ‘un-minified’ (according to PS) CSS in the default.include.
   34733d.css with the ‘optimized’ CSS from Google PS and re-ran PS. It still said
   I needed to Minify the CSS. I then downloaded the new PS optimized CSS and loaded
   it into Notepad++. Using Compare in NP++, with the 1st PS CSS and the 2nd, the
   files matched exactly.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Theme My Login] Themed Profile For Some Members](https://wordpress.org/support/topic/themed-profile-for-some-members/)
 *  Thread Starter [nickzee](https://wordpress.org/support/users/nickzee/)
 * (@nickzee)
 * [11 years, 2 months ago](https://wordpress.org/support/topic/themed-profile-for-some-members/#post-6150956)
 * Thank you Jeff.
 * When some, not all, members sign in, they are presented with a profile info screen(
   i think this is the themed profile). Name, nickname, password edit, social media
   links and so on. There is an “Update” button at the bottom.
 * When the “Update button is clicked, they nothing happens, save the page refreshes.
   The profile reappears and it is as though they are stuck at the themed profile
   page.
 * Shouldn’t the Update button save their profile and then move them along to the
   home page?
 * At the moment, when this happens (they get “stuck” at the theme profile page),
   I have to show them how to delete everything after the “.com/” which manually
   takes them to the home page.
 * Hope this helps.
 * If you want to see for your self, I can create a user for you. Just need to know
   what email address to use.
 * Thank you Jeff.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kadence Security – Password, Two Factor Authentication, and Brute Force Protection] Wp-Content Directory Name Change Not Completed in WP-CONFIG](https://wordpress.org/support/topic/wp-content-directory-name-change-not-completed-in-wp-config/)
 *  Thread Starter [nickzee](https://wordpress.org/support/users/nickzee/)
 * (@nickzee)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/wp-content-directory-name-change-not-completed-in-wp-config/#post-5385277)
 * Thanks or this isn’t being updated,
 * Settings >> Media >> Uploading Files>> “Store uploads in this folder” path.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kadence Security – Password, Two Factor Authentication, and Brute Force Protection] itheme Security Plugin – wp-content – broken website](https://wordpress.org/support/topic/itheme-security-plugin-wp-content-broken-website-1/)
 *  [nickzee](https://wordpress.org/support/users/nickzee/)
 * (@nickzee)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/itheme-security-plugin-wp-content-broken-website-1/#post-4792309)
 * Also, don’t forget to change the
 * Settings >> Media >> Uploading Files>> “Store uploads in this folder” path.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Kadence Security – Password, Two Factor Authentication, and Brute Force Protection] Totally Not Compatiable w/4.0](https://wordpress.org/support/topic/totally-not-compatiable-w40/)
 *  [nickzee](https://wordpress.org/support/users/nickzee/)
 * (@nickzee)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/totally-not-compatiable-w40/#post-7886949)
 * [@stepheybaker](https://wordpress.org/support/users/stepheybaker/) beware of “
   ithemes”, they are predators of the week and innocent.
 * Thousands of users started having problems after “ithemes” (v 4.0), which has
   probably drove hundreds to sign up for the “pro” account.
 * Revert back to 3.6.6 if you want the real BWPS without problems.
 * Or, if you want the new “ithemes” follow these instructions to remove BWPS (R.
   I.P.) from your database and then install “ithemes”. It should work with continual
   bugs.
 * [https://wordpress.org/support/topic/how-to-reset-ithemes-security-plugin-to-fix-issues?replies=113](https://wordpress.org/support/topic/how-to-reset-ithemes-security-plugin-to-fix-issues?replies=113)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kadence Security – Password, Two Factor Authentication, and Brute Force Protection] user id 1 is now showing?](https://wordpress.org/support/topic/user-id-1-is-now-showing/)
 *  [nickzee](https://wordpress.org/support/users/nickzee/)
 * (@nickzee)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/user-id-1-is-now-showing/#post-5319559)
 * Same issue here.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Kadence Security – Password, Two Factor Authentication, and Brute Force Protection] ERROR – "A user with id 1 still exists."](https://wordpress.org/support/topic/error-a-user-with-id-1-still-exists/)
 *  [nickzee](https://wordpress.org/support/users/nickzee/)
 * (@nickzee)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/error-a-user-with-id-1-still-exists/#post-4931677)
 * [@wadeishere](https://wordpress.org/support/users/wadeishere/)
 * Thanks for the idea. I did exactly as you suggested and it still shows A user
   with id 1 still exists.
 * Of course my admin id is 7.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] white screen since upgrade to 2.1.4](https://wordpress.org/support/topic/white-screen-since-upgrade-to-214/)
 *  [nickzee](https://wordpress.org/support/users/nickzee/)
 * (@nickzee)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/white-screen-since-upgrade-to-214/#post-5215243)
 * Yes indeed [@cefiar](https://wordpress.org/support/users/cefiar/) . Thank you
   for the info. It’s just strange what it _WAS_ working for 2 months and then overnight
   it stopped.
    Thank you again.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [NaN error when scaling images](https://wordpress.org/support/topic/nan-error-when-scaling-images/)
 *  [nickzee](https://wordpress.org/support/users/nickzee/)
 * (@nickzee)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/nan-error-when-scaling-images/#post-5211022)
 * I noticed this same problem today.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Timely All-in-One Events Calendar] white screen since upgrade to 2.1.4](https://wordpress.org/support/topic/white-screen-since-upgrade-to-214/)
 *  [nickzee](https://wordpress.org/support/users/nickzee/)
 * (@nickzee)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/white-screen-since-upgrade-to-214/#post-5215205)
 * I am also having issues. Yesterday, everything was great. Today, the home page
   with `[ai1ec view="agenda"]` shortcode will not load and is using 100 CPU. My
   memory limit was set to 128M but I added the additional `ini_set('memory_limit','
   128M');` line and it was not successful.
 * If I disable the plugin or remove the shortcode, the home page will load. I upgraded
   my godaddy server to Level 3:.
    Physical Memory: 2048 CPU: 2 I/O: 2048
 * Now, with the upgrade, the CPU usage is 80% and not a 100%.
 * What changed over night?
    [http://www.wichernforcongress.com](http://www.wichernforcongress.com)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Nextend Social Login and Register] Blank page after login or register](https://wordpress.org/support/topic/blank-page-after-login-or-register/)
 *  [nickzee](https://wordpress.org/support/users/nickzee/)
 * (@nickzee)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/blank-page-after-login-or-register/#post-4500752)
 * A solution… that worked for me.
 * Or…
 * Notes
    Better WP Security plugin limitations
 *  Disable “Filter Suspicious Query Strings” option
    Disable “Reduce comment spam”
   option Disable “Prevent long URL strings” option [](http://www.nextendweb.com/social-connect-plugins-for-wordpress/)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Nextend Social Login and Register] 403 Forbidden Error Page](https://wordpress.org/support/topic/403-forbidden-error-page-4/)
 *  [nickzee](https://wordpress.org/support/users/nickzee/)
 * (@nickzee)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/403-forbidden-error-page-4/#post-4472589)
 * Also…
 * [http://www.nextendweb.com/social-connect-plugins-for-wordpress/](http://www.nextendweb.com/social-connect-plugins-for-wordpress/)
 * Notes
    Better WP Security plugin limitations
 *  Disable “Filter Suspicious Query Strings” option
    Disable “Reduce comment spam”
   option Disable “Prevent long URL strings” option
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Nextend Social Login and Register] Redirect after login does not work](https://wordpress.org/support/topic/redirect-after-login-does-not-work/)
 *  [nickzee](https://wordpress.org/support/users/nickzee/)
 * (@nickzee)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/redirect-after-login-does-not-work/#post-4440669)
 * A solution… that worked for me.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Nextend Social Login and Register] Login error!](https://wordpress.org/support/topic/login-error-38/)
 *  [nickzee](https://wordpress.org/support/users/nickzee/)
 * (@nickzee)
 * [12 years, 6 months ago](https://wordpress.org/support/topic/login-error-38/#post-4512019)
 * A solution… that worked for me.

Viewing 15 replies - 1 through 15 (of 41 total)

1 [2](https://wordpress.org/support/users/nickzee/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/nickzee/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/nickzee/replies/page/2/?output_format=md)