I have noticed that AnsPress loads all of it’s contents on every WordPress page, even if it doesn’t need to. This includes a bunch of js and css files that might never be used. This is very bad for page loading speeds. I’m running a site that displays some heavy content and having AnsPress load on every page really isn’t making it any better.

Is there any way to set AnsPress to only load it’s required files when the plugin is actually being displayed? If not, adding this feature would make my life a lot easier!

Thank you.

Hi.

I want make a page to my self, that show questions that have comments and are not solved.

With this query I can show the unsolved questions:

$args = array(
  'post_type'  => 'question',
  'meta_key' => ANSPRESS_SELECTED_META,
  'meta_compare' => '=',
  'meta_value' => false,
  'paged' => $paged,
);

And with this, I can show the questions that have answers:

$args = array(
  'post_type'  => 'question',
  'meta_key' => ANSPRESS_ANS_META,
  'meta_compare' => '=',
  'meta_value' => true,
  'paged' => $paged,
);

But I don’t know how to make a query with both. I tried a few things, but with no luck.

Any help, if you can, will be greatly appreciated.

Thanks.

Hi

The pagination is not showing on users notification page. I tried the last version and the github.

example of end of page:

By the way. I tried the github version to see the new mobile layout on users pages and I love it!! Great job!!

Hi,

Is it possible to differentiate moderators with a label or something similar so users could know who is a moderator?

And if you can add personal labels to some users?

Thanks

Hello, hope you can help me with this. When i click on a question within the question list page, sometimes the page doesn’t load and it shows a white blank page. But it loads correctly after I request a page.

http://staging.havehalalwilltravel.net/traveller-forum/

Click on any question within the link. Might need to try a few times to replicate the problem.

 

Thanks!

All users have the option to change the photos of other users. My permissions are set correctly by the way. Any help?

How do i make a default cover photo to get rid of the current anspress photo..

 

Thanks

After the mentioning and badges updates are finally released im thinkning about getting custom work

can i get it from here?

I use white font do my questions do not show up on my anpress question pages as seen in image. how do I change the background or font so it shows? Any help with this is massively appreciated.

Hey there! Just installed anspress and uploaded my question. My question appears but somehow the best answer is my very own qeustion and it repeats multiple times. Is this a bug?

Here s a pic

 

 

Here’s the link: http://staging.havehalalwilltravel.net/traveller-forum/question/do-you-think-pikachu-is-a-him-or-a-her/

Hope you can help me with this. Thanks!

 

M.