Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Help to display results with widget elementor posts
- This topic has 33 replies, 2 voices, and was last updated 3 years, 9 months ago by
Ernest Marcinko.
-
AuthorPosts
-
July 19, 2022 at 4:36 am #38477
dom dom
ParticipantHi,
How do I display the number of results found when using the elementor posts widget?
Is it possible in a future version to display the number of articles in each category (circled in red in the attached image)
Thanks
Domi
July 19, 2022 at 12:13 pm #38480Ernest Marcinko
KeymasterHi,
Unfortunately the number of results is not possible to display there. It was actually a planned feature, but it carried so many technical issues, that we had to postpone it for now.
July 19, 2022 at 5:08 pm #38496dom dom
Participantthank you for your answer. I absolutely need this feature. So I’ll turn to another plugin.
How do I go about getting my money back according to the terms and conditions?
I purchased your plugin 6 days ago.
If you are interested, I have translated it entirely into French. I will provide you with the translation.
Thank you for your answer.
Regards
July 20, 2022 at 2:24 pm #38510Ernest Marcinko
KeymasterYou cannot access this content.
July 21, 2022 at 10:21 pm #38527dom dom
ParticipantHello Ernest,
I would like to know if it is possible to display a boolean element with two different colors according to the yes or no state.
In the image #2, I have surrounded in blue color the taxonomy {__tax_pa_inscriptible}. I would like to display it in green if the value is true or in red if the value is false (see example image #3).
What is the function to add in the function.php file in the child theme to be able to change the color according to the result?
I thank you for helping me.
Regards.
DomiJuly 22, 2022 at 3:09 pm #38537Ernest Marcinko
KeymasterHi,
Well, perhaps adding a span container with a custom class name, and then using some custom CSS.
so instead of:
{__tax_pa_inscriptible}..try:
<span class="asp_att_{__tax_pa_inscriptible}">{__tax_pa_inscriptible}</span>Plus this custom CSS to add the colors:
.asp_att_Oui { color: green; } .asp_att_Non { color: red; }July 26, 2022 at 6:05 am #38570dom dom
ParticipantHello Ernest,
The solution with the css works but I only display a small icon if the answer is yes. When the answer is no, an html line is still created even though there is nothing to display.
That’s why I wanted to use php to test the value before displaying it.
My site being multilingual, I appreciate very much to be able to translate the sentences (taxonomy…) in polylang! But there is a sentence missing to translate concerning the advanced description field (see attached image)
How to get this sentence in polylang like the other sentences? (taxonomy… etc…) This would avoid me to create an additional form just to translate this sentence while all the other sentences are taken care of by polylang.
Thanks for bringing me a solution for this sentence.
Best Regards.
Domi
July 27, 2022 at 1:03 pm #38595Ernest Marcinko
KeymasterHi Domi,
I am not sure if that can be registered to polylang, I may need to try to debug that on your server directly.
Can you please add temporary FTP and back-end access? I will try to somehow force it through. If I find any solution, we will include it in the upcoming patch.
July 27, 2022 at 5:07 pm #38604dom dom
ParticipantYou cannot access this content.
July 28, 2022 at 3:01 pm #38614Ernest Marcinko
KeymasterThank you!
Unfortunately I am not able to log-in via the FTP details. It says the host is unknown. Can you please check that?
July 28, 2022 at 5:17 pm #38618dom dom
ParticipantYou cannot access this content.
August 1, 2022 at 4:17 pm #38641Ernest Marcinko
KeymasterYou cannot access this content.
August 1, 2022 at 5:58 pm #38643dom dom
ParticipantYou cannot access this content.
August 3, 2022 at 11:37 am #38656Ernest Marcinko
KeymasterSorry, my mistake, there was an empty character in the password field.
I managed to connect and possibly add a future solution to this. Can you please try the string translations now: https://i.imgur.com/kC1w9B1.png
August 3, 2022 at 5:51 pm #38670dom dom
ParticipantGood evening Ernest,
Everything is working properly, I have only one form for all languages!!!
The translation is well taken into account as the taxonomies!
Thanks a lot for your help!!! I suppose you will probably include this improvement in a future update!
Now, regarding the French translation, is it with you that I should continue to exchange or should I open another request?
Thanks again for your help!
Best regards !
Domi
-
AuthorPosts
- You must be logged in to reply to this topic.