• Resolved jx2900

    (@jx2900)


    Hi,
    Thank you for this great plugin. I really like TablePress.

    I am trying to use “Larger Edit input field” extension and “FixedColumns” extension.
    1. I downloaded them as zip files.
    2. I used “Upload plugin”->”Install plugin”->”Activate”.
    This didn’t work.
    3. So I diactivate TablePress and these extensions and re-activated them.
    This didn’t work.

    I believe that all files have been placed in correct places.
    /wp-contents/plugins/tablepress-datatables-fixedclumns/
    /js/dataTables.fixedColumns.js
    /js/dataTables.fixedColumns.min.js
    /libraries/plugin-update-checker.php
    tablepress-datatables-dixedcolumns.php
    /wp-contents/plugins/tablepress-edit-field-size/
    tablepress-edit-field-size.php

    Am I doing anything wrong? If you could help me, I would appreciate it.

    WordPress 5.7.4
    TablePress 1.14
    TablePress Extension:DataTables FixedColumns: 1.7
    TablePress Extension:Larger Edit Input Fields:1.0
    Language: Japanese version

    • This topic was modified 3 years, 3 months ago by jx2900.
Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter jx2900

    (@jx2900)

    Larger-Edit-input-field worked by changing the setting in tablepress-edit-field-size.php.

    I modified the below section.
    I changed from 200px to 300px for min-width.
    I added min-height and set it as 50px.

    #edit-form-body textarea {
    	min-width: 300px;
    	min-height: 50px;
    
    }

    But FixedColumns is still not working.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your post, and sorry for the trouble.
    Also, sorry for the late reply. I was very busy with personal life, so that I could not reply earlier.

    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 jx2900

    (@jx2900)

    Hi Tobias,

    Thank you for your reply. I just posted a test page for FixedColumns extension. And the below is the link.

    https://ichiri.biz/tech/tablepress-test-page-for-fixedcolumns/

    Hope you could find the solution.

    Best regards,
    Junji

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks! You have not actually set a fixed left column (the value is 0). Also, please try without setting column widths first (and then only set them with the CSS method).
    Please try again with this Shortcode:

    [table id=34 datatables_fixedcolumns_left_columns=1 /]
    

    Regards,
    Tobias

    Thread Starter jx2900

    (@jx2900)

    Hi Tobias,
    Thank you very much for finding my misunderstanding.
    It worked perfectly.
    In FixedColumns site, the sample short code included 1 and 0. And it kept two columns, Fist name and Last name on the left. So I misunderstood the left most column is 0. But it says “right”. I overlooked it. Sorry.

    datatables_fixedcolumns_left_columns=1 datatables_fixedcolumns_right_columns=0

    Best regards,
    Junji

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

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

    I see where the confusion comes from. The example Shortcode is not the one from the actual example. I should probably adjust that ??

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

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Extensions now working, Larger Edit input field, FixedColumns’ is closed to new replies.