Sociality
Forum Replies Created
-
Hi there @nikputhu . Sorry for bothering you in a completely irrelevant matter but I could not find any other way. I am facing the same problem as you had here https://ww.wp.xz.cn/support/topic/subscription-not-working-20/ What was the solution you were given after all? Did you find a way to make it work? Please contact at [email protected]. Payment can also be provided.
Forum: Plugins
In reply to: [Post Types Order] Reordering messes up the order of other postsHi,
Thank you for your reply. Very well, we’ll keep that in mind and look at what options are available.
Forum: Plugins
In reply to: [WPS Hide Login] Multisite network link to site dashboard doesn’t workHello,
I deactivated all the plugins except wps hide login but it didn’t work.
My Sites > Network Admin > Sites
Forum: Plugins
In reply to: [WPS Hide Login] Multisite network link to site dashboard doesn’t workHello,
Is there any other way to contact you ?
Forum: Plugins
In reply to: [WPS Hide Login] Multisite network link to site dashboard doesn’t workHello,
Thanks for your reply.
Would you like to get access so you can see the problem by yourself ?Thank you
Forum: Plugins
In reply to: [WPS Hide Login] Multisite network link to site dashboard doesn’t workHello,
Thanks for your reply.
So as i understand, if am clicking the dashboard link for one of my sites from the “My Sites” page it should take me to the changed url wp-admin urlForum: Plugins
In reply to: [Mailchimp for WooCommerce] Account connected but Sync does not endHello again,
After recent updates we can see the same issues.
We have ended up with a setup that doesn’t use the particular plugin so we can’t reasonably follow-up on this sadly.
Thank you for the answers, we hope they lead somebody else to a resolution!
it was our fault ! So sorry for bothering you !
Hello,
Do you have a private support channel ?
I can attach you the code files and send you the smtp settingsHello
Thank you for replying,
How can i check if my WP MAIL SMTP plugin is incorrect ?
The test mail works fine.Regards
I found a solution for me. The problem was the language code (greek/el). Now i forced it to english and it’s fine
I added the following code in my functions.php in my template
function moowoodle_force_set_language($user_data){ $user_data['lang']='en'; return $user_data; } add_filter('moowoodle_moodle_users_data', 'moowoodle_force_set_language' );- This reply was modified 5 years, 1 month ago by Sociality.
I found a solution for me. The problem was the language code (greek/el). Now i forced it to english and it’s fine
function moowoodle_force_set_language($user_data){ $user_data['lang']='en'; return $user_data; } add_filter('moowoodle_moodle_users_data', 'moowoodle_force_set_language' );Have you published any pages?
I found a solution for me. The problem was the language code (greek/el). Now i forced it to english and it’s fine
function moowoodle_force_set_language($user_data){ $user_data['lang']='en'; return $user_data; } add_filter('moowoodle_moodle_users_data', 'moowoodle_force_set_language' );How did you use the webhook? Please elaborate