Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Those elements are not directly added with HTML code in TablePress, but with JavaScript code by the DataTables JS library.
    Therefore, changing that will require a “Custom Command” to that JS library. In particular, you will need to change the sDom variable (see legacy.datatables.net/usage/options#sDom )
    For example, you could add a “Custom Command” on the “Edit” screen like

    'sDom': 'lfrt<"aaron-wrapper"ip>'

    that should add an extra <div class="aaron-wrapper"> around the info and paginate <div>s.

    Regards,
    Tobias

    Thread Starter blindpiggy

    (@blindpiggy)

    Amazing! Thanks so much Tobias.

    *Donation made*

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! ?? Good to hear that this helped!
    And thanks for the donation, I really appreciate it!

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Minor update to the output HTML’ is closed to new replies.