Thank you it works. Now how to stop it from creating duplicate page titles? Look please. http://ecopsi.org/query-response/
Yes it can be done, but I didn’t tried it either. But I will add this feature to AnsPress. Thanks for reminding me
I was able to isolate the issue… Within the “ap.css” file on LINE 1 there is the following code: /*start bootstrap styles */ * { -moz-box-sizing: border-box; box-sizing: border-box; } ==================== When I delete this line the Theme’s Navigation is normal. BUT… Then it makes the WP sidebar widget fall below the Questions box. ==================== Please help.