question: how can i COUNT how many questions / answers i have in total.
how can i make a page with all of the users listed on they’re reputation score ? how can i list that ?
my anspress plugin doesnt have a user page ?
how can i set it up ?
help me plz.thanks
i have the latest version
Hello.
Ii’m using a bit of google ads , how can i put some ads between question lines in the main question list page, or between answers ?
Thank you for your time!
Hi
I recently moved over to The Next Mag theme and everything was going well until I realised there may be was some sort of a conflict with the templates.
However, I cannot get the pages working for individual tags or categories.
The closest I could find to maybe resolving it was using…
remove_filter( ‘template_include’, [‘AnsPress_Theme’, ‘anspress_basepage_template’], 9999 );
This at least loaded a page the title ARCHIVES and them the word “Tags” below but no results.
Has anyone else had this issue or know of a workaround? I really want to stick with this theme and need to get this working asap.
Thanks in advance.
I didn’t find the payment option
When i resize the image in the editor and save, it is showing its default size of the image in the front end.
I have a HTML cache installed on the website. If a non logged in user visits a question and it is not in the cache, the controls for “register or login” are at the bottom of the question page and this gets added to cache. If a logged in user visits the page, they see the same controls to register even though they are logged in. Is there a better way to load these dynamic controls so that a caching plugin will still function correctly?
I disabled votes for questions and answers. Once I did this, clicking the cog for an answer to load up the controls to edit etc stopped working. On page load I could see there was a json error. Line 261 of question.js
render: function(){ var attr = this.$el.find('[ap-vote]').attr('ap-vote'); this.model.set('vote', $.parseJSON(attr), {silent: true}); return this; }
Since I have voting disabled, attr was returning null annd was causing the json parse to throw an exception which in turn means that if you disable question votes, you are unable to edit answers.