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?
After clicking on question which was submitted,the question is showing two times.How to make it appear only one time with options.I attached the scrrenshot below.Please resolve this asap.
For blog posts, title is not in H1
post excerpt still dispalys too much
login still directs to restricted page (wp-profile)
thats all the issues i could find, good job
I didn’t like the directory structure created by the use of “Base page slug before question permalink” [on] …
//domain.tld/questions/
//domain.tld/questions/users/
//domain.tld/questions/categories/
//domain.tld/questions/tags/
so I switched it off, because I wanted to see …
//domain.tld/questions/
//domain.tld/users/
//domain.tld/categories/
//domain.tld/tags/
But even after re-saving my permalinks a couple of times it still makes no difference.
How do I get rid of the “Base page slug before question permalink”?
After updating AnsPress to 2.4 make sure to do this:
- Change AnsPress base page title from ANSPRESS_TITLE to anything you want.
- Save AnsPress options.
Hi!
I wanted to update my Question Labels 1.2 to 1.3, but it’s not possible as long, as the question-label directory still exists on the server. In order to install the update, I’d have to delete the extension first and lose all my settings / customizations, etc.
Could you point me in the right direction, how to do that, without deleting everything first?
Thank you!