• Resolved Nico Marcuz

    (@nick7766)


    Hi There!

    We are testing the Tablepress extension “responsive tables” right now. How can we activate the collaps mode?

    At our stagingsite the function is not working.

    thnx for helping
    Nick

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

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.

    Did you activate the Extension as a new plugin and add the responsive=collapse Shortcode parameter?
    Can you please post a link to the page with the table where this problem happens, so that I can take a direct look? Thanks!

    Regards,
    Tobias

    Thread Starter Nico Marcuz

    (@nick7766)

    Hey Tobias,

    thnx for your reply. We are testing the extension at our stagingsite so it is not public. sry.

    responsive=collapse Shortcode? No, we are using the “normal” shortcode from Tablepress.

    We saw no information here: https://tablepress.org/extensions/responsive-tables/ that we have to use a special shortcode. where is the correct use described?

    thnx for helping & best regards from Germany
    Nick

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi Nick,

    it’s not a “special Shortcode”, just an extra parameter added to the Shortcode on the page where you are showing the table ??
    This is described in the “Usage instructions” section in the lower part of https://tablepress.org/extensions/responsive-tables/

    Regards,
    Tobias

    Thread Starter Nico Marcuz

    (@nick7766)

    Ahh, get it. thnx Tobias.

    But could it be that there could be a little problem?

    This means that I have to find every page that has the original shortcode embedded in it to extend it.

    Right?

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    yes, you could have to add this to every Shortcode for which you want to do this.

    Alternatively, you could set it as the default, with a code change. Specifically, please change line 101 of the file /wp-content/plugins/tablepress-responsive-tables/tablepress-responsive-tables.php from

    $default_atts['responsive'] = '';
    

    to

    $default_atts['responsive'] = 'collapse';
    

    Regards,
    Tobias

    Thread Starter Nico Marcuz

    (@nick7766)

    Ahrrgg, Tobias is it possible to implement this function in the mainplugin as a option?

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    at this time, I don’t have plans for that, sorry. The reason simply is that responsiveness has so many different facets that it has to be a per-table decision by the plugin user.

    Can you maybe explain where exactly this approach is not working nicely for you?

    Regards,
    Tobias

    Thread Starter Nico Marcuz

    (@nick7766)

    We test this extension for our customers and we know that customers don`t like if we or their technicians have to poke around to get this function (“full”)active.

    I thought you could put the whole thing under a tab “Extensions” in the plugin Tablepress. There you could activate each “extension” separately for all pages.

    Was just a thought and maybe a little more user-friendly. No poking around…

    Greetings to Magdeburg
    Nick

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi Nick,

    yes, that’s an interesting suggestion, with the separate “Extensions” tab. It would require some restructuring, but maybe I can do something like that in a future version.
    Thanks a lot for the feedback!

    Best wishes,
    Tobias

    Thread Starter Nico Marcuz

    (@nick7766)

    YW Tobias. Can I write you a private message with another idea. Is not necessarily suitable for this thread … ??

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    sure! Please use the email address from https://tablepress.org/impressum/

    Regards,
    Tobias

    Thread Starter Nico Marcuz

    (@nick7766)

    done …

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    thanks a lot for that suggestion! Yes, something like this is what I would be considering ??

    Best wishes,
    Tobias

    Thread Starter Nico Marcuz

    (@nick7766)

    I am very happy that I could contribute something.

    best regards
    Nick

    Plugin Author TobiasBg

    (@tobiasbg)

    Hi,

    most definitely! ??

    Best wishes,
    Tobias
    ?
    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

Viewing 15 replies - 1 through 15 (of 19 total)
  • The topic ‘Activate Collaps Mode’ is closed to new replies.