Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    TablePress does actually already ship with a Dutch translation for this. If the language of your WordPress installation is set to nl_NL that should be used automatically.
    Alternatively, you could also force by adding a parameter to the used Shortcode:

    [table id=123 datatables_locale="nl_NL" /]

    Changing the strings to other texts is also possible. For that, please see this tablePress Extension: https://tablepress.org/extensions/change-datatables-strings/

    Regards,
    Tobias

    Thread Starter PaulGJ

    (@paulgj)

    Thank you Tobias for your very quick reply.

    The Dutch translation is working fine, only for the mentioned texts doesn’t work. see my testpage

    Kind regards
    Paul

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi Paul,

    thanks for the link!

    The problem is caused by the Ultimate Tables plugin that is installed on your site. It also ships with the DataTables JS library, but an older version, and that interferes here.
    I suggest to deactivate that plugin, or to replace its older version of the JS library with the current one from TablePress.

    Also, there’s another (independent) issue on that page: Please go to the “Edit” screen of that page and switch from the “Visual” to the “Text” editor in the upper right corner of the editor textarea. There, remove all <pre> and </pre> HTML tags that surround the table Shortcode.

    Regards,
    Tobias

    Thread Starter PaulGJ

    (@paulgj)

    Hello Tobias,

    Thanks again.
    ‘ll follow you instructions

    Kind regards
    Paul

    Thread Starter PaulGJ

    (@paulgj)

    Hello Tobias,

    Great, great, greatest…….Thank you so much
    Look again on my (other) testpage

    Would it be possible to put a divider (line) between the different items?

    Like:
    Architect
    _______________
    Administration
    _______________
    Bedrijf starten
    _______________ and so on.

    Kind regards
    Paul

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!

    To add horizontal border lines, you could add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    #content .tablepress-id-1 td {
      border-bottom: 1px solid #aaaaaa;
    }

    Best wishes,
    Tobias

    Thread Starter PaulGJ

    (@paulgj)

    Hello Tobias,

    It is exactly what I wanted!!

    Thanks fot your efforts, onde of these days I make a donation. I am very happy with the plugin and your service.

    Stay well!

    Kind regards
    Paul

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    sure, you are very welcome! Always happy to help!
    And thanks for wanting to donate, I really appreciate that!

    Best wishes,
    Tobias

    Thread Starter PaulGJ

    (@paulgj)

    Hello Tobias,

    Done allready with s……[email protected].

    Would it be possible to sort a row alphabetical for example:
    row specialisatie/beroep is not sorted neat ‘ABCDEFG etc.’

    Kind regards
    Paul

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi Paul,

    thanks! I’ve received your donation! That’s really very nice of you!

    Regarding the sorting: When I sort that column, everything is alphabetical for me (you might want to delete the empty rows, unless you need them). Where exactly is the column not sorted correctly?

    Regards,
    Tobias

    Thread Starter PaulGJ

    (@paulgj)

    Blush…….it works with me very well!!

    Kind regards,
    Paul

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    great, thanks for the confirmation! ??

    Best wishes,
    Tobias

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘Change text’ is closed to new replies.