How to Make Easy Columns Work with SSL
-
If you have a legacy site with Easy Columns and have migrated it to SSL you will find that Easy Columns no longer works.
This is easy to fix.
It is because the plugin code is not picking up the CSS. This is because it is using a very old method to determine the site’s URL to locate the directory for the CSS file.
It is simply a matter of replacing WP_PLUGIN_URL with plugins_url() on line 44 which should now read…
define(‘EZC_PLUGIN_URL’, plugins_url() . ‘/’ . EZC_PLUGIN_NAME);
I hope this helps.
Kind regards…Peter
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘How to Make Easy Columns Work with SSL’ is closed to new replies.