animalraw
Forum Replies Created
-
Thanks for the reply @ultimatemembersupport
However, from your changelog here: https://ultimatemember.com/product-update-august/ it says um_before_new_user_register has been depreciated.
For anyone else looking – I achieved a workaround by using validation with the following code:add_action('um_submit_form_errors_hook_','um_custom_validate_username', 999, 1); function um_custom_validate_username( $args ) { global $ultimatemember; $adam = $args['user_email']; if ( !strstr( $adam, '@domain1.com' )){ if ( !strstr( $adam, '@domain2.com' ) ){ $ultimatemember->classes['form']->add_error( 'user_email', 'You must register with a valid email address.' ); } }
Hello,
I too would like to be able to customise the login icon – please can you send me the advice also?
Thanks in advance,
AdamNo worries – I got it working using this plugin:
https://www.ads-software.com/plugins/wp-users-exporter/Cheers,
adamForum: Plugins
In reply to: [Membership 2] [Plugin: Membership] Drag & Drop Not WorkingAhhhhhhhhh! It was indeed another pesky plugin that was stopping it from working ??
Thanks for your reply Phil – very helpful!
Forum: Plugins
In reply to: [Plugin: JJ NextGen JQuery Slider] Not displaying photo thumbnailsI think it might be the nivo slider. I’m running the Site 5 Boldy theme and on the front page it has it’s own content slider that i think was getting all mixed up with the JJ next gen.
Thanks for your reply though jjcoder.Forum: Plugins
In reply to: [Plugin: JJ NextGen JQuery Slider] Not displaying photo thumbnailsHumm, turns out the plugin is confusing another slider I am using on my site so I’m going to disable this one and try to find another solution.
Forum: Fixing WordPress
In reply to: Redirect Loop site doesn't link to news postsAhh, I’ve just changed the permalinks back to default from custom and they now work.
Does anyone know how to make the posts work on a custom permalink setup?
Solved:
Sorry about this – found out that an image had been deleted somewhere along the way and the slideshow just got a bit upset. Once I reuploaded the image it all started working again.
??
Forum: Plugins
In reply to: [Plugin: NextGEN Gallery] How to style the album & photo pagesAnyone want to get paid for helping me with this??
Forum: Fixing WordPress
In reply to: [Plugin: NextGEN Gallery] Align more than 1 album per line?Hi,
Just wanted to add that this is the exact thing I’m having problems with right now!
Anyone got the answer for us??
Please!Forum: Themes and Templates
In reply to: current_page_item not changing link text colourOhhh I’ve fixed it…
I think where I’d messed up was putting the color in the #header_nav a, #header_nav a:visited css section. I took the #4D4D4D out of there and made am a {} css item and specified links to be #4D4D4D. Which all works now.
Thanks for anyone who took time to read this and wonder what the hell I was on about!Forum: Themes and Templates
In reply to: current_page_item not changing link text colourHi Simon,
Thanks for your suggestion… still seems to have drawn a blank though – something must be overriding the font colour because the underline part of it works and is white just the text seems to be resisting the colour change!