Viewing 1 replies (of 1 total)
  • Is is a problem with the plugin.

    To fix this you should change the line 233 in the file wp-content/plugins/easy-columns/easy-columns.php from:

    <?php if($this->use_custom || !empty($this->options['custom_css'])){ ?>

    to:

    <?php if($this->options['use_custom'] || !empty($this->options['custom_css'])){ ?>

Viewing 1 replies (of 1 total)
  • The topic ‘Error Message’ is closed to new replies.