I created a child theme and a copyright.php file with the following code:
<?php
/**
* @package Modality
*/
$modality_theme_options = modality_get_options( 'modality_theme_options' );
?>
<div id="copyright">
<div class="copyright-wrap">
<span class="left"><a href="<?php echo esc_url( home_url( '/' ) ) ?>"><?php echo esc_attr($modality_theme_options['footer_copyright_text']);?></a> |
<a href="mailto:email@example.com">email@example.com</a></span>
</div>
</div><!--copyright-->
Resolved by modifying copyright.php in Child theme and adding HTML email link.
I followed the instructions in this thread and was able to remove plugin.
http://wordpress.org/support/topic/uninstall-impossible?replies=5
I installed W3 Total Cache and am getting the same error as above. Unable to deactivate plugin.