I am trying buy this “askbug” them payment error. i tried with multiple paypal accounts unable make payment
Hi again, the login button in the mobile version of the theme is not centered.
I try to change “text-align: left;!important” to “text-align:center:!important” but nothing changed.
By the way the same problem exists in the demo version 🙂
http://prntscr.com/edlsod
http://prntscr.com/edlt1e
I’m using version 3.0.7 from wp.org (I realized there is newer version 4.0.0)
Is there any option to assign role based on reputation?
For example, option to assign account to specific role if has many negative points compared to submission made.
This way, we can ban automatically based on reputation.
Currently I failed to find if there any such option. I open to suggestion if this is not good way.
People on my site picture does not succeed in posting of that to make, but me I arrive
Hi there, congrats with version 4.0.0 Running smoothly so far on a test server.
We use Ultimate Member (and so do many other websites) as our social thing system. Any chance there will be upcoming integration either directly or via a plugin between Anspress and UM?
Hi There,
I need to remove the link to user profiles. My customer does not want to have individual user profile pages, so I would like to remove the hyperlink. I noticed that someone asked a similar question in 2015, and you said “I will add an option to disable links.” However, I do not see this option.
Any assistance is appreciated – thanks in advance!
Erin
Why does this query have to run on a category page? There seems to be no use for this on a category page but its firing when I go to any category page. This is a query that goes against the entire tables of wp_posts and wp_ap_qameta. Can it just be prevented from being run by any pages? What calls this? (or could you tell me how I can debug this to stop it from being called?) Is it possible something is setup to trigger this additional call for now reason?
- WP_Query->get_posts()
wp-includes/class-wp-query.php:2846
SELECT wp_posts.*, qameta.*, qameta.votes_up – qameta.votes_down AS votes_net
FROM wp_posts
LEFT JOIN wp_term_relationships
ON (wp_posts.ID = wp_term_relationships.object_id)
LEFT JOIN wp_ap_qameta qameta
ON qameta.post_id = wp_posts.ID
WHERE 1=1
AND ( wp_term_relationships.term_taxonomy_id IN (327689) )
AND wp_posts.post_type = ‘question’
AND ((wp_posts.post_status = ‘publish’
OR wp_posts.post_status = ‘trash’
OR wp_posts.post_status = ‘moderate’
OR wp_posts.post_status = ‘private_post’)
OR ( wp_posts.post_author = 1
AND wp_posts.post_status IN (‘publish’, ‘private_post’, ‘trash’, ‘moderate’) ) )
GROUP BY wp_posts.ID
ORDER BY CASE
WHEN IFNULL(qameta.featured, 0) =1
THEN 1
ELSE 2
END ASC, qameta.last_updated DESC
LIMIT 0, 20
- WP_Query->get_posts()
wp-includes/class-wp-query.php:2846
+
Plugin: anspress
15
Separately. The question page itself seems to call this Query again which is unnecessary for that specific page. Why would this be?
SELECT count(wp_posts.ID) FROM wp_posts LEFT JOIN wp_ap_qameta qameta ON qameta.post_id = wp_posts.ID WHERE 1=1 AND wp_posts.post_type = ‘question’ AND ((wp_posts.post_status = ‘publish’ OR wp_posts.post_status = ‘trash’ OR wp_posts.post_status = ‘moderate’ OR wp_posts.post_status = ‘private_post’) OR ( wp_posts.post_author = 1 AND wp_posts.post_status IN (‘publish’, ‘private_post’, ‘trash’, ‘moderate’) ) )
From the Theme or from Settings -> Reading -> set static page to home page does not set home/front page to user selected page because of Askbug Theme. With Askbug theme applied, no matter what you change the front page to unless it recognizes it the page will load AnsPress Questions. But if you select a different theme, you can change the front page to whatever you want.