Nickmarshmac
Forum Replies Created
-
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!
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.
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?
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?
Thanks for this! I assume that there’s no problem with other themes when the css js is optimised?
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).
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.
I experienced this as well. Try disabling any minify options in W3TC.
Wow, super fast response! Thanks for the update and many thanks.
Forum: Plugins
In reply to: [Simple Membership] URL after registrationOn Register Plus Redux there is an invitation code option. Do you know if this would work with Simple Membership?
Forum: Plugins
In reply to: [Simple Membership] Register if user existsForgot to say – I’ve duplicated the username field but writing the new one (username validator) to a different field.
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
In reply to: [Recent Posts Widget Extended] Changing font sizeDoes 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?
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
In reply to: [The Events Calendar] Change title on single eventI modified the file ‘tribe-events-calendar.pot’. Is there more to it than changing the text on that file?