• Resolved moxymore

    (@moxymore)


    Hi,

    I have today processed at the renaming of several folders via my wp-config.php. And it seems that your plugin takes into account the new folder name of wp-content, but it seems unable to take the new url of the plugins folder.

    Do you plan to fix it, or can I forget this?

    Regards.

    	define('WP_PLUGIN_DIR', $_SERVER['DOCUMENT_ROOT'] . '/outils/extensions');
    	define('PLUGINDIR', $_SERVER['DOCUMENT_ROOT'] . '/outils/extensions');
    	define('WP_PLUGIN_URL', 'https://www.mywebsite.com/outils/extensions');
    • This topic was modified 8 years, 2 months ago by moxymore.
Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Raul P.

    (@alignak)

    Hi,

    While this is out of the scope of “normal” wordpress installations, should not be too complicating to support. Will check those and should it should be ready for the next version shortly.

    But I do support WP_PLUGIN_DIR and WP_CONTENT_URL, did you clear the intermediate cache and the normal cache on the plugin settings?

    As for PLUGINDIR it has been deprecated by wordpress, you should not use it.
    https://github.com/roots/bedrock/issues/255

    • This reply was modified 8 years, 2 months ago by Raul P..
    • This reply was modified 8 years, 2 months ago by Raul P..
    Plugin Author Raul P.

    (@alignak)

    Hi,

    I haven’t thoroughly checked this specific use case, but I think it’s fixed on v1.1.8
    Please give it a try and let me know if it works, after clearing the cache on the plugin.

    Thread Starter moxymore

    (@moxymore)

    Perfect, it is now working as expected. Thank you very much, one more time, for your reactivity.

    • This reply was modified 8 years, 2 months ago by moxymore.
    Plugin Author Raul P.

    (@alignak)

    Great, thanks for reporting back.

    If possible, leave a 5/5 rating also ??

    • This reply was modified 8 years, 2 months ago by Raul P..
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Fast Velocity Minify and plugins folder rename issue’ is closed to new replies.