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.
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); ?>
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