Hi Guys. I was working with a bit complex site an I wasn’t allowed to disable another plugins. So I solved using this javascript code: window.onload=function() { document.getElementById(“ask_form”).onsubmit =function() { window.location.replace(“yoururl.com”); return false; } } So now I’m redirecting to the anspress index after submit a new question. It works well by now. What do u thing about this solution?
Please check AnsPress options.
Can you make this please ?
Thanks for the update and it works now ๐
Hello, Thanks for quick response. I have done all of them but still no success. I even click View from back end categories and it is the same thing. Somehow it does not create pages for it. Should I send you admin logins?
Hello, Please make sure to re-add AnsPress menu links. Also Make sure to enable categories and tags addons from AnsPress->options->addons. Update your permalink option and it will be fine.
Update reset questions views count ๐
Hey there, Rahul, great work! Thanks! After updating, search doesnโt seems to work correctly. After hitting search, there are results from whole website. Anspress is installed as part of functioning website, on one page (subdirecory). Also, is there option for breadcrumbs to start from that page where anspress lives, and not from website homepage. What is your recommendation, should I install separate wordpress for AnsPress, or should I go like this.