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?
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.
@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.
Hello, Please follow what said in comment by @Wirox Integrated Technologies Ltd
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’ ) ) : ?>
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.
Hello Vamshi, Disable autoloading of comments.