Title: Jon Bishop's Replies | WordPress.org

---

# Jon Bishop

  [  ](https://wordpress.org/support/users/jonbishop/)

 *   [Profile](https://wordpress.org/support/users/jonbishop/)
 *   [Topics Started](https://wordpress.org/support/users/jonbishop/topics/)
 *   [Replies Created](https://wordpress.org/support/users/jonbishop/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/jonbishop/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/jonbishop/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/jonbishop/engagements/)
 *   [Favorites](https://wordpress.org/support/users/jonbishop/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 182 total)

1 [2](https://wordpress.org/support/users/jonbishop/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/jonbishop/replies/page/3/?output_format=md)…
[11](https://wordpress.org/support/users/jonbishop/replies/page/11/?output_format=md)
[12](https://wordpress.org/support/users/jonbishop/replies/page/12/?output_format=md)
[13](https://wordpress.org/support/users/jonbishop/replies/page/13/?output_format=md)
[→](https://wordpress.org/support/users/jonbishop/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP About Author] Gravatar image not aligned with bio](https://wordpress.org/support/topic/gravatar-image-not-aligned-with-bio/)
 *  Plugin Author [Jon Bishop](https://wordpress.org/support/users/jonbishop/)
 * (@jonbishop)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/gravatar-image-not-aligned-with-bio/#post-4774211)
 * I updated the plugin again with some fixes that might help your alignment issues.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP About Author] Text overlapping avatar after upgrade to 1.4](https://wordpress.org/support/topic/text-overlapping-avatar-after-upgrade-to-14/)
 *  Plugin Author [Jon Bishop](https://wordpress.org/support/users/jonbishop/)
 * (@jonbishop)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/text-overlapping-avatar-after-upgrade-to-14/#post-4772061)
 * Added some code to check for new options when displaying the author box or viewing
   the wep about author admin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Post Admin Word Count] Slows down the posts page](https://wordpress.org/support/topic/slows-down-the-posts-page/)
 *  Plugin Author [Jon Bishop](https://wordpress.org/support/users/jonbishop/)
 * (@jonbishop)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/slows-down-the-posts-page/#post-4767251)
 * The first load takes forever because it is literally going through all of yours
   posts and calculating the number of words in each. As it calculates it saves 
   the number in hidden post meta so it doesn’t need to recalculate again in the
   future. It only recalculates when the post post_modified data is greater than
   when the last time word counts were calculated and saved.
 * I’ve experimented with other methods of calculating and caching however the first
   load still ends up taking a long time and now I’ve added bloat to other parts
   of the wp-admin.
 * As far as how the word count is calculated I’m using the following PHP function
   [str_word_count](http://www.php.net/manual/en/function.str-word-count.php).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP About Author] Gravatar image not aligned with bio](https://wordpress.org/support/topic/gravatar-image-not-aligned-with-bio/)
 *  Plugin Author [Jon Bishop](https://wordpress.org/support/users/jonbishop/)
 * (@jonbishop)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/gravatar-image-not-aligned-with-bio/#post-4774167)
 * Can you attach a screenshot with what you are seeing? Unfortunately, or fortunately,
   it looks fine in Chrome and FF for me but I’m also running Windows.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP About Author] Gravatar image not aligned with bio](https://wordpress.org/support/topic/gravatar-image-not-aligned-with-bio/)
 *  Plugin Author [Jon Bishop](https://wordpress.org/support/users/jonbishop/)
 * (@jonbishop)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/gravatar-image-not-aligned-with-bio/#post-4774158)
 * Try this:
 *     ```
       #mukam-layout div.wp-about-author-text > h3 {
       margin-top: 0;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP About Author] Gravatar image not aligned with bio](https://wordpress.org/support/topic/gravatar-image-not-aligned-with-bio/)
 *  Plugin Author [Jon Bishop](https://wordpress.org/support/users/jonbishop/)
 * (@jonbishop)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/gravatar-image-not-aligned-with-bio/#post-4774145)
 * I’m not sure what you mean by centered but the alignment issue you mentioned 
   on Twitter can be fixed by adding some CSS to the H3 around the author name to
   remove the top margin.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP About Author] Text overlapping avatar after upgrade to 1.4](https://wordpress.org/support/topic/text-overlapping-avatar-after-upgrade-to-14/)
 *  Plugin Author [Jon Bishop](https://wordpress.org/support/users/jonbishop/)
 * (@jonbishop)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/text-overlapping-avatar-after-upgrade-to-14/#post-4772028)
 * For most plugins it is best practice to disable and re-enable to instantiate 
   any new settings. If you just overwrite the plugin using FTP you want get the
   upgraded settings.
 * Sounds like you were able to get it working after the fix.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP About Author] Layout problem after upgrade to 1.4](https://wordpress.org/support/topic/layout-problem-after-upgrade-to-14/)
 *  Plugin Author [Jon Bishop](https://wordpress.org/support/users/jonbishop/)
 * (@jonbishop)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/layout-problem-after-upgrade-to-14/#post-4763263)
 * I had to change how I was setting the margin of the content area after adding
   the option to change the image size.
 * Thanks for posting the solution!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP About Author] Double Slash Breaks CDN](https://wordpress.org/support/topic/double-slash-breaks-cdn/)
 *  Plugin Author [Jon Bishop](https://wordpress.org/support/users/jonbishop/)
 * (@jonbishop)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/double-slash-breaks-cdn/#post-4234462)
 * Removed the slashes in the latest version. Thanks for the help!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP About Author] Short Code](https://wordpress.org/support/topic/short-code-9/)
 *  Plugin Author [Jon Bishop](https://wordpress.org/support/users/jonbishop/)
 * (@jonbishop)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/short-code-9/#post-3658439)
 * As of the latest version you can use the `[wp_about_author]` shortcode
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP About Author] Box background colour select now working](https://wordpress.org/support/topic/box-background-colour-select-now-working/)
 *  Plugin Author [Jon Bishop](https://wordpress.org/support/users/jonbishop/)
 * (@jonbishop)
 * [12 years, 1 month ago](https://wordpress.org/support/topic/box-background-colour-select-now-working/#post-4486632)
 * Fixed in the latest version
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Socialize] Upgrade to 2.3 Disabled Home Page](https://wordpress.org/support/topic/upgrade-to-23-disabled-home-page/)
 *  Plugin Author [Jon Bishop](https://wordpress.org/support/users/jonbishop/)
 * (@jonbishop)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/upgrade-to-23-disabled-home-page/#post-4379192)
 * Shoot me an email with some more details: [jonbish@gmail.com](https://wordpress.org/support/users/jonbishop/replies/jonbish@gmail.com?output_format=md)
 * Please also share the version of WP you are using and a link to the site so I
   can poke around a bit.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Socialize] Upgrade to 2.3 Disabled Home Page](https://wordpress.org/support/topic/upgrade-to-23-disabled-home-page/)
 *  Plugin Author [Jon Bishop](https://wordpress.org/support/users/jonbishop/)
 * (@jonbishop)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/upgrade-to-23-disabled-home-page/#post-4379153)
 * Which version did you upgrade from. The plugin should not display this kind of
   behavior.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Socialize] Responsive Admin – Overwrite All Post/Page Settings element](https://wordpress.org/support/topic/responsive-admin-overwrite-all-postpage-settings-element/)
 *  Plugin Author [Jon Bishop](https://wordpress.org/support/users/jonbishop/)
 * (@jonbishop)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/responsive-admin-overwrite-all-postpage-settings-element/#post-4379152)
 * I used to have it next to the button and decided to move it below in the latest
   version. Took the lazy route instead of updating the tag.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Socialize] Move Call To Action Box Outside "After Post Content"](https://wordpress.org/support/topic/move-call-to-action-box-outside-after-post-content/)
 *  Plugin Author [Jon Bishop](https://wordpress.org/support/users/jonbishop/)
 * (@jonbishop)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/move-call-to-action-box-outside-after-post-content/#post-4251792)
 * You should be able to place it right in your functions.php file. Only thing to
   keep in mind is the third parameter in the `add_filter` function. You may have
   to change it from 90 to something higher.

Viewing 15 replies - 1 through 15 (of 182 total)

1 [2](https://wordpress.org/support/users/jonbishop/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/jonbishop/replies/page/3/?output_format=md)…
[11](https://wordpress.org/support/users/jonbishop/replies/page/11/?output_format=md)
[12](https://wordpress.org/support/users/jonbishop/replies/page/12/?output_format=md)
[13](https://wordpress.org/support/users/jonbishop/replies/page/13/?output_format=md)
[→](https://wordpress.org/support/users/jonbishop/replies/page/2/?output_format=md)