Hello, Thanks, I do not use any CDN, but use some optimization plugin, like Speed Booster Pack(https://wordpress.org/plugins/speed-booster-pack/). By the way, please let me know whether it required JS resources from google or some other resources, since we can blocked and forbidden to visit those global sites by government firewall. If it is related to optimization plugin, what would be your suggestion to exclude optimization. Alex
if I go to a question in the anspress and edit it, and click on the permalink I get the file not found I have tried re-saving the option screen do you see anything amiss on the options page
I’d like to see this happen also. Been looking at PeepSo, but can’t switch to it unless it’ll integrate with Anspress !
Hello Matt, Please send me an email at [email protected]
Hello Matt, Here I have posted a similar solution: https://gist.github.com/rahularyan/d370db9eaa514ce46ebc0e0eba9995fc
Hi Koke! You must override the ‘answer-form.php’ file. create a ‘anspress’ folder in your active theme folder (ex., wp-content/themes/twentyseventeen/anspress) copy the ‘answer-form.php’ file from the template folder of anspress ( wp-content/plugins/anspress-question-answer/templates ) to the folder created in step 1 edit the file to hide the login buttons. I commented the line 35 that call the function to print the buttons -> ap_get_template_part(‘login-signup’ ) Hope this helps, Jorge