Profile show blank page

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 5 reply threads
  • Author
    Posts
    • #43541
      Raafat Agha
      Guest

      Hello,
      just see this screen shot https://ibb.co/k5Pk0yz
      all profile tabs don’t show any thing.

      Thanks.

    • #43583
      WCFM Forum
      Keymaster

      HI,

      Are you using all latest version of plugins, specially WCFM and it’s addons?

      Can you please check, whether there has some JS error in browser console or not!

      Thank You

    • #43663
      Raafat Agha
      Guest
      This reply has been marked as private.
    • #43779
      WCFM Forum
      Keymaster

      Hi,

      Do you have custom registration field?

      If so, can you please add this code to your site and check once –

      add_action( 'end_wcfm_user_profile', function() {
      	global $WCFM, $WCFMmp;
      	if( $WCFMmp )
      		remove_action( 'end_wcfm_user_profile', array( $WCFMmp->wcfmmp_vendor, 'wcfmmp_profile_additional_info' ), 75 );
      }, 74 );

      Thank You

    • #44012
      Raafat Agha
      Guest

      yes i have custom registration field for upload file.

      sorry but you need to add this code where? In which file?

    • #44108
      WCFM Forum
      Keymaster

      Please add this code to your child theme’s functions.php

      Thank You

Viewing 5 reply threads
  • The topic ‘Profile show blank page’ is closed to new replies.