The Anspress scripts and styles should not be loaded on every page but only on the anspress pages that need them.
You should wp_register_script/style during enqueue_script hook but only enqueue them with wp_enqueue_script on pages where anspress is actually loaded.
I saw a actual commented out //if( is_anspress() in the script enqueue function. But commenting it in did not work. Now I see you removed it on latest Git. Why? You should really have a solution for this.
We saw this problem in here earlier with SEO plugins clashing and changing the page title.
I personally saw this with the “Add Meta Data” plugin, but in 2.4-beta4 it would appear to have been fixed.
However, I have just tried the latest version of “SEO Framework” plugin, v2.3.6, and the problem has returned.
All the AnsPress page titles for “questions” “users” “categories” “tags” etc, now just show “home”, the title of the home page.
How to Add “Email Address” field below “Name” field in ask Question Form for Non-loged in users.
I tried to add it in the ask-form.php but unsuccessful.
Hello,
My question page has problems, can you look at?
My question link is: http://techforum.az/questions/question/jailbreak-ucun-komek-lazimdir/
Hi Rahul,
Updating from 2.3.8 to the latest 2.4 beta I have this data base error on almost every page:
Unknown column ‘subs_item_id’ in ‘where clause’
I disabled and enabled the plugin, and I clicked on “AnsPress update is not complete yet! Click here to continue.”
The tests are made on a local server, but I can upload the site to a public server if you need it.
In my case, this error is causing the activity feed is empty and that the “follow” buttons do not work.
The problem appears in several querys, such as:
SELECT COUNT (*)
FROM xxxxx_ap_subscribers
WHERE subs_item_id = 410
AND subs_activity = ‘q_all’
AND subs_user_id = 2
or
SELECT *
FROM xxxxx_ap_subscribers where subs_item_id=410
AND subs_activity=’q_all’
LIMIT 0 , 10
Not sure if it’s my theme or Anspress, but the category widget could look cleaner , more modern and sophisticated.
Want to remove the “child” reference for sub cats and just show toggled subcats.
The option won’t move back over, the prompt keeps saying “you are following” each click.
May want to change the colors as well.