Shamim Hasan

Forum Replies Created

Viewing 15 posts - 346 through 360 (of 2,463 total)
  • Author
    Posts
  • in reply to: Role to Role Block #42617
    Shamim Hasan
    Keymaster

    Can you please login as that admin user and go to settings page in front-end. See the Blocked users and if that sender user is blocked.
    Let me know.

    in reply to: Role to Role Block #42606
    Shamim Hasan
    Keymaster

    Are you logged in as same user as that admin? You cannot send message to yourself.
    Log in as another user and try again.

    Let me know.

    in reply to: Low performance – long time to send msg #42590
    Shamim Hasan
    Keymaster

    Can you let me know exact how many messages and announcements you have so that i can test in my side to see the performance? You can find in Dashboard > Front End PM PRO > All Messages and All Announcements

    I have tested with 200000 messages without any performance hit.
    Also let me know which version of the plugin you are using.

    And for that url call, this is for new message notification. By default it is called every after 60 seconds for each user (it is changeable using hook).

    in reply to: New site, reCaptcha V3 is not working #42581
    Shamim Hasan
    Keymaster

    Can you please give me your website url so that i can try?

    in reply to: insert the datepicker in a field of the form #42580
    Shamim Hasan
    Keymaster

    It will be possible. Just add a text field and then follow https://stackoverflow.com/a/27463687/8285659

    in reply to: Low performance – long time to send msg #42578
    Shamim Hasan
    Keymaster

    How many total messages you have?
    You can find all messages in DB table named PREFIX_fep_messages where PREFIX is your DB table prefix.

    Is it slow when sending messages or reading messages as well?
    How big is your website is? Do your use any object caching? Eg. memcached?

    in reply to: Deactivate the plugin for a little while #42577
    Shamim Hasan
    Keymaster

    You can deactivate the plugin and when activate again you can add same license.

    in reply to: hide some information #42544
    Shamim Hasan
    Keymaster

    This can be done easily, but you need some knowledge in php as we need to modify template.
    You can find instruction in https://www.shamimsplugins.com/docs/front-end-pm-pro/customization-front-end-pm-pro/change-templates/

    1. To remove count in header section you will need to edit header.php
    2. To remove search field you will need to edit box-message.php
    3. To remove participants and title you will need to edit view-message-content.php

    Shamim Hasan
    Keymaster

    Can you create a test site where we can debug?
    Also try with different browser to see if that works.

    in reply to: Multisite translation #42526
    Shamim Hasan
    Keymaster

    1. Did you added following code?

    add_filter( 'fep_page_id_filter', function( $page_id ){
        if( $page_id && function_exists( 'pll_get_post' ) ){
            $page_id = pll_get_post( $page_id );
        }
        return $page_id;
    });
    

    2. Can you please keep that page public then clear all cache then try?
    3. If still not working you can set Front End PM Page to your Finnish one then try.

    Let me know.

    in reply to: Multisite translation #42514
    Shamim Hasan
    Keymaster

    1. Do you have a page in English which content have [front-end-pm] shortcode?
    2. Do you have this page translated in other languages?
    3. Do all these pages public?
    4. Did you set “Front End PM Page” the English one?

    in reply to: Verify Freemius email change #42494
    Shamim Hasan
    Keymaster

    Hi again,
    Your email address is verified manually, So no need to click that verify link again.
    You can continue using the plugin.

    in reply to: Message position in form? #42490
    Shamim Hasan
    Keymaster

    You can use fep_get_the_content hook. eg

    add_action( 'fep_get_the_content', function( $content ){
        if ( $cus_fep_textbox1 = fep_get_meta( fep_get_the_id(), 'cus_fep_textbox1', true ) ) {
    	return '<div>Quote Number: ' . esc_html( $cus_fep_textbox1 ) . '</div>' . $content;
        }
        return $content;
    });
    
    in reply to: Verify Freemius email change #42488
    Shamim Hasan
    Keymaster

    I have already contacted Freemius team and waiting for their response.

    in reply to: Change credit card #42486
    Shamim Hasan
    Keymaster

    To change card completely you can cancel current subscription and renew the license with your new card.

Viewing 15 posts - 346 through 360 (of 2,463 total)