This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

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.

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #16356
    ArchangeDavidArchangeDavid
    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 MarcinkoErnest 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!

    #16361
    ArchangeDavidArchangeDavid
    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 MarcinkoErnest Marcinko
    Keymaster

    You cannot access this content.

    #16363
    ArchangeDavidArchangeDavid
    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 MarcinkoErnest 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:

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

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

    #16374
    ArchangeDavidArchangeDavid
    Participant

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

    #16380
    Ernest MarcinkoErnest Marcinko
    Keymaster

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

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.