When I have anspress and userpro activated, there is this error on the userpro login screen:
PHP Warning: Cannot modify header information – headers already sent by (output started at /wp-includes/formatting.php:4336) in /wp-content/plugins/userpro/functions/api.php on line 629
When I deactivate anspress, there is no error.
Hi,
Next page button is not working,plz resolve this asap.
Dear AnsPress team,
i would like to disable a user to add a new Tags to question from front-end by themselves(Just only admin can add it from WP control panel),Please advise how to do this.
With best regards,
I’m opening a new topic about it, since i found where the problem is.
When you use the WIDGET to display a Question STATS, the Active (date) and the Views are zero/empty or wrong. While if you use the Anspress full width page WITH stats Enabled withing Anspress everything is ok.
Right now i found the problem, with the Stats widget. I have three widgets on the right, The Related Anspress, The Stats Anspress and the Categories.
Removing the Related Widget, the problem is gone. So apparently something in the Related widget messes things up.
I hope i have helped.
In the Questions page, Hover card is not changing from user to user. Possible bug. I had to switch back to the older version.
With last update 2.4 i can’ use anymore this solutions for ultimate member.
/** * This filter will disable AnsPress user profile */ add_filter( 'ap_user_profile_active', '__return_false'); /** * This will override default AnsPress user page link * @param integer $user_id User id. * @return string */ function my_custom_profile_link ($user_id) { return home_url('/user/').$user_id; } add_action( 'ap_user_custom_profile_link', 'my_custom_profile_link' );
And when i try to open some profiles report me 404 error.
How i can fix this problem now?