Title: Evan's Replies | WordPress.org

---

# Evan

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

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

 Search replies:

## Forum Replies Created

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

1 [2](https://wordpress.org/support/users/phooey/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/phooey/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/phooey/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Livemesh SiteOrigin Widgets] Is this plugin being updated?](https://wordpress.org/support/topic/is-this-plugin-being-updated-3/)
 *  [Evan](https://wordpress.org/support/users/phooey/)
 * (@phooey)
 * [1 month, 1 week ago](https://wordpress.org/support/topic/is-this-plugin-being-updated-3/#post-18931387)
 * Also checking in. Is this abandoned?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Calendar - Google Calendar Plugin] Site crash due to Simple Calendar plugin conflict](https://wordpress.org/support/topic/site-crash-due-to-simple-calendar-plugin-conflict/)
 *  [Evan](https://wordpress.org/support/users/phooey/)
 * (@phooey)
 * [8 months, 3 weeks ago](https://wordpress.org/support/topic/site-crash-due-to-simple-calendar-plugin-conflict/#post-18694401)
 * I’m getting the same thing on a live site. Rolled back to 3.5.7 and all is good.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Popular Posts] Cutting Off Titles?](https://wordpress.org/support/topic/cutting-off-titles/)
 *  Thread Starter [Evan](https://wordpress.org/support/users/phooey/)
 * (@phooey)
 * [6 years, 4 months ago](https://wordpress.org/support/topic/cutting-off-titles/#post-12468547)
 * Here’s the temporary link: [http://milmag.staging.wpengine.com/](http://milmag.staging.wpengine.com/)
 * You’ll see the “Trending” section using your plugin just below the slider on 
   the homepage.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Maintenance] Logo Issue](https://wordpress.org/support/topic/logo-issue-9/)
 *  [Evan](https://wordpress.org/support/users/phooey/)
 * (@phooey)
 * [8 years, 6 months ago](https://wordpress.org/support/topic/logo-issue-9/#post-9878380)
 * I’m running in to an identical issue. Haven’t found a fix yet.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Maintenance] Embed Gravity Forms?](https://wordpress.org/support/topic/embed-gravity-forms/)
 *  Thread Starter [Evan](https://wordpress.org/support/users/phooey/)
 * (@phooey)
 * [9 years, 1 month ago](https://wordpress.org/support/topic/embed-gravity-forms/#post-9170444)
 * Good to know, thanks!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MC4WP: Mailchimp for WordPress] Can’t click “Submit”?](https://wordpress.org/support/topic/cant-click-submit/)
 *  Thread Starter [Evan](https://wordpress.org/support/users/phooey/)
 * (@phooey)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/cant-click-submit/#post-8625994)
 * For now, I replaced it with straight code from MailChimp. Thanks for the quick
   response, though!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[MC4WP: Mailchimp for WordPress] Can’t click “Submit”?](https://wordpress.org/support/topic/cant-click-submit/)
 *  Thread Starter [Evan](https://wordpress.org/support/users/phooey/)
 * (@phooey)
 * [9 years, 6 months ago](https://wordpress.org/support/topic/cant-click-submit/#post-8622944)
 * Forgot to link the website, sorry!
 * [http://www.localfirstmilwaukee.com/](http://www.localfirstmilwaukee.com/)
 * It’s in the footer.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Groups] Permissions to unregistered users?](https://wordpress.org/support/topic/permissions-to-unregistered-users/)
 *  Thread Starter [Evan](https://wordpress.org/support/users/phooey/)
 * (@phooey)
 * [9 years, 10 months ago](https://wordpress.org/support/topic/permissions-to-unregistered-users/#post-8183067)
 * Aha, good to know!
 * Here’s the specifics of what I’m trying to do, but perhaps I’m just going about
   it the wrong way.
 * I’ve got a woocommerce store with public accessible products. There’s also a 
   subset of products, accessible only by members of a specific group. What I need
   to do, is make it so members of that group can see all of _their_ products, but
   can no longer see the _public_ products.
 * Any ideas?
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Responsive Mobile] Centered Header Menu?](https://wordpress.org/support/topic/centered-header-menu/)
 *  Thread Starter [Evan](https://wordpress.org/support/users/phooey/)
 * (@phooey)
 * [11 years, 1 month ago](https://wordpress.org/support/topic/centered-header-menu/#post-6200333)
 * Thanks for the reply! That _sort of_ works, but left it off-set.
 * I ended up going with this, at least for the time being:
 *     ```
       .main-nav {
       	margin: 0 auto;
       	width: -webkit-fit-content;
       	width: -moz-fit-content;
       	width: fit-content;
               width: intrinsic; /*safari*/
       }
       ```
   
 * It seems to be doing the trick.
 * I’d share the site, but it’s a client’s site, not mine, and it isn’t live yet.
 *   Forum: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
   
   In reply to: [Mass delete old thumnails and restrict the number of new thumbnails?](https://wordpress.org/support/topic/mass-delete-old-thumnails-and-restrict-the-number-of-new-thumbnails/)
 *  Thread Starter [Evan](https://wordpress.org/support/users/phooey/)
 * (@phooey)
 * [11 years, 10 months ago](https://wordpress.org/support/topic/mass-delete-old-thumnails-and-restrict-the-number-of-new-thumbnails/#post-5277768)
 * Thanks for pointing me in the right direction, songdogtech! It’s not a premium
   theme, but I should be able to find that in the functions and figure it out. 
   I’ll post here again if I’m still having issues with it.
 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [[Pinboard] Tiles still not lining up nicely even after 1.1 update.](https://wordpress.org/support/topic/tiles-still-not-lining-up-nicely-even-after-11-update/)
 *  [Evan](https://wordpress.org/support/users/phooey/)
 * (@phooey)
 * [12 years, 11 months ago](https://wordpress.org/support/topic/tiles-still-not-lining-up-nicely-even-after-11-update/#post-3956636)
 * Looks fine to me. Are you still having this issue?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SexyBookmarks | Upgrade to the Official Shareaholic Plugin today!] Like button-set above the post is misaligned](https://wordpress.org/support/topic/like-button-set-above-the-post-is-misaligned/)
 *  Thread Starter [Evan](https://wordpress.org/support/users/phooey/)
 * (@phooey)
 * [13 years ago](https://wordpress.org/support/topic/like-button-set-above-the-post-is-misaligned/#post-3881779)
 * C Reign,
 * That’s great news, thank you! I love the plugin and might just have to take you
   up on that offer. Can’t wait to see what the new version has in store.
 * Thanks,
    Evan
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[SexyBookmarks | Upgrade to the Official Shareaholic Plugin today!] Like button-set above the post is misaligned](https://wordpress.org/support/topic/like-button-set-above-the-post-is-misaligned/)
 *  Thread Starter [Evan](https://wordpress.org/support/users/phooey/)
 * (@phooey)
 * [13 years ago](https://wordpress.org/support/topic/like-button-set-above-the-post-is-misaligned/#post-3881594)
 * Okay, so I added the following css and it straightened everything out, but the“
   Like” button seems to randomly just not appear (or is being covered up by the
   G+1 button?)
 *     ```
       .post_content iframe {
       	display: block;
       	margin: 0;
       	max-width: 100%;
       }
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Error! "headers already sent" sitemap_index.xml after update](https://wordpress.org/support/topic/error-headers-already-sent-sitemap_indexxml-after-update/)
 *  [Evan](https://wordpress.org/support/users/phooey/)
 * (@phooey)
 * [13 years ago](https://wordpress.org/support/topic/error-headers-already-sent-sitemap_indexxml-after-update/#post-3863075)
 * Anyone know if 1.4.10 fixes this issue? I always prefer to keep my plugins up-
   to-date, but I didn’t see any mention of this in the release notes.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Yoast SEO - Advanced SEO with real-time guidance and built-in AI] Error! "headers already sent" sitemap_index.xml after update](https://wordpress.org/support/topic/error-headers-already-sent-sitemap_indexxml-after-update/)
 *  [Evan](https://wordpress.org/support/users/phooey/)
 * (@phooey)
 * [13 years ago](https://wordpress.org/support/topic/error-headers-already-sent-sitemap_indexxml-after-update/#post-3863048)
 * Yep, going back to 1.4.7 fixed it.

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

1 [2](https://wordpress.org/support/users/phooey/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/phooey/replies/page/3/?output_format=md)
[→](https://wordpress.org/support/users/phooey/replies/page/2/?output_format=md)