Notification Dashboard

We're shifting our Forum based support to a more dedicated support system!

We'll be closing our Forum support from 10th June, 2020 and move to Email Support assistance.

  • If you are a WCFM premium add-ons user, contact us- here
  • Want to know more before buying our add-ons? Send Pre sale queries- here
  • If you are a WCFM free user, please open a support ticket at WordPress.org
  • For WCFM App related queries, reach us- here
From now the forum will be read-only!

Viewing 1 reply thread
  • Author
    Posts
    • #32541
      wwsAdmin
      Participant

      Hi team,

      Plugin makes ajax call to fetch new set of data. MOstly on Notification am struggling.

      Like i am on 3rd or any other page it brings me back to 1st page after every ajax calls.

      what can be done ? can u tell me how to resolve it ? I know it should fetch every other data in real time but page is also refreshed to 1st.

      Can we reduce time or something ?

      Thanks
      shubham

    • #32683
      WCFM Forum
      Keymaster

      Hi,

      Please add this code for the purpose –

      add_filter( 'wcfm_notifications_auto_refresher_duration', function( $duration ) {
        return 120000;
      });

      Well, this will after WCFM next update. I have set here interval 2 minutes (120000 mili-seconds), you may change this to yours.

      Thank You

Viewing 1 reply thread
  • The topic ‘Notification Dashboard’ is closed to new replies.