Words are still in "English" and I wish to translate them into French.

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Words are still in "English" and I wish to translate them into French.

This topic contains 7 replies, has 2 voices, and was last updated by Ernest Marcinko Ernest Marcinko 6 years, 3 months ago.

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #16356
    ArchangeDavid
    ArchangeDavid
    Participant

    Hi,

    Words are still in “English” and I wish to translate them into French.

    Can you tell me where I can find the words “Generic filters” that appear in the Front search options?

    Thank you

    David

    #16359
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi David,

    You can find the Generic filters label text under the Frontend search settings -> Generic filters panel: https://i.imgur.com/UDraaQ9.png

    I hope this helps!

    Best,
    Ernest Marcinko

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


    #16361
    ArchangeDavid
    ArchangeDavid
    Participant

    Thank you, thank you!
    I’m really sorry I bothered you about that!
    I’ve been looking! I’m an idiot!

    Thanks again

    #16362
    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 :)


    #16363
    ArchangeDavid
    ArchangeDavid
    Participant

    Thank you

    I have another problem
    On my mobile phone the search bar does not appear. I only see the search options.

    https://actu-securite.fr/sapeurs-pompiers/

    For the record, I’ve already added 5 stars and left a praiseworthy comment because your plugin is great (just like the support and your professionalism)

    Sorry Google Translate

    #16364
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    Hi,

    It is most likely because the wrapper element, in which the search is placed in the theme, has a bottom property set to -59px on mobile views, so the search bar is ‘cut off’.

    Try this custom CSS:

    @media only screen and (max-width: 767px) {
        .mobile-header-mini #Top_bar .search_wrapper {
            top: 0px !important;
            bottom: auto !important;
        }
    }

    Please note that this is outside of the scope of the plugin, so I cannot guarantee that my solution will work.

    Best,
    Ernest Marcinko

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


    #16374
    ArchangeDavid
    ArchangeDavid
    Participant

    It works perfectly!
    You’re amazing!
    Thank you for helping me despite the fact that my problem came from the theme!

    #16380
    Ernest Marcinko
    Ernest Marcinko
    Keymaster

    You are welcome, and thank you for your kind words! 🙂

    Best,
    Ernest Marcinko

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


Viewing 8 posts - 1 through 8 (of 8 total)

You must be logged in to reply to this topic.