Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author xnau webdesign

    (@xnau)

    Wow, that’s pretty cool.

    Hello,

    Thanks this is awesome, but after performing search, clear, sort operations in Mobile or iPad, 2 tables are returned. First table contains the results of the applied operation, which is not responsive (overlaps to sidebar). Second table loads the original table (no operation applied) with http://wordpress.org/plugins/magic-liquidizer-responsive-table applied to it.

    Looked through http://wordpress.org/plugins/participants-database/ files to find where the functions for said operations are defined but to no avail.

    Much appreciate your help on this, or an alternative 100% working solution.

    Kind Regards,
    Ed

    ok for instance this function returns the output when search or sort operation is performed :

    public function output_HTML($output = array()) {
    return implode(”, $output);
    }

    but how can the table re-display correctly ?

    Plugin Author xnau webdesign

    (@xnau)

    To change the way Participants Database outputs the HTML, you need to create a custom template.

    Try this one, it will need some CSS tweaking, but it should work better on mobile devices.

    pdb-list-responsive-154.php

    Place the unzipped php file in a directory named “templates” inside your theme folder. Put the name of the template into the shortcode:

    [pdb_list template="responsive-154"]

    More details here…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘responsive tables’ is closed to new replies.