Title: Breaking CSS
Last modified: September 1, 2016

---

# Breaking CSS

 *  [moxymore](https://wordpress.org/support/users/moxymore/)
 * (@moxymore)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/breaking-css-1/)
 * Hi there,
 * I have tried a lot of plugins and yours seems fine. Anyway, I have always the
   same problem when I change anything related to name (plugin folders especially).
 * Everytime I’m trying to hide my plugins folders, with your plugin or another,
   CSS are broken. I’m using a framework (Headway) and minfying/concatenate tools.
 * For example, if I change the path of my post grid plugin, he’s unable to find
   the related featured images. The same happen for my custom CSS plugin… it’s like
   he’s forgotten.
 * Do you know where is the problem?
 * Any help would be more than appeciated.
 * Regards.
 * EDIT : changing the wp-content path globally causes these CSS errors.
 * [https://wordpress.org/plugins/wp-hide-security-enhancer/](https://wordpress.org/plugins/wp-hide-security-enhancer/)

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

 *  Thread Starter [moxymore](https://wordpress.org/support/users/moxymore/)
 * (@moxymore)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/breaking-css-1/#post-7624205)
 * In facts, it’s kinda simple : each changed path are like a 404 error. Shall I
   rename my wordpress core folders/subfolders? This is not how these kind of plugins
   should work isn’t it?
 *  Plugin Author [nsp-code](https://wordpress.org/support/users/nsp-code/)
 * (@nsp-code)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/breaking-css-1/#post-7624224)
 * Hi,
    Thanks for your feedback. Do you actually use a sub-folder for WordPress
   e.g. domain.com/wp-root and being accessible through domain.com?
 * Thanks
 *  Thread Starter [moxymore](https://wordpress.org/support/users/moxymore/)
 * (@moxymore)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/breaking-css-1/#post-7624251)
 * Hi there, and thank you for the reply.
 * I’m not using any subfolder for WordPress. I’m on a share-host for the beginning
   of my project, but I don’t think this is a problem.
 * Do you think these .htaccess lines can cause problems (I have more than this,
   but others can’t interfer with such a rewrite rule) :
 *     ```
       # BEGIN WordPress
       <IfModule mod_rewrite.c>
       RewriteEngine On
       RewriteBase /
       RewriteRule ^index\.php$ - [L]
       RewriteCond %{REQUEST_FILENAME} !-f
       RewriteCond %{REQUEST_FILENAME} !-d
       RewriteRule . /index.php [L]
       </IfModule>
       # END WordPress
   
       # protect wpconfig.php
       <files wp-config.php>
       order allow,deny
       deny from all
       </files>
   
       # protect the htaccess file
       <files .htaccess>
       order allow,deny
       deny from all
       </files>
   
       # protect folders
       Options -Indexes
       ```
   
 * Thanks.
 *  Plugin Author [nsp-code](https://wordpress.org/support/users/nsp-code/)
 * (@nsp-code)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/breaking-css-1/#post-7624328)
 * Hi,
    I don’t see anything wrong within the .htaccess file Can you get in touch
   with me through contact at [http://www.wp-hide.com](http://www.wp-hide.com) and
   i’ll check it further.
 * Thanks
 *  Thread Starter [moxymore](https://wordpress.org/support/users/moxymore/)
 * (@moxymore)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/breaking-css-1/#post-7624361)
 * Sure, i’ll send you an email with creditential.
 *  Thread Starter [moxymore](https://wordpress.org/support/users/moxymore/)
 * (@moxymore)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/breaking-css-1/#post-7624363)
 * Wait… I’m near to find the solution. It’s related to Fast Velocity Minify, which
   is really a nice minify/concatenate… but which seems to cause problem. I’ll investigate
   further.
 *  Thread Starter [moxymore](https://wordpress.org/support/users/moxymore/)
 * (@moxymore)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/breaking-css-1/#post-7624367)
 * Ok, I have partially debugged it. My Headway framework combined with fast-velocity
   minify were causing some troubles.
 * Now, I have only problems for third party plugins to be renamed… and I think 
   it will be just impossible to make it work. This happen for fast velocity minify
   url which seems to be protected (un-rewritable) and justified image grid plugin,
   which seems to lost informations if renamed.
 * If you think you’ll be able to help me for these specific issue, tell me if I
   have to send an email there : [http://www.wp-hide.com](http://www.wp-hide.com)
   If not, we can say problem partially resolved.
 *  Plugin Author [nsp-code](https://wordpress.org/support/users/nsp-code/)
 * (@nsp-code)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/breaking-css-1/#post-7624388)
 * I think i can still still check into this and try to find a work-around. As long
   there’s filters to be used, it should work.
 * Thanks

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

The topic ‘Breaking CSS’ is closed to new replies.

 * ![](https://ps.w.org/wp-hide-security-enhancer/assets/icon-256x256.png?rev=2937681)
 * [WP Hide & Security Enhancer](https://wordpress.org/plugins/wp-hide-security-enhancer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wp-hide-security-enhancer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wp-hide-security-enhancer/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-hide-security-enhancer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-hide-security-enhancer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-hide-security-enhancer/reviews/)

 * 8 replies
 * 2 participants
 * Last reply from: [nsp-code](https://wordpress.org/support/users/nsp-code/)
 * Last activity: [9 years, 10 months ago](https://wordpress.org/support/topic/breaking-css-1/#post-7624388)
 * Status: not resolved