Shamim Hasan

Forum Replies Created

Viewing 15 posts - 541 through 555 (of 2,487 total)
  • Author
    Posts
  • in reply to: Front END PM issue with WP-ADMIN Speed #41292
    Shamim Hasan
    Keymaster

    May you please let me know following
    1. Version of this plugin, wordpress and php
    2. Activate query monitor plugin and see which query taking more time
    3. Deactivate all other plugins and activate one of default theme (tweenty*) then test. If it is taking normal time then activate one by one and test.

    in reply to: Captcha not showing on page #41277
    Shamim Hasan
    Keymaster

    Add <?php do_action( 'anr_captcha_form_field' ); ?> before submit button.
    Let me know.

    in reply to: Disable #41263
    Shamim Hasan
    Keymaster

    I think UPT()->get_user_id() is receiver user id in your code. So you can use like fep_current_user_can( 'send_new_message_to', UPT()->get_user_id() )

    in reply to: Disable #41258
    Shamim Hasan
    Keymaster

    You can wrap your code between back ticks.

    Which user message is disabled? Sender or receiver? From where they disable the message?

    in reply to: Disable #41252
    Shamim Hasan
    Keymaster

    Then you need to add code in php. Check fep_current_user_can( 'send_new_message' ) before that link output.

    in reply to: Contact Form 7 not appearing in list #41247
    Shamim Hasan
    Keymaster
    in reply to: Captcha not showing on page #41245
    Shamim Hasan
    Keymaster

    Do you use any custom code or plugin for login form? Or this form come from theme? Can you give me code of this form so that i can try to give you some integration code if possible?

    in reply to: Upgrade to Front End PM PRO : Directory now Empty #41205
    Shamim Hasan
    Keymaster

    Can you please give me screenshot of Front End PM PRO > Settings > Security tab full page?

    in reply to: WP API #41199
    Shamim Hasan
    Keymaster

    Hi again,
    This can be done. But currently this plugin does not expose those api. You will need to create 2 api calls, 1 to send message and another to get messages. Then you can use those 2 apis to send message from your app and get messages from your app.

    Everything in website is already taken care off.

    This plugin already have some REST api call, you can see those code to get an idea how you can create your own. See class-fep-rest-api.php file.

    in reply to: WP API #41186
    Shamim Hasan
    Keymaster

    So you want to capture GET and POST data from mobile application to this plugin? Or you want to get notified in mobile application when a message is sent in this plugin?

    in reply to: Turn off autocompletion via code #41171
    Shamim Hasan
    Keymaster

    It will work when user can send message to only one recipient at a time.
    Please go to Dashboard > Front End PM PRO > Settings > Recipient > Max recipients and set as 1.

    in reply to: How to expand forms? #41155
    Shamim Hasan
    Keymaster

    instead of text use textarea

    Shamim Hasan
    Keymaster

    I logged in to your website (with your provided details) and send a test message also. All seems working.
    Can you please provide screenshot where you clicked and not opening?

    in reply to: server is blocking access to Fremius API #41115
    Shamim Hasan
    Keymaster

    If it was working before then don’t worry about it. It will get automatically fixed.
    As request is cached for 1 day, next query may get successful and this error will go away. May be that split second (when query was made) api server was down.

    Please wait 1 day and let me know if you still see this error after 24 hours.

    in reply to: server is blocking access to Fremius API #41108
    Shamim Hasan
    Keymaster

    Current ip address as i see is 52.40.43.31 but I am not sure if it is static.
    What you see in cPanel for ip is for different purpose. From those ips user will not be able to access your website. But we need to access api.freemius.com from your website.

    Did you show full message to SiteGround support? You can also tell them to check if cURL also working correctly or not. You can follow this troubleshoot https://fooplugins.com/documentation/foogallery/troubleshooting-foogallery/freemius-api-connectivity/

Viewing 15 posts - 541 through 555 (of 2,487 total)