Shamim Hasan

Forum Replies Created

Viewing 15 posts - 511 through 525 (of 2,460 total)
  • Author
    Posts
  • in reply to: Captcha not showing on page #41301
    Shamim Hasan
    Keymaster

    It redirect me to your main login page, so i cannot check. Please disable redirect for now to check.

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

    I visited your website and it seems this is not the actual code of your login form.
    Please re-check you have added code in appropriate location.

    Let me know.

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

    You can upload in drive/dropbox and give me link.
    Or paste here and wrap code between backticks.

    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

Viewing 15 posts - 511 through 525 (of 2,460 total)