Shamim Hasan

Forum Replies Created

Viewing 15 posts - 1,051 through 1,065 (of 2,466 total)
  • Author
    Posts
  • in reply to: Error. #27733
    Shamim Hasan
    Keymaster

    No.
    Please go to your website’s Dashboard > Contact > Integration > reCAPTCHA and remove keys if there.

    Attachments:
    You must be logged in to view attached files.
    in reply to: Error. #27727
    Shamim Hasan
    Keymaster

    Remove google keys (if any) from Dashboard > Contact > Integration > reCAPTCHA

    Let me know.

    in reply to: Error. #27693
    Shamim Hasan
    Keymaster

    May you send me that form url to test?

    in reply to: Messaging to a Group #27672
    Shamim Hasan
    Keymaster

    Please test now.
    You added code in snippets plugin. Also you loaded that code only in front-end. But this plugin send message using ajax. All admin ajax load admin code also. I changed that settings to load both in front-end and back-end. Now it is working.

    in reply to: POP3 not working #27650
    Shamim Hasan
    Keymaster

    Ok, Monday 9am GMT.
    Please access https://www.shamimsplugins.com/live-chat/ to chat

    in reply to: POP3 not working #27645
    Shamim Hasan
    Keymaster

    Can you make an appointment to live chat with me? It will be fast to debug. It is taking more time than it should be.
    If yes, give me time range in GMT when you can.

    Let me know.

    in reply to: Messaging to a Group #27643
    Shamim Hasan
    Keymaster

    I could not reproduce this in my test website. Do you have any more code for this plugin in your website?
    Can you please give me access to your website so that i can try in your website? If yes please use https://www.shamimsplugins.com/sensitive-information/ (provide Website Admin and user credentials)

    in reply to: Messaging to a Group #27594
    Shamim Hasan
    Keymaster

    1. How many groups you have?
    2. Please send me full page screenshot of Front End PM PRO > Settings > Recipient and Front End PM PRO > Settings > Security
    3. Which role user you are logged in?

    in reply to: Front end customizations #27590
    Shamim Hasan
    Keymaster

    For your first post, you can add following code in Front End PM PRO > Settings > Appearance > Custom CSS

    .fep-message-author, .fep-message-excerpt {
    	display: none;
    }
    

    And for name, please go to Dashboard > Users > Your Profile > Name
    To see different type of names. This plugin use “Display name publicly as” which is made to show publicly. If your user have different name you can tell them to change or you can change on behalf of them.

    OR you can follow https://www.shamimsplugins.com/support/topic/from-name-in-admin/#post-15204

    in reply to: POP3 not working #27588
    Shamim Hasan
    Keymaster

    Did you change any other settings in your website? (eg. debug code, cron settings)?

    Please do following
    1. add error_log( 'pop3 event init' ); just after function pop3_event() {
    2. Go to Front End PM PRO > Settings > Emails > Email Piping/POP3 then set Enable as “None” then save changes and again set as POP3 and again save changes. Then wait at least 15 minutes and refresh your website couple of times then see error log.

    3. If still no log shows please install any cron plugin (eg. https://wordpress.org/plugins/wp-crontrol/ ) then go to Tools > Cron Events and see if fep_pop3_event showing under hook name. If yes give me that row screenshot. Also click “Run Now” and see again error log if any log there.

    Let me know.

    in reply to: Messaging to a Group #27586
    Shamim Hasan
    Keymaster

    Please use only following code

    add_filter( 'fep_filter_groups_to_send_message', function( $groups ){
    	return Fep_Group_Message::init()->get_all_groups();
    });
    

    Remove other code.

    Let me know.

    in reply to: POP3 not working #27541
    Shamim Hasan
    Keymaster

    Did you change error_log code what i suggested previously (remove // before error_log)? this code runs every after 15 minutes. So after 15 minutes refresh your website couple of times then see error log. When this code runs it at least show “pop3 event start” in error log if there is no error also.

    Let me know.

    in reply to: message notifications on mobile phone #27495
    Shamim Hasan
    Keymaster

    That is not my plugin. I am not connected to that plugin in any way. So i do not know what they support.

    This plugin already support notification which should work in iOS/Android also if user access your website in their browser.

    in reply to: POP3 not working #27491
    Shamim Hasan
    Keymaster

    It seems it is certificate issue. Please follow following steps
    1. Setup your gmail for pop3 access. See https://support.google.com/mail/answer/7104828?hl=en
    2. Allow less secure apps in https://myaccount.google.com/lesssecureapps for your same email address which you set as POP3 email.
    3. Check Front End PM PRO > Settings > Emails > No validate certificates

    Then try again and let me know.

    in reply to: POP3 not working #27455
    Shamim Hasan
    Keymaster

    Please go to class-fep-email-pop3.php and add following code after error_log( ‘imap mail stream not available’ );

    error_log( imap_last_error() );
    

    Then try again and let me know error message.

Viewing 15 posts - 1,051 through 1,065 (of 2,466 total)