Still No notification

If you are not active on free support plugin, why you don’t make premium plugin and provide premium support. I think I can buy your plugin. But I don’t need premium theme. I just need the plugin. And also I need help on the plugin.

Still No notification

It seems that the support is not so good, not helpful here as it takes too long time to get the response. This is not a customize work or special request to the plugin. But it’s a basic problem from your plugin itself.

Why does the cover image I uploaded to my profile follow me to other user profiles?

Yes. I’m using the latest version of the script. I just installed it last week.

updates messed us up :(

Awesome thanks! 🙂

User Profile Page – Edit Profile Update Message

Hello Lisa, Thanks for posting your solution here. But achieving this is much simpler then you think. you just have to replace wp_die() with this: if ( ! is_wp_error( $user_id ) ) { ap_send_json( array( 'success' => true, 'snackbar' => [ 'message' => __( 'Profile Updated Successfully', 'askbug' ) ], ) ); } ap_send_json( array( 'success' => false, 'snackbar' => [ 'message' => __( 'Failed to update profile', 'askbug' ) ], ) ); No JS code required. I have added this to theme. Cheers.