-
Posted a reply to Payment gateways for NGO, on the site WordPress.org Forums:
It may depend on what country you are located in? I know for a fact… -
Posted a reply to Donation currency converter field, on the site WordPress.org Forums:
@talha6248 This may be of use to you, I did something similar. In my case… -
Posted a reply to Media uploading to wrong date, on the site WordPress.org Forums:
@webdevmattcrom Here it is: screenshot -
Posted a reply to Media uploading to wrong date, on the site WordPress.org Forums:
@dlocc I did some more digging, I think this may not be multisite related, but… -
Posted a reply to Media uploading to wrong date, on the site WordPress.org Forums:
I'm having the same issue. I switched to multisite and just noticed this as well.… -
Posted a reply to Using Give_Payments_Query with switch_to_blog in multisite, on the site WordPress.org Forums:
@ravinderk :thumbsup: I tested it and it works. Thanks for the quick turnaround. No I… -
Posted a reply to Using Give_Payments_Query with switch_to_blog in multisite, on the site WordPress.org Forums:
@ravinderk I found where the problem is. It looks like that when you do switch_to_blog(),… -
Created a topic, Using Give_Payments_Query with switch_to_blog in multisite, on the site WordPress.org Forums:
Hi, I'm setting up some custom shortcode functions in… -
Posted a reply to On Multisite – Auto replace mixed content not working, on the site WordPress.org Forums:
I added $_SERVER['HTTPS'] = 'on'; to wp-config.php. Afterwards I went to wp-admin and all the… -
Created a topic, On Multisite – Auto replace mixed content not working, on the site WordPress.org Forums:
Hi, I just switched to multisite and can't figure out… -
Posted a reply to UM2.0: How to override email templates with custom html templates?, on the site WordPress.org Forums:
For anyone interested, this issue is resolved in the latest UM2.0 build. -
Posted a reply to UM2.0: How to override email templates with custom html templates?, on the site WordPress.org Forums:
Well, it works, sort of. In general it works fine using the hooks, but I'm… -
Posted a reply to UM2.0: How to override email templates with custom html templates?, on the site WordPress.org Forums:
Looking through the code, I assume I'll need to add_action for um_before_email_template_body to output the… -
Created a topic, UM2.0: How to override email templates with custom html templates?, on the site WordPress.org Forums:
Hi, In UM2.0, how do you use custom html email templa… -
Posted a reply to Redirect to url on user login not working…, on the site WordPress.org Forums:
I had the same issue. UM 2.0 wasn't transferring the settings from UM 1.x over… -
Posted a reply to UM2.0: Disallow login and registration using wp-login.php, on the site WordPress.org Forums:
Cool. That explains it. Disabling registration in WP settings is a nicer solution anyways. Thanks -
Created a topic, UM2.0: Disallow login and registration using wp-login.php, on the site WordPress.org Forums:
Hi, I upgraded to UM2.0. I swear in the previous vers… -
Posted a reply to widgets not copied to child theme, on the site WordPress.org Forums:
Appreciate the fast response and offer to help. I figured it out. I just recreated… -
Created a topic, widgets not copied to child theme, on the site WordPress.org Forums:
I might be missing something obvious since I'm new to … -
Posted a reply to How to link to specific account tab?, on the site WordPress.org Forums:
Actually, looking at um_rewrite.php I figured out that my problem was, that in Ultimate member… -
Posted a reply to How to link to specific account tab?, on the site WordPress.org Forums:
Never mind. Reading through the um_rewrite.php I figured out I could just pass account/?um_tab=password for… -
Created a topic, How to link to specific account tab?, on the site WordPress.org Forums:
Hi, How do I link to a specific account tab from outs… -
Created a topic, using login and register in a modal/popup, on the site WordPress.org Forums:
Is it possible to use login and register screens in a …