• 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://www.ads-software.com/plugins/wp-hide-security-enhancer/

Viewing 8 replies - 1 through 8 (of 8 total)
  • Thread Starter moxymore

    (@moxymore)

    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

    (@nsp-code)

    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

    (@moxymore)

    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

    (@nsp-code)

    Hi,
    I don’t see anything wrong within the .htaccess file
    Can you get in touch with me through contact at https://www.wp-hide.com and i’ll check it further.

    Thanks

    Thread Starter moxymore

    (@moxymore)

    Sure, i’ll send you an email with creditential.

    Thread Starter moxymore

    (@moxymore)

    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

    (@moxymore)

    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 : https://www.wp-hide.com If not, we can say problem partially resolved.

    Plugin Author nsp-code

    (@nsp-code)

    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.