Hello –

We use Swiftype for our site search. (http://swiftype.com)

They have a WordPress plugin that synchronizes each new post to their cloud-based search engine, and then seamlessly uses the Swiftype search engine in place of the standard WordPress search box.

However, I’ve found that this is currently not compatible with the base version of AnsPress.

(Swiftype is compatible with DWQA, but I’d prefer to keep AnsPress as my Q&A platform.)

 

I found a question and answer about incorporating AnsPress questions into the default WordPress search box:

Has Anyone Used AnsPress in Conjunction with the Swiftype WordPress Search Plugin?

 

Has anyone tried to incorporate the AnsPress results into the Swiftype plugin search results?  Any suggestions on how to make that work?

Thanks
James Grove

Can someone tell me how to completely move the cover photo? I only want a profile avatar not a cover photo

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?