• Resolved kaziukos

    (@kaziukos)


    If I turn on Search Panes and there is no data in the database, the entry “No data” and the number of such entries appear.
    Where can I change the “No data” entry to my language.

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Contributor Kim L

    (@kimmyx)

    Hi @kaziukos,

    You can add the following JSON to your table’s Advanced Options to change the text shown when there are no records:

    { 
    "language": 
    { 
    "zeroRecords": "Nothing Found, sorry"
    } 
    }

    Just change “Nothing Found..” to anything you wish. ??

    Hope that helps! Let us know if you have more questions.

    Thread Starter kaziukos

    (@kaziukos)

    I copied the code and pasted it in the indicated place. I saved the settings.
    Unfortunately, it didn’t change anything. I keep seeing “No data” entry in Search Panes

    Plugin Contributor Kim L

    (@kimmyx)

    Hi @kaziukos,

    Could you try changing the language in the plugin settings itself? Go to WP Data Access > Settings > Data Tables > Front-End Language to choose your language.

    See here: https://share.zight.com/KouKDxz0

    Let us know if that works!

    Thread Starter kaziukos

    (@kaziukos)

    The language in the indicated place is set to my own (Polish). Despite this, I see “No data” instead of my own entry. ??

    Plugin Contributor Kim L

    (@kimmyx)

    Hi @kaziukos,

    Thanks for the response. Is it possible to send us the link to this table?

    If you wish to share it privately, you may send us a message via Contact | WP Data Access.

    An alternative would be to hide those “No Data” rows completely using CSS. Let us know if you need help with the CSS code. ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Search Panes – No data’ is closed to new replies.