Patrik
Forum Replies Created
-
AuthorPosts
-
Hi,
I have checked session on your site are working fine but due to session_path not showing in php.ini it means our function will get blank value and was causing an issue. I have made changes in the core file of social login add-on and removed checking the session path and it should work now. Can you please check from your side and let me know if it works fine for you or not?
Also, if you have not configured your facebook app on facebook developer site then you have to do that first. For more info you can go to UsersWP->Solcial Login->Facebook tab where you can find the short description below settings.
Regards,
PatrikHi,
We can’t do anything in this case. The hosting providers can only fix this. Just explain the case to them and let me know if anything from plugin side needs to be changed.
Regards,
PatrikThis reply has been marked as private.This reply has been marked as private.Hi,
I don’t see tmp folder on the root of the site. Let me know the full path of the temp folder. There will be a change in php.ini also required to point the session path to this folder. Can you please ask your hosting provider about how to do that? Will custom php.ini on the WordPress root work for the site or not?
Regards,
PatrikHi,
I can’t connect to the SFTP. It shows authentication fail error. Can you recheck?
Also, clear the cache from your hosting if there is any and from the caching plugin if any used. If possible ask your hosting provider the same issue and they can help set up session directory.
Regards,
PatrikActually, there is no specific folder for storing sessions. It depends on the hosting. So you just ask that create session folder if not exists or make it writable if exists.
Regards,
PatrikHi Bjorn,
This can be fixed by your hosting provider as this error displays when the session directory is not available or writable on your hosting. Only they can fix this. Let me know once done.
Regards,
PatrikHi Bjorn,
Please post your site URL, Admin and FTP details here in private reply so that we can look into the issue.
Regards,
PatrikHi Bjorn,
I would suggest you create a new topic and provide your admin and FTP details in private reply so that we can help you to fix the issue.
Regards,
PatrikOctober 22, 2018 at 7:25 am in reply to: Display social login buttons when user prompted to login to add listing #3068Hi Andrew,
You had social login plugin disabled. That is why it was not showing social login buttons. I have enabled the plugin and it works fine. Please review it and let me know your inputs.
Regards,
PatrikOctober 20, 2018 at 6:54 am in reply to: Display social login buttons when user prompted to login to add listing #3063Hi,
I have made the changes in plugin files so you don’t need to worry about removing the code from the functions.php file later once plugin updated in future. Let me know how it works for you.
Regards,
PatrikOctober 19, 2018 at 12:20 pm in reply to: Display social login buttons when user prompted to login to add listing #3061Hi Andrew,
We have removed login functionality from V1 in V2. We are using the default WP login form so we will be adding the social login in the login form for V2 in the next update of the social login plugin. If you want to do it then let me know the FTP details in private reply and I can do it for you. You can use the following code for now in your functions.php file of current theme and once you update the social login add-on you can remove it.
add_filter( 'login_form_middle', 'uwp_social_login_form_botton' ); function uwp_social_login_form_botton($val){ if(function_exists('uwp_social_login_buttons_display')) { return $val.uwp_social_login_buttons_display(); } return $val; }
Let me know if you have any queries.
Regards,
PatrikThis reply has been marked as private.Hi,
It was due to JS problem and we have fixed it and will be available in the next update. I have made the same changes on your server for now. Please check and let me know if it works or not. You may rearrange the tabs by removing all and adding tabs in the order you want in UsersWP->Profile settings page. Custom fields are added at last in tabs and are not available in this settings.
Regards,
Patrik -
AuthorPosts