Social Share Plugins – What Works and What not !

it ill be good if u add some social share buttons (whatsapp is must)  for every question and answer in next update 🙂 when can we expect next update?

Email notifications for users and admins

I’ve solved my issue In my case it’s because i’m using wp-mail-smtp as mail service and it seems that doesn’t work with wp-json since in this kind of ajax calls plugins are deactivated. So i’ve create a mu-plugin with this line inside: require_once WP_PLUGIN_DIR . “/wp-mail-smtp/wp_mail_smtp.php”; // force mail plugin load   in this way i force wp-mail-smtp to be loaded as a “must used” plugin and now it works.

Askbug theme profil page

@Wirox Integrated Technologies Ltd Thank you, but you have not read what I wrote. I said I already did it in the first sentence. I think I need to delete the theme, reset WordPress, and reinstall the theme.

Askbug theme profil page

Hello, Please follow what said in comment by @Wirox Integrated Technologies Ltd

Make header image show on

Override header.php in child theme and copy everything. and edit line 109 if condition: <?php if ( is_active_sidebar( ‘stats’ ) && is_front_page() ) : ?> To: <?php if ( ( is_active_sidebar( ‘stats’ ) && is_front_page() ) || is_page( ‘about’ ) ) : ?>

Clicking on avatar menu options on the top right

Here it is:

Want to upgrade to latest version but don’t want Buddypress!!!

Hello, BuddyPress is not compulsory but if BuddyPress is enabled then AnsPress profile will be disabled. Current AnsPress profile is almost same as before we just have removed some useless functions. I am working on user profile to make it useful and user friendly.

Regarding Scrolling Error in Anspress plugin

Hello Vamshi, Disable autoloading of comments.