Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #1134627

    Hi,

    i would like to change the text on the search site / 404 site. How can i change the text?

    kind regards Jak

    #1134628

    Hey Jak73,

    If you would like to add new text and replace existing content, please go to Enfold/includes and edit error404.php file

    Best regards,
    Jordan Shannon

    #1134629

    Hi Jordan,

    i would like to change the given text from search results.

    kind regards Jak

    #1134636

    Hi,

    What text from search results exactly? can you screenshot? Also, refer to the following:

    https://kriesi.at/support/topic/change-text-on-search-page/

    Best regards,
    Jordan Shannon

    #1134640

    Hi Jordan,

    here is the screenshot.
    https://www.bilder-upload.eu/bild-be0d16-1567717149.jpg.html

    kind regards Jak

    #1134643

    Hi,

    Did you see my link pasted above?

    Best regards,
    Jordan Shannon

    #1134655

    Hi Jordan,
    just checked it. Isn’t there any language file? I need to change it in german language?
    Should i change the text in all of them:
    functions.php
    enfold/search.php
    loop-search.php

    ?

    I thought there should be a language file, ins’t it?

    kind regards jak

    #1136170

    Hi Jak73,

    The languages fils are stored here
    /enfold/lang/

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #1136232

    deutsch hat da vier files drin : jeweils zwei po/mo kombinationen – die eine ist für die formelle Ansprache : “Sie” die andere für das “Du”
    und wenn du den entsprechenden file bearbeitet ( den po file bitte öffnen ) hast, dann solltes du diesen über dein Child-Theme laden.

    dieses kleine Snippent in der child-theme functions.php:

    function overwrite_language_file_child_theme() {
        $lang = get_stylesheet_directory().'/lang';
        return $lang;
    }
    add_filter('ava_theme_textdomain_path', 'overwrite_language_file_child_theme');

    dazu legst du in deinem child-theme einen Ordner lang an und packst den bearbeiteten lang file dort rein.
    Dann gehen die Veränderungen auch nicht verloren.

    Trotzdem mal nachgefragt: was genau willst du ändern?
    Wenn es nur von Du nach Fromal Sie gehen soll – dafür gibt es im lang ordner extra das de_DE_formal.po ( /mo) file etc. pp. einfach mal genauer beschreiben wohin die Reise gehen soll.

    Wenn ich mir zB das de_DE.po mit zB poedit öffne sehe ich die Sachen ziemlich alle an der gleichen stelle:

    Mit poedit kann man die Sachen bearbeiten (die Übersetzungen) und dann speichern. Beide Files müssen dann in child-theme/css/ rein.

    • This reply was modified 5 years, 2 months ago by Guenni007.
    #1137161

    Hi Jak73,


    @Guenni007
    Thank you for sharing :)

    Did you get it working?

    Best regards,
    Victoria

    #1137192

    Hi Guenni and Victoria,

    i just came back from a long weekend. I will try this tomorrow.
    It seems it is what i’m looking for…

    kind regards Jak

    #1137197

    Hi Guenni,
    ja, ich will nur von “Du” auf formal ändern.
    Ein child-theme habe ich nicht. Das geht doch auch so oder?

    VG Jak

    #1137213

    geh in die Einstellungen Dashboard – Einstellungen – Allgemein : Sprache Der Webseite : dort “Deutsch Sie” umstellen

    #1137268

    Das hat funktioniert!
    Vielen Dank Guenni!!!

    VG Jak

    #1137305

    Hi,

    Did you need additional help on this topic or shall we close?

    Best regards,
    Jordan Shannon

    #1137464

    Hi Jordan,

    can be closed, thanks!
    kind regards Jak

    #1137552

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘Change text from search site’ is closed to new replies.