Patrik

Forum Replies Created

Viewing 15 posts - 391 through 405 (of 416 total)
  • Author
    Posts

  • Patrik
    Moderator
    Post count: 1971

    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 'admin@instipedia.com';
    }
    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,
    Patrik


    Patrik
    Moderator
    Post count: 1971

    Can you please provide us FTP and admin details in private reply so that we can regenerate the issue and fix it?

    Regards,
    Patrik

    in reply to: members page #418181

    Patrik
    Moderator
    Post count: 1971

    Hi 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,
    Patrik

    in reply to: members page #417919

    Patrik
    Moderator
    Post count: 1971

    Hi 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,
    Patrik

    in reply to: members page #417881

    Patrik
    Moderator
    Post count: 1971

    Hi 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,
    Patrik

    in reply to: members page #417845

    Patrik
    Moderator
    Post count: 1971

    Hi 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,
    Patrik

    in reply to: members page #417765

    Patrik
    Moderator
    Post count: 1971

    Hi 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,
    Patrik

    in reply to: members page #417733

    Patrik
    Moderator
    Post count: 1971

    Hi 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,
    Patrik

    in reply to: Claim Listing Process #417694

    Patrik
    Moderator
    Post count: 1971

    Hi 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,
    Patrik

    in reply to: Claim Listing Process #417687

    Patrik
    Moderator
    Post count: 1971

    Hi 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,
    Patrik


    Patrik
    Moderator
    Post count: 1971

    Hi 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,
    Patrik


    Patrik
    Moderator
    Post count: 1971

    Hi Marius,

    Can you please provide the admin login and FTP credentials in private reply to look more into this?

    Regards,
    Patrik

    in reply to: Geodirectory Framework support for PHP7 #416846

    Patrik
    Moderator
    Post count: 1971

    Hi Patrick,

    I have uploaded the modified geodirectory_framework folder in given FTP. Let me know if you have any questions.

    Regards,
    Patrik

    in reply to: Geodirectory Framework support for PHP7 #416833

    Patrik
    Moderator
    Post count: 1971

    Hi 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,
    Patrik

    in reply to: Geodirectory Framework support for PHP7 #416456

    Patrik
    Moderator
    Post count: 1971

    Hi 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

Viewing 15 posts - 391 through 405 (of 416 total)