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 5 years, 2 months ago.
- AuthorPosts
- January 18, 2018 at 9:01 am #16356
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
January 18, 2018 at 10:48 am #16359Hi 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 :)
January 18, 2018 at 10:54 am #16361Thank you, thank you!
I’m really sorry I bothered you about that!
I’ve been looking! I’m an idiot!Thanks again
January 18, 2018 at 10:55 am #16362You cannot access this content. Best,
Ernest Marcinko
If you like my products, don't forget to rate them on codecanyon :)
January 18, 2018 at 11:09 am #16363Thank 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
January 18, 2018 at 11:18 am #16364Hi,
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 :)
January 18, 2018 at 3:53 pm #16374It works perfectly!
You’re amazing!
Thank you for helping me despite the fact that my problem came from the theme!January 18, 2018 at 4:23 pm #16380You 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 :)
- AuthorPosts
You must be logged in to reply to this topic.