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.

Use theme my login plugin for registration & login & disable anspress signup & login from options page.

Well I uninstalled the plugin completely and re-installed it again. That fixed the issue. The first time I installed the plugin I ran into some issue (don’t recall exactly what) but I guess something must have gone wrong. Maybe a check/verification/re-run of initial wizard might be appropriate (later on). Furthermore: AWESOME plugin!

Is there a projected release date for 2.0? I’m only asking because I’d like to know if waiting is within my time frame. Thank you.

Hello, I seen the issue too. Let me fix it.

Problem solved. It was a wrong filter in my Gmail that was archiving the mail before receiving it in my inbox. BUT now I receive emails with simple text format that has html tags in it. How should I deal with this?