Help to display results with widget elementor posts

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Help to display results with widget elementor posts

This topic contains 33 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 1 year, 7 months ago.

Viewing 15 posts - 1 through 15 (of 34 total)
  • Author
    Posts
  • #38477
    domi
    domi
    Participant

    Hi,

    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

    #38480
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi,

    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.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #38496
    domi
    domi
    Participant

    thank 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

    #38510
    Ernest Marcinko
    Ernest Marcinko
    Keymaster
    You cannot access this content. Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #38527
    domi
    domi
    Participant

    Hello 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.
    Domi

    Attachments:
    You must be logged in to view attached files.
    #38537
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi,

    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;
    }
    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #38570
    domi
    domi
    Participant

    Hello 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

    Attachments:
    You must be logged in to view attached files.
    #38595
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi 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.

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #38604
    domi
    domi
    Participant
    You cannot access this content.
    #38614
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Thank you!

    Unfortunately I am not able to log-in via the FTP details. It says the host is unknown. Can you please check that?

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #38618
    domi
    domi
    Participant
    You cannot access this content.
    #38641
    Ernest Marcinko
    Ernest Marcinko
    Keymaster
    You cannot access this content. Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #38643
    domi
    domi
    Participant
    You cannot access this content.
    #38656
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Sorry, 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

    Best,
    Ernest Marcinko

    If you like my products, don't forget to rate them on codecanyon :)


    #38670
    domi
    domi
    Participant

    Good 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

Viewing 15 posts - 1 through 15 (of 34 total)

You must be logged in to reply to this topic.