We have started working on the issue,patch will be release soon.

Sorry for the late replay. I am working on AnsPress update, will be release in 1st January. But will try to release a quick fix today. Thanks for reporting.

mine still not working/appearing?

Hi Rahul, can you point me in the right direction (file name) where to patch the issue by myself until you release the next version? I need to maintain the plugin operational until the next update. By the way, your plugin is the most robust and best designed I have seen. I will buy a paid version for sure if you launch one.

Hi, In regards of resolvethis question, I would love to know if we could test your current AnsPress 2.0 beta build 🙂 Current build doesn’t work at all in my site.

get_queried_object_id(); $sidebar = get_post_meta($id, “qode_show-sidebar”, true); $enable_page_comments = false; if(get_post_meta($id, “qode_enable-page-comments”, true) == ‘yes’) { $enable_page_comments = true; } if(get_post_meta($id, “qode_page_background_color”, true) != “”){ $background_color = get_post_meta($id, “qode_page_background_color”, true); }else{ $background_color = “”; } if ( get_query_var(‘paged’) ) { $paged = get_query_var(‘paged’); } elseif ( get_query_var(‘page’) ) { $paged = get_query_var(‘page’); } else { $paged = 1; } ?> var page_scroll_amount_for_sticky = ; <div class="container"> ”, ‘after’ => ”, ‘pagelink’ => ‘%’ ); wp_link_pages($args_pages); ?> ”, ‘after’ => ”, ‘pagelink’ => ‘%’ ); wp_link_pages($args_pages); ?> ”, ‘after’ => ”, ‘pagelink’ => ‘%’ ); wp_link_pages($args_pages); ?>

give me your code for page.php

Ok I figured out how to add the search bar but still keen to know about the styling of the etc

Hello Rahull, first 2 issues solved, but the registration still doesn’t work,the user enabled in WP settings, are activated and nothing happens. Do i need any extra plugin for this? All the best

1. For activating social login install WordPress Social Login and activate it. Then add API keys of providers. And that’s all, rest of things will be handled by AnsPress. 2. Drag AnsPress search in AP LIST position. 3. Make sure registration for new user is enabled in WP settings.