I also have the same problem. And had tried to delete last line :
}// if
But i then got a same message saying fatal error is on line 393!
I tried to put closing tag of PHP at after the }// if line:
}// if
?>
and delete the lines from the file:
<!– *** SIZES radios ***–>
<p>
<label for=”<?php echo $this->get_field_id( ‘size’ ); ?>”><b><?php _e(‘Size’, ‘sfmsb_domain’); ?></b></label>
<input class=”s” name=”<?php echo $this->get_field_name( ‘size’ ); ?>” type=”text” value=”<?php echo esc_attr( $instance[‘size’] ); ?>” /> px
</p>
But after that I got an error like this :
Plugin could not be activated because it triggered a fatal error.
Parse error: syntax error, unexpected end of file in C:\Program Files\wamp\www\theme-name\wp-content\plugins\simple-follow-me-social-buttons-widget\includes\widget.php on line 394
pls give me some solution.. I want to use Simple Follow Me Social Buttons Widget plugin in my site.
Thanks!