• Resolved virginiedc

    (@virginiedc)


    ?Hi,


    I don’t know why this is happening but whether I use Safari or Chrome, etc. when I want to edit a table it is so very narrow, I can only see one or two columns. Any idea how that could be fixed to be able to edit the tables in an easier way (seeing a lot more content) ??

    I am working on laptop and the table shows properly?when seeing the page on which it is displayed. It’s just in the dashboard when creating/editing it that this happens.? Same if I am on the settings page of the wpData Tables plugin, or any submenu of the plugin.

    Thank you.

    Screenshots:
    https://ibb.co/jVSK879
    https://ibb.co/6gD3Bjs

    • This topic was modified 2 weeks, 3 days ago by virginiedc.
    • This topic was modified 2 weeks, 3 days ago by virginiedc.
Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author wpDataTables

    (@wpdatatables)

    Hello,
    Firstly, I would like to sincerely apologize for the delayed response as we have been experiencing an unusually high number of tickets. I am sorry that it has taken longer than usual to respond to your concern and your patience is highly appreciated.

    It seems this is a conflict with your current WP Theme, we had a couple of similar cases of this before.
    Can you try changing the Theme to any default WP Theme – then refresh and check if you can isolate it like that?

    If so, do you perhaps have the Porto Theme?

    If this is the case, this is what one of our users did to resolve the issue, please try this and let us know if it works for you.

    Add this code to your active Theme’s (or child-theme’s) function.php :

    add_action('admin_head', 'my_admin_custom');
    function my_admin_custom() {
    ? echo '<style>
    ??? .row {
    ?? ?? table-layout: auto;
    ?? ?}
    ? </style>';
    }

    This will not affect the plugin during updates, because it will  be saved in your Theme functions.php

    Let us know if that resolves the issue.

    Thread Starter virginiedc

    (@virginiedc)

    Hi,

    Thank you for your message and suggestion. Yes, I am using Porto. I added the code you gave me and it is now working properly. Thank you.

    Best regards.

    Plugin Author wpDataTables

    (@wpdatatables)

    Hello,
    We are delighted to hear that this has been resolved. Thank you for letting us know.
    Anything else that we could assist with, please don’t hesitate to create new posts.

    Have a great day! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.