Patrik
Forum Replies Created
-
AuthorPosts
-
February 20, 2018 at 6:25 am in reply to: Woocommerce integration, buddypress not showing up, send enquiry goes to wp-admi #418359
Hi Instipedia,
I have made changes to fix 2 points. I have added following code in the functions.php file:
add_filter('wp_mail_from', 'new_mail_from'); add_filter('wp_mail_from_name', 'new_mail_from_name'); function new_mail_from($old) { return '[email protected]'; } function new_mail_from_name($old) { return 'Instipedia'; } add_filter('login_url', 'gd_new_login_url', 10, 1); function gd_new_login_url($login_url){ if(get_option('geodir_installed')){ $login_url = geodir_login_url(); } return $login_url; }
Please review it on your site and let me know if any.
Regards,
PatrikFebruary 19, 2018 at 9:29 am in reply to: Woocommerce integration, buddypress not showing up, send enquiry goes to wp-admi #418206Can you please provide us FTP and admin details in private reply so that we can regenerate the issue and fix it?
Regards,
PatrikHi Didier,
Let me know if you have any questions or I can close this issue.
If you liked our plugin then please provide us rating at https://wordpress.org/support/plugin/userswp/reviews/?filter=5#new-post. It will help us a lot.
Regards,
PatrikHi Didier,
All the questions you asked are regarding enhancing the functionalities of usersWP plugin. These all tasks require customizations and we don’t do customizations here.
Let me know if you have any other issues or queries.
Regards,
PatrikHi Didier,
Glad it works fine!
You can add change password page to the menu under account menu using hook. You can put following code in your supreme directory’s functions.php file:
add_action( 'sd_my_account_logged_in_extras', 'sd_my_account_logged_in_extras' ); function sd_my_account_logged_in_extras(){ ?> <ul class="sd-my-account-dd-menu-group"> <li class="sd-my-account-dd-menu-link"> <a href="<?php echo esc_url(get_permalink(uwp_get_option('change_page'))); ?>"> <i class="fa fa-key"></i> <?php echo __('Change Password', 'supreme-directory'); ?> </a> </li> </ul> <?php }
Let me know how it works! If you want me to make changes in the file then I can also do that.
Regards,
PatrikHi Didier,
I have made the changes in files regarding disabling the default password notice. You will be able to see the new option in UsersWP->Change Password->Disable system generated password notice. I have checked it to disable the notice. You can uncheck to enable notice if required in future.
Let me know if you have any questions.
Regards,
PatrikHi Didier,
Thanks for using social login add-on. Currently, blogger is not available in UWP social login add-on but we will keep adding blogger in social login add-on task for future enhancement. It will be available in future release.
Regarding default pass-word notice, we will add an option to disable default password notice in change password settings tab in next release of the plugin.
If you want to do so before next release then provide us the FTP details in private reply here so that we can make changes in files of the UsersWP plugin.
Regards,
PatrikHi Didier,
You are using another social login plugin which is not compatible with UsersWP. You need to use social login addon for UWP from here: https://userswp.io/downloads/social-login
Also regarding warning message, you have to click on “clicking here” link in message to remove the notice. Let me know if you have any questions.
Regards,
PatrikHi Joy,
Credentials are working fine.
When I have tried the same process it works fine for me. What I have followed is
1. Clicked on claim listing for https://findlocalgarages.co.uk/services/west-sussex/bognor-regis/local-mot-test-centres/southern-cross-garage/
2. Redirected to the Login form. Selected “Create Account”.
3. After account successfully created, Clicked on “Log In” link from the success message.
4. Entered correct credentials and it redirected back to the listing page which I wanted to claim.Can you please check after clearing the cache?
Regards,
PatrikHi Joy,
Can you please give us the admin credentials in private reply so that we can look more into this?
Actually, when the user login, it should redirect to the last page which is listing page in this case. But when someone registers an account it will not follow the last page after login as registration has a process to verify email or admin approval means it is hard to predict the last page after registration approval and login into the site.
Let me know if you need more information or any question.
Regards,
PatrikFebruary 15, 2018 at 6:22 am in reply to: Use of avatar on the listing page in Supreme Directory and UsersWP integration #417685Hi Marius,
Based on your last reply it seems that it is working fine now. If you still have any questions then please let me know.
Regards,
PatrikFebruary 14, 2018 at 2:03 pm in reply to: Use of avatar on the listing page in Supreme Directory and UsersWP integration #417569Hi Marius,
Can you please provide the admin login and FTP credentials in private reply to look more into this?
Regards,
PatrikHi Patrick,
I have uploaded the modified geodirectory_framework folder in given FTP. Let me know if you have any questions.
Regards,
PatrikHi Patrick,
I can connect with FTP but there are no any files or folders. Can you please provide me FTP to access the public_html folder or the directory where all the WP files and folders are accessible?
Regards,
PatrikHi Patrick,
It will be available with the next batch of GD released before the end of the month, if you need it sooner please provide us FTP details in private reply and we will upload it for you.
Regards,
Patrik -
AuthorPosts