Shamim Hasan

Forum Replies Created

Viewing 15 posts - 871 through 885 (of 2,460 total)
  • Author
    Posts
  • in reply to: How to shorten {{announcement_url}} for emails? #32266
    Shamim Hasan
    Keymaster

    Sorry, currently there is no hook for this.

    in reply to: ERROR: Please solve Captcha correctly. Flatsome Theme #32219
    Shamim Hasan
    Keymaster

    Which version of captcha you ate using (v2 or v3)?
    Can you give me your that page url so that i can check?

    in reply to: Need to verify – how to verify #32217
    Shamim Hasan
    Keymaster

    Can you change to v2 checkbox captcha in Settings > Advanced noCaptcha & invisible captcha > Captcha version (also create new keys for this version from google) and check if that working?

    in reply to: Need to verify – how to verify #32186
    Shamim Hasan
    Keymaster

    It seems you are using v3 which does not have any user option to validate.
    Also you are using multiple captcha source (this plugin and divi) in the same page which breaks the captcha.
    Please use only one (this plugin or divi) captcha source.
    Also if possible use v2 which have user option to validate captcha.

    in reply to: Dropdown / AJAX not working #32169
    Shamim Hasan
    Keymaster

    Is normal cron working in your website?
    Please go to Front End PM PRO > Settings > Emails > Email Sending Interval and change the value and save changes. Then wait that much time and see if it start sending emails. Please remember it sends 50 emails per interval by default.

    Let me know.

    in reply to: changed host #32131
    Shamim Hasan
    Keymaster

    Which key? Google key or license key? If google key then create new one if that fix the issue. If license key then follow https://www.shamimsplugins.com/docs/advanced-nocaptcha-recaptcha/troubleshoot-2/license-keys-not-activating-2/

    in reply to: Dropdown / AJAX not working #32120
    Shamim Hasan
    Keymaster

    is normal message email sent to users?
    Can you create a group with less then 5 group members then send a message to that group. Is email sending to the members?

    in reply to: Date format #32085
    Shamim Hasan
    Keymaster

    Date under name should be last reply time. But it updated when next time visit the page after send a reply.
    Date format come from your settings in Dashboard > Settings > General.
    If you want to show “x ago” Then add following code in your theme’s (child theme’s if you are using) functions.php

    add_filter( 'fep_formate_date', function( $h_time, $date ){
        return sprintf( __( '%s ago', 'front-end-pm' ), human_time_diff( strtotime( $date ) ) );
    }, 10, 2);
    
    in reply to: Dropdown / AJAX not working #32082
    Shamim Hasan
    Keymaster

    If in a group there are more then 6 users (by default) then emails are send using cron. You can set cron interval in settings page of the plugin. Please remember, you need visitor in your website to run wordpress cron.

    in reply to: WPENGINE-Refreshing issue when reading messages #32067
    Shamim Hasan
    Keymaster

    Thank you again.
    It seems some of your htaccess rules preventing to send cookie which breaks wp rest api.
    Your SFTP credentials is not working for me so that i could not see your htaccess file to get the exact problem. You can remove all other rules except wp default rules from your htaccess then test.

    Let me know.

    in reply to: Dropdown / AJAX not working #32054
    Shamim Hasan
    Keymaster

    I have checked your website. It seems your theme add some content dynamically which breaks this checkbox. I have done a temporary fix in your website. Please clear your browser cache then try again.

    I will test more and add a fix in this plugin in next version for issue like this.

    in reply to: WPENGINE-Refreshing issue when reading messages #32052
    Shamim Hasan
    Keymaster

    Thank you for your information.
    But i cannot access your admin area and message page with those accounts. Can you please login with those accounts and check if you can access admin area and message page?

    in reply to: Dropdown / AJAX not working #32047
    Shamim Hasan
    Keymaster

    Did you set groups in backend settings page? Is current user member to any group?
    Can you create a test account and send credentials to me using https://www.shamimsplugins.com/sensitive-information/ ?

    in reply to: No captcha showing but when you register it shows error #32030
    Shamim Hasan
    Keymaster

    I have checked your website, activated the plugin and registered a test account and everything is working fine.
    But as you are using V3, the are so many factor to be false positive in this version. Also if there any false positive there is no user option to prove that he/she is a human.

    I suggest you change captcha version to “V2 checkbox” and change google keys as well. Then test.

    Let me know.

    in reply to: Redirect to read inbox messages #32027
    Shamim Hasan
    Keymaster

    I am sorry it seems it require many modification. It is beyond the scope of the support.
    If you need it badly you can contact through https://www.shamimsplugins.com/hire/ so that i can spend more time on this.

Viewing 15 posts - 871 through 885 (of 2,460 total)