Title: Various issues
Last modified: August 22, 2016

---

# Various issues

 *  [Daiv Mowbray](https://wordpress.org/support/users/daiv/)
 * (@daiv)
 * [11 years, 6 months ago](https://wordpress.org/support/topic/various-issues-1/)
 * Hello,
    Great tool, thanx. Just a few issues:
 * Including an image in the email, ie: featured thumb, post-thumbnail, results 
   in sending the full uncut image.
    fix = file: plugins/simple-subscribe/libs/SimpleSubscribe/
   Email.php line: 348; `Html::el('td style="width: 30%"')->setHtml(wp_get_attachment_image(
   get_post_thumbnail_id($post->ID), 'simpleSubscribeEmail')))`
 * change to:
    `Html::el('td style="width: 30%"')->setHtml(wp_get_attachment_image(
   get_post_thumbnail_id($post->ID), 'thumbnail')))`
 * If simpleSubscribeEmail is an image size, please don’t. This plugin does not 
   need to be creating image sizes.
 * Issue with the shortcode:
    result fails to respect the post content order, ie:
   if post content = text – image – simple subscribe shortcode. the response = simple
   subscribe shortcode – text – image
 * This is a result of your shortcode function, if it ends with a return,
    it should
   end with: return do_shortcode($output) I think that might be the issue. Test 
   this yourself, maybe it’s my setup.
 * HTH
 * [https://wordpress.org/plugins/simple-subscribe/](https://wordpress.org/plugins/simple-subscribe/)

The topic ‘Various issues’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/simple-subscribe_99d436.svg)
 * [Simple Subscribe](https://wordpress.org/plugins/simple-subscribe/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/simple-subscribe/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/simple-subscribe/)
 * [Active Topics](https://wordpress.org/support/plugin/simple-subscribe/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/simple-subscribe/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/simple-subscribe/reviews/)

 * 0 replies
 * 1 participant
 * Last reply from: [Daiv Mowbray](https://wordpress.org/support/users/daiv/)
 * Last activity: [11 years, 6 months ago](https://wordpress.org/support/topic/various-issues-1/)
 * Status: not resolved