Tagged: ,

Viewing 14 posts - 1 through 14 (of 14 total)
  • Author
    Posts
  • #935754

    Hi Kriesi
    I would like to change three things at the search results page (see link below):
    1. I would like to completely remove the upper part – the one shows the search field again with this text above it:
    “Ny søgning
    If you are not happy with the results below please do another search”
    How do I remove that?

    2. There is a spelling mistake in this danish sentence: 8 SØGE RESULTATER FOR PORTUGUES
    I should be ‘SØGERESULTATER’ in spelled in one word. How do I change that?
    3. How do I remove the date and the number of comments showed below each search result?

    Thank you Marie

    #935958

    Hey friefodspor,

    Here is the code you can put in Enfold > General Styling > Quick Css,  if it does not work, put into themes/enfold/css/custom.css

    
    .search.search-results .search_form_field {
      display: none;
    }
    .html_elegant-blog #top .template-search .post-entry .post-meta-infos {
      display: none;
    }
    

    If you need further assistance please let us know.

    Best regards,
    Victoria

    #936782

    Thanks. That removed the upper part just like I wanted to.
    What about the grammar mistake? How to change the text from ‘Søge resultater’ to ‘Søgeresultater’?

    #937113

    Hi friefodspor,

    You can open the language files, find this text and edit it there.

    Best regards,
    Victoria

    #937386

    I will do that. But where in wp is that file located?

    #937667

    Hi friefodspor,

    Language files can be found here:
    /wp-content/themes/enfold/lang

    Here is a thread for you to consider
    https://kriesi.at/support/topic/enfold-theme-languages/

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

    #937716

    Hi I get this message when I try the link? (I have posted the link as I suppose I am going to use it in the private area…
    Not Found
    The requested URL /wp-admin/themes/enfold/lang was not found on this server.

    #938016

    Hi friefodspor,

    These files need to be accessed via FTP, cPanel or poedit plugin.

    Best regards,
    Victoria

    #938313

    Great. I got POEditor now and activated it. The file I want to change (Danish) could that be the one on the list named ‘da_DK.po’? If yes, how to I actually enter the file and edit it? I am under Tools – POEditor. The only options I have here is the create a new project. Is that what I should do? I am not able til open the file by right clicking and the is no buttom to tell me what to do?

    #938839

    Hi,
    I have not used POEditor before, but I found this video tutorial that seems to show how step by step: https://youtu.be/otS7-JqV74w

    Best regards,
    Mike

    #938896

    It is not that I really want this POedit. If there is an easier way to change the text, please let me know. From the viedo, POEdit seems to be a lot of work in order to change just one word that is spelled wrong?

    #939447

    Hi,

    Have you tried to use Loco Translate or String Replace?
    Both of those plugins are really easy for usage!

    Best regards,
    Basilis

    #942750

    Thanks Basilis. Now I installed Loco Translate. Can you guide me what to do in this interface? The only thing I want to change is the translation of the word ‘search results’ fra English to Danish.

    Initializing new translations in “loco-translate”
    374 strings found in loco-translate.pot

    1. Choose a language: WordPress language:

    Custom language:

    2. Choose a location: What’s this?
    Custom:

    languages/loco/plugins/loco-translate-<locale>.po

    System:

    languages/plugins/loco-translate-<locale>.po

    Author:

    plugins/loco-translate/languages/loco-translate-<locale>.po

    Start translating

    #943469

    Hi,

    Thank you for the update.

    Go to the Loco Translate > Themes panel and then look for the Danish language. In the “Filter Translations” field, search for the string “search results’. It will display a list of strings. Just look for the exact text and provide a translation. After the translation, click the “Sync” to regenerate the .mo language file.

    Best regards,
    Ismael

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