We're Moving to a New Support Platform – Starting June 1st!

We’re excited to let you know that starting June 1st, we’ll be transitioning to a new support system that will be available directly on our product websites – Amelia, wpDataTables, and Report Builder. In fact, the new support platform is already live for Amelia and wpDataTables, and we encourage you to reach out to us there.

You'll always be able to reach us through a widget in the bottom right corner of each website, where you can ask questions, report issues, or simply get assistance.

While we still do not offer live support, a new advanced, AI-powered assistant, trained on our documentation, use cases, and real conversations with our team, is there to help with basic to intermediate questions in no time.

We're doing our best to make this transition smooth and hassle-free. After June 1st, this current support website will redirect you to the new "Contact Us" pages on our product sites.

Thanks for your continued support and trust – we’re excited to bring you an even better support experience!

Okay
  Public Ticket #2602360
Translate table
Closed

Comments

  • Robert Helle started the conversation

    Hello.

    I just signed up for your plugin premium version and it seems to work exactly as I needed. However it would be great if you could assist me in translating the following on frontend without having to install a translation plugin ( as this is the only part I need translated on the whole website).

    Above the table on the right: "Search: "

    Show "x" entries:

    and below the table:

    Showing 1 to 25 of 1,871 entries

    Also I am trying to move the "search" field to the left side making it more visible for visitors. The main thing for my visitors is to search for stuff in the table.

    I dont know if all this can easily be done or not, but would appreciate any assistance possible. Thank you.


  •  2,576
    Aleksandar replied

    Hello Robert

    Thank you for your purchase.

    "Showing X Entries" and "Search table" are located in .../wp-content/plugins/wpdatatables/source/class.wpdatatable.php starting from line 3610:

    $obj->dataTableParams->oLanguage->sSearchPlaceholder = __('Search table', 'wpdatatables');
    $obj->dataTableParams->oLanguage->sLengthMenu = __('Showing _MENU_ Entries', 'wpdatatables');

    "Showing X to XX of XXX entries" is located in ../wp-content/plugins/wpdatatables/source/class.wdttools.php on line 436:

    'sInfo' => __('Showing _START_ to _END_ of _TOTAL_ entries', 'wpdatatables'),
    

    Please note that these changes will be overwritten when the plugin is updated, so please save my response because you'll have to do it again.

    Moving the search field is not that easy, but I can suggest changing the skin to "Aqua", as its search is on the left side:

    3982292258.png

    Kind Regards, 

    Aleksandar Vuković
    [email protected]

    Rate my support

    wpDataTables: FAQ | Facebook | Twitter | InstagramFront-end and back-end demo | Docs

    Amelia: FAQ | Facebook | Twitter | InstagramAmelia demo sites | Docs | Discord Community

    You can try wpDataTables add-ons before purchasing on these sandbox sites:

    Powerful Filters | Gravity Forms Integration for wpDataTables | Formidable Forms Integration for wpDataTables | Master-Detail Tables