I got this notices the category page title notice was on every page and I apart from errors I saw nothing on my category page.
I installed the latest stable and and github versions on my local testing site and had quite a lot buggy behavior part from this. On my live site everything seems to work fine so far. Apart from that I needed to disable elegantthemes bloom plugin. There was a JS Global missing and JS execution error. Some editor button component I guess.
Undefined index: categories_page_title in /srv/www/wordpress-default/wp-content/plugins/categories-for-anspress/categories-for-anspress.php on line 450
Notice: Undefined variable: ap_image in /srv/www/wordpress-default/wp-content/plugins/categories-for-anspress/categories-for-anspress.php on line 528
Notice: Undefined variable: ap_image in /srv/www/wordpress-default/wp-content/plugins/categories-for-anspress/categories-for-anspress.php on line 529
Notice: Array to string conversion in /srv/www/wordpress-default/wp-content/plugins/anspress-question-answer/includes/class-form.php on line 363
Notice: Array to string conversion in /srv/www/wordpress-default/wp-content/plugins/anspress-question-answer/includes/class-form.php on line 363
Notice: Trying to get property of non-object in /srv/www/wordpress-default/wp-content/plugins/categories-for-anspress/categories-for-anspress.php on line 417
Notice: Trying to get property of non-object in /srv/www/wordpress-default/wp-content/plugins/categories-for-anspress/theme/category.php on line 9, 11, 16, 16, 19
I noticed that your CSS is bootstrap based. I am developing bootstrap 4.0 (currently in alpha) based themes. I would like to have a feature where actually the native bootstrap classes being used and only the anspress specific loaded.
I could to this myself by compiling the less and removing the bootstrap based less files. But you put them all into one folder. Could you tell me what .less files are yours entirely and what modifications you made to the bootstrap files apart from prefixing the classes with ap-?
I could remove that prefix with little .js i guess.
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.