Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #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

    #708867

    why 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 Suche

    If 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;
    }
    #708869

    I have tried that one also.

    Still there are some German text, and nothing is better((

    By the way, thanks for answer

    #708874

    Hi!

    Can you show us your page after used the code provided, so we can see what else needed?
    thank u

    Regards,
    Basilis

    #708882

    Hi.

    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?

    #708910

    i 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 !

    #708936

    or 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 english

    #708942

    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

    #709016

    do not forget to generate a mo file too. You have to upload both!

    #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,
    Andy

    #709791

    Actually 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

    #710149

    Hi!

    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

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