Hi,

I think there is a problem with the display of the image category which gets blurred.

My image is 1140px wide and 350px high (and I even completed the image definition so). The img src code is as follows:

<img class=”attachment-900×350 size-900×350 src=”https://allwewish.org/wp-content/uploads/2017/01/Je-voeu-Dire3f4-JPGSupé.jpg alt=”” srcset=”https://allwewish.org/wp-content/uploads/2017/01/Je-voeu-Dire3f4-JPGSupé.jpg 1140w, https://allwewish.org/wp-content/uploads/2017/01/Je-voeu-Dire3f4-JPGSupé-300×92.jpg 300w, https://allwewish.org/wp-content/uploads/2017/01/Je-voeu-Dire3f4-JPGSupé-768×236.jpg 768w, https://allwewish.org/wp-content/uploads/2017/01/Je-voeu-Dire3f4-JPGSupé-1024×314.jpg 1024w, https://allwewish.org/wp-content/uploads/2017/01/Je-voeu-Dire3f4-JPGSupé-150×46.jpg 150w, https://allwewish.org/wp-content/uploads/2017/01/Je-voeu-Dire3f4-JPGSupé-500×154.jpg 500w sizes=”(max-width: 900px) 100vw, 900px width=”900 height=”276>

And I think that category from anspress is resizing it somehow from the original size to 900×300 and then display it with the correct dimensions making it blurred.

The code shown hereabove is after adapting plugin/category-for-anspress/theme/category.php

from:

<?php if( ap_category_have_image( $question_category->term_id ) ): ?>
<div class=”ap-category-feat” style=”height: 300px;”>
<?php ap_category_image( $question_category->term_id, 300 ); ?>
</div>
<?php endif; ?>

to:

<?php if( ap_category_have_image( $question_category->term_id ) ): ?>
<div class=”ap-category-feat” style=”height: 350px;”>
<?php ap_category_image( $question_category->term_id, 350 ); ?>
</div>
<?php endif; ?>

I also desactivated optimisation tool photon from jetpack to doublecheck (it is supposed to act only on posts and pages) but the results is still as hereabove… and blurred.

reCaptcha activated, but not visible in the application form

When a user deletes his Question (or Answer), via the drop down menu, it says the Question is trashed.

The drop down menu doesn’t refresh and remains open. You have there an option Undelete. Selecting Undelete you get: Unable to trash this Question. And nothing else happens.

Is it possible to close all open question by one click ?

Hello,

I can see that captcha is working at the moment. But, i can see another bug which is user still see loading page instead of redirected to the correct page after posting new question or answer new question.

How to reproduce:

Make sure that You’re in anspress after this commit ( http://storage2.static.itmages.com/i/17/0129/h_1485704599_6107053_8a6b019f58.png )

And then try to post new question or answer any question. You’ll see loading page that never complete instead of redirected to correct page.

note: the question or new answer is posted already.

Hi,

I am working with AP v3 and Askbug. I am trying to adapt the content displayed when a search leads to no-results. I have tried by adapting :

-search.php

-no-result.php

But it didnt work, even after cleaning server and browser caches.

By the way, no-result.php doesnt seem to be called (text and searchform are not displayed)

Could anyone tell me what am doing wrong and how to make it right?

Many thanks in advance!

Please help, my user ranking is vertical, but I need some one wich will be displaying horizontal.

Thank. Here is my website. http://rosadonna.ru/consultation/

  1. I’m trying to get this great Q&A plugin to work on a multi domain WPML site.  The idea is to create a Q&A for each language using categories.

Here’s the setup:

there are 4 languages, 4 domains with 4 base-pages for Anspress:

domain1.com/question/, domain2.com/question/, domain3.com/question/, domain4.com/question/

Setting the base page to one of the domains works great: all 3 pages will show the Anspress question list in the correct language. All links nicely go to correct domain.  So far so good.

Here is where it get’s inconsistent:

  1. The ask form (domain#.com/question/ask/) shows on all domains in the correct language except for the main domain (domain1) where it reverts back to domain1.com/question/.
  2. The single question page shows correctly on the domain of the base page, while giving a 404 on other domains except for the main domain (domain1) where it again reverts back to domain1.com/question/

Does anyone have an idea why this is happening and how this could be fixed?  What is inconsistent is that the /ask/ page is working correctly on all domains (except domain1), but the single question page does not.

It would be great to have this great plugin working on a multi-language multi-domain site.

Bart

Where can i get my License keys for AskBug ?

Hi, I’m experiencing the following error in the display of the questions AnsPress shortcode can not be nested.