I got it to allow typing in the field after deactivating my plugin (facebook feed wd) Do you know how I might get these plugins to work together without errors?
Hello George, Its because our theme is set to show AnsPress in home by default. To fix this, simply rename or delete front-page.php from theme. I will add an option for this in upcoming version.
Hello Jeff, This mostly happens when hosting company uses redis for caching. After saving make sure to reload page once more. A fix is already added in upcoming version.
Thank you. I removed the space, but no luck there. I’ve downloaded the latest version from you, but how do I install it on my site without removing the old version and possibly losing my old anspress questions and answers?
I’m using X-Theme now and I’d like to use AnsPress as a subpage. Now that I’ve purchased the theme I’m realizing this theme has to be applied at the site level, is that correct?
@Anup – here you are – please these two functions in your functions.php (child theme) add_filter( ‘login_url’, ‘change_login_page’, 10, 3 ); function change_login_page( $login_url, $redirect, $force_reauth ) { return home_url( ‘/login’ . $redirect ); } add_filter( ‘register_url’, ‘change_register_page’, 10, 3 ); function change_register_page( $login_url, $redirect, $force_reauth ) { return home_url( ‘/register’ . $redirect ); } Obviously, change “/login” and “/register” to match the actual URL you want to use
Hello, AnsPress is using inbuilt WP functions for getting login and registration link. You must use proper hooks for adding your custom login page. Check this functions: wp_registration_url wp_login_url
Hey Dan, PLease remove space from ask question slug or download latest development version from here: https://github.com/anspress/anspress/archive/4.1.0.zip
Hello Ivan, You are not able to access downloads becuase you are not logged in with redyhost.com email. For automatic update from your wordpress dashboard, simply add licence key in AnsPress->license->askbug.
any update rahul on this?