Title: Nickmarshmac's Replies | WordPress.org

---

# Nickmarshmac

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

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

 Search replies:

## Forum Replies Created

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

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Default profile photo](https://wordpress.org/support/topic/default-profile-photo/)
 *  Thread Starter [Nickmarshmac](https://wordpress.org/support/users/nickmarshmac/)
 * (@nickmarshmac)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/default-profile-photo/#post-5870000)
 * I think I’ve fixed it! I used the following code in my functions file –
 * add_filter( ‘avatar_defaults’, ‘new_default_avatar’ );
 * function new_default_avatar ( $avatar_defaults ) {
    //Set the URL where the image
   file for your avatar is located $new_avatar_url = get_bloginfo( ‘template_directory’).‘/
   images/new_default_avatar.png’; //Set the text that will appear to the right 
   of your avatar in Settings>>Discussion $avatar_defaults[$new_avatar_url] = ‘Your
   New Default Avatar’; return $avatar_defaults; }
 * …then linked my profile photo into this. In the discussion menu I can now click
   on ‘Your New Default Avatar’ and everything shows correct!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Default profile photo](https://wordpress.org/support/topic/default-profile-photo/)
 *  Thread Starter [Nickmarshmac](https://wordpress.org/support/users/nickmarshmac/)
 * (@nickmarshmac)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/default-profile-photo/#post-5869943)
 * It’s an internal website, so unfortunately can’t give a link. I set the default
   photo in the admin screens, so I thought it would reflect on the profiles, but
   it looks like the default gravatar replaces whatever I upload. I could try uploading
   from the front-end, but I wanted everyone to have a specific default photo.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Problem with theme](https://wordpress.org/support/topic/problem-with-theme-30/)
 *  Thread Starter [Nickmarshmac](https://wordpress.org/support/users/nickmarshmac/)
 * (@nickmarshmac)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/problem-with-theme-30/#post-5862928)
 * Ok, think I’ve got it sorted! I changed my modified Interface theme back to the
   original version and everything works, including sliders that failed to work 
   previously.
 * I went through everything on the modified theme to see if I could pinpoint the
   issue, and the only thing I can see that broke it was actually changing the name(
   folder name). Never seen that before – I’m guessing that somewhere in there its
   looking for the name of the theme?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Problem with theme](https://wordpress.org/support/topic/problem-with-theme-30/)
 *  Thread Starter [Nickmarshmac](https://wordpress.org/support/users/nickmarshmac/)
 * (@nickmarshmac)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/problem-with-theme-30/#post-5862898)
 * Ok thanks for looking. I’m definitely using the latest version and UM minification
   makes the forms invisible. I have a copy of the theme (unmodified) – if I change
   my updated theme back to the original (just to test) would it screw up any of
   the work I’ve done already?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Problem with theme](https://wordpress.org/support/topic/problem-with-theme-30/)
 *  Thread Starter [Nickmarshmac](https://wordpress.org/support/users/nickmarshmac/)
 * (@nickmarshmac)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/problem-with-theme-30/#post-5862855)
 * Thanks for this! I assume that there’s no problem with other themes when the 
   css js is optimised?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] Problem with theme](https://wordpress.org/support/topic/problem-with-theme-30/)
 *  Thread Starter [Nickmarshmac](https://wordpress.org/support/users/nickmarshmac/)
 * (@nickmarshmac)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/problem-with-theme-30/#post-5862722)
 * Yes, it’s the free one (!). The forms work fine when I disable the UM minify 
   settings, although I can’t get their theme slider working properly (amongst other
   things).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] w3 total cache plugin conflict](https://wordpress.org/support/topic/w3-total-cache-plugin-conflict-1/)
 *  [Nickmarshmac](https://wordpress.org/support/users/nickmarshmac/)
 * (@nickmarshmac)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/w3-total-cache-plugin-conflict-1/#post-5842276)
 * It’s not just Ultimate Member that the minify options in W3TC can break plug-
   ins, I’ve noticed quite a few themes as well.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] w3 total cache plugin conflict](https://wordpress.org/support/topic/w3-total-cache-plugin-conflict-1/)
 *  [Nickmarshmac](https://wordpress.org/support/users/nickmarshmac/)
 * (@nickmarshmac)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/w3-total-cache-plugin-conflict-1/#post-5842110)
 * I experienced this as well. Try disabling any minify options in W3TC.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Ultimate Member – User Profile, Registration, Login, Member Directory, Content Restriction & Membership Plugin] CSS issue with label](https://wordpress.org/support/topic/css-issue-with-label/)
 *  Thread Starter [Nickmarshmac](https://wordpress.org/support/users/nickmarshmac/)
 * (@nickmarshmac)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/css-issue-with-label/#post-5820708)
 * Wow, super fast response! Thanks for the update and many thanks.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Membership] URL after registration](https://wordpress.org/support/topic/url-after-registration/)
 *  [Nickmarshmac](https://wordpress.org/support/users/nickmarshmac/)
 * (@nickmarshmac)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/url-after-registration/#post-5804749)
 * On Register Plus Redux there is an invitation code option. Do you know if this
   would work with Simple Membership?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simple Membership] Register if user exists](https://wordpress.org/support/topic/register-if-user-exists/)
 *  Thread Starter [Nickmarshmac](https://wordpress.org/support/users/nickmarshmac/)
 * (@nickmarshmac)
 * [11 years, 3 months ago](https://wordpress.org/support/topic/register-if-user-exists/#post-5807878)
 * Forgot to say – I’ve duplicated the username field but writing the new one (username
   validator) to a different field.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Recent Posts Widget Extended] Recent post widget – shortcode and horizontal lay out](https://wordpress.org/support/topic/recent-post-widget-shortcode-and-horizontal-lay-out/)
 *  [Nickmarshmac](https://wordpress.org/support/users/nickmarshmac/)
 * (@nickmarshmac)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/recent-post-widget-shortcode-and-horizontal-lay-out/#post-5425107)
 * I’d also like to know this. Recent posts are displaying vertically and ideally
   I’d like them in a horizontal row. Anyone?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Recent Posts Widget Extended] Changing font size](https://wordpress.org/support/topic/changing-font-size-23/)
 *  [Nickmarshmac](https://wordpress.org/support/users/nickmarshmac/)
 * (@nickmarshmac)
 * [11 years, 7 months ago](https://wordpress.org/support/topic/changing-font-size-23/#post-4909530)
 * Does this work for the shortcode as well? I’ve called my cssID ‘recent_primary’
   and used #recent_primary.rpwe-block h3 {padding-bottom: 0;} on a child theme 
   stylesheet but nothing changes?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Professional Social Sharing Buttons, Icons & Related Posts - Shareaholic] Remove shareaholic on homepage](https://wordpress.org/support/topic/remove-shareaholic-on-homepage/)
 *  [Nickmarshmac](https://wordpress.org/support/users/nickmarshmac/)
 * (@nickmarshmac)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/remove-shareaholic-on-homepage/#post-4668036)
 * I’d also would know how to remove Shareaholic from the homepage as its not required
   but still loading in the background.
 * Any answers?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[The Events Calendar] Change title on single event](https://wordpress.org/support/topic/change-title-on-single-event/)
 *  Thread Starter [Nickmarshmac](https://wordpress.org/support/users/nickmarshmac/)
 * (@nickmarshmac)
 * [12 years, 3 months ago](https://wordpress.org/support/topic/change-title-on-single-event/#post-4618235)
 * I modified the file ‘tribe-events-calendar.pot’. Is there more to it than changing
   the text on that file?

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