• Resolved mikeedwards13

    (@mikeedwards13)


    Is it possible to suppress the “Type” column when displaying a list of files with [fileaway]?

    In my case, I am just displaying PDFs – there are no other file types, so listing the file type is just a distraction to users of my site – the file name is all they need to see.

    https://wordpress.org/plugins/file-away/

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author thomstark

    (@thomstark)

    You can do it on a site-wide basis by adding a line of css to the File Away Custom CSS box on the File Away Settings page. Or if you want to just do it on one page, you can just add this line of CSS to that page wrapped in <style></style> tags:

    th.ssfa-sorttype, td.ssfa-sorttype{display:none!important;}

    Thread Starter mikeedwards13

    (@mikeedwards13)

    Excellent – that did the trick very nicely, thank you.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Suppress "Type" column in [fileaway] table view?’ is closed to new replies.