• Resolved bravr

    (@bravr)


    Hi,

    We have recently installed the plugin and want to say huge thanks for your hard work!

    Is there a way to expand the width of the Product name column so it isn’t truncated? I can’t find an option to do this and I’ve remove a few columns to provide enough space.

    Screenshot:
    https://www.screencast.com/t/F5bMlAuF

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi!
    I had the same problem, I’ve solved with this snippet:

    add_filter('atum/list_table/column_title_length', 'atum_column_title_length');
    
    function atum_column_title_length($length) {
    	return 80; //number of characters for the title
    }

    you can add it in your functions.php or by any snippet plugin

    Let me know if it works

    Plugin Author Stock Management Labs

    (@stockmanagementlabs)

    Hi Guys,

    Thank you very much for your posts. Glad you can help each other out, it just tells us ATUM is growing and we love it.

    In case you need some extra assistance, we have released this fix in tips and tricks in our official forum.

    Please, click here to got there and have fun.

    Best regards,

    Pavel

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Truncating Product Titles’ is closed to new replies.