• Resolved pgsg

    (@pgsg)


    Hi,

    I am having issues with the plugin not really hiding anything, specifically the names of my plugins. I have had it set up for a while now and only noticed it today.

    I have tried clearing my cache. I got my server support staff to turn the cache off. Then re-saved the plugins settings, cleared my cache – still the same. Any idea what could be wrong?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Maya

    (@tdgu)

    Hi,
    Is just the plugin name? or other too e.g. theme slug
    Can you send a url?

    Thanks

    Thread Starter pgsg

    (@pgsg)

    While I was typing out the message below, I found a fix for the problem.

    In my wp-config.php file, the plugin folder name was set to “sitename.com/folder/pluginfolder/”.

    When I removed the slash at the end of the URL, the plugin names were hidden. Hope this helps someone.

    Cheers and thanks for your prompt reply. 🙂

    __________________________________________________________________________

    It is only the plugin names. The theme folder and stylesheet names have been changed.

    Also, something else I noticed in the source code is that the URLS for the plugins have 2 forward slashes before the plugin name. For example,

    http://www.sitename/folder/pluginfolder//js_composer/assets/lib/…..

    This isn’t the case for the wp-includes folder links which I also renamed. For example,

    http://www.sitename/wp-includesrenamed/js/jquery/jquery.form.min.js

    Could that be the problem?

    The new rewrite paths for plugins I am using is:

    folder/pluginfolder/pluginname – so there is no slash in front of that. I also checked my wp-config.php file and this is what the code for the plugin folder name looks like:

    define( ‘WP_PLUGINS_FOLDERNAME’, ‘pluginfolder’ );

    define( ‘WP_PLUGIN_DIR’, dirname(__FILE__) . ‘/folder/pluginfolder’ );

    define( ‘WP_PLUGIN_URL’, ‘https://sitename.com/folder/pluginfolder/’ );

    Although, in the Theme Settings of WP Hide, it says the following:
    New Theme Path
    The default theme path is set to /folder/material//themes/themename

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Plugin Not Working’ is closed to new replies.