-
AuthorPosts
-
November 6, 2016 at 3:16 pm #708854
Hello.
I use a child theme.
I want to remove the text Wollen Sie sich lieber andere Artikel oder Seiten ansehen? when the search doesnt find anything..
So I have created a folder “includes” under “enfold-child” and pasted the file loop-search.php here.
I have done the remaining things just as written at the topic
https://kriesi.at/support/topic/search-results-page-iconbox-in-sidebar/
But still I see the text Wollen Sie sich lieber andere Artikel oder S but in a different place now.
please help
November 6, 2016 at 4:22 pm #708867why don’t you use quick css:
.search_not_found { display: none; }
warum nicht im Quick css . Es bleibt dann immer noch da stehen:
Suchergebnisse für: ……
Es konnte leider nichts gefunden werden
Entschuldigung, aber kein Eintrag erfüllt ihre Suchkriterien. Bitte starten Sie eine neue SucheIf you like to have the list with tips to find better results : get rid of the rule above and be more specific
Wenn du die Liste lieber behalten willst, wie man besser sucht: die obige Regel nochmal löschen und:.search_not_found h3, .search_not_found .widget.avia_combo_widget { display: none; }
November 6, 2016 at 4:39 pm #708869I have tried that one also.
Still there are some German text, and nothing is better((
By the way, thanks for answer
November 6, 2016 at 5:11 pm #708874Hi!
Can you show us your page after used the code provided, so we can see what else needed?
thank uRegards,
BasilisNovember 6, 2016 at 5:21 pm #708882Hi.
I have copied the text below on css
.search_not_found h3,
.search_not_found .widget.avia_combo_widget {
display: none;
}And now, this is an example search on my site:
http://www.teknodogu.com.tr/?s=bok
Still there are some German text.
Maybe I am doing something wrong?
November 6, 2016 at 6:39 pm #708910i dont know where this comes from – but the fast an quick and dirty way was:
.search_not_found > p { display: none; }
so in total the rule was:
.search_not_found h3, .search_not_found > p, .search_not_found .widget.avia_combo_widget { display: none; }
how do you obtain the multilingual site? A plugin?
Because this “If you are not happy with the results below please do another search” should be turkish too! if you use a good language switcher !November 6, 2016 at 7:49 pm #708936or if you want to hold that hint : tranlate it in your language files
edit: :lol
the original Text in english is: You might want to consider some of our suggestions to get better results:and is translated in the turkish lang files to the german translation ! ???
_____________________PS : that was the reason why i answered in english and german as well. – Sorry.
Normaly the untranslated files leave as they are – in englishNovember 6, 2016 at 8:03 pm #708942actually it is a good way to change that text at the file tr_TR.po.
However, to do that. I will have to copy that f’ile to my child directory so I wont benefit some new translations in future updates, or I will lose my translations If I dont copy that to my child theme.
Therefore’, I think that it should be done in the nearest update by the theme moderators.
I have already copied some php and css files to my child theme. But If I copy everthing to my child theme’, it makes no sense to have a child theme.
I hope this reply will be taken into consideration by krési and support theme.
Thanks for your helps
November 7, 2016 at 5:54 am #709016do not forget to generate a mo file too. You have to upload both!
November 8, 2016 at 11:38 am #709709@Guenni007
Thanks for your help!
@ozyazgane
Not sure what you mean with your last post. If you want you can explain in german again. I hope Guenni could help you so far. Let us know if you still need help.Best regards,
AndyNovember 8, 2016 at 2:21 pm #709791Actually Guenni tried really hard to help me.
However, this help can be done only by kriesi and team support, because of the reasons, I have written below.
I dont prefer to translate tr_TR.po file myself. I have explained why.
November 6, 2016 at 8:03 pm #708942 EDIT | REPLY
ozyazgane
Participant
actually it is a good way to change that text at the file tr_TR.po.However, to do that. I will have to copy that f’ile to my child directory so I wont benefit some new translations in future updates, or I will lose my translations If I dont copy that to my child theme.
Therefore’, I think that it should be done in the nearest update by the theme moderators.
I have already copied some php and css files to my child theme. But If I copy everthing to my child theme’, it makes no sense to have a child theme.
I hope this reply will be taken into consideration by krési and support theme.
Thanks for your helps
November 9, 2016 at 10:30 am #710149Hi!
Therefore’, I think that it should be done in the nearest update by the theme moderators.
I’m sorry but we only rely on users to translate the theme for obvious reasons. And we usually advice every users to create a backup of their own translations or language files so that they won’t have to do it again once they update the theme. If you want to contribute, you can post your own translation files here. We are very sorry for the inconvenience.
// https://kriesi.at/support/topic/please-contribute-and-translate-enfold/
Cheers!
Ismael -
AuthorPosts
- You must be logged in to reply to this topic.