• Resolved reraymond

    (@reraymond)


    I’ve decided to display a heading for an existing directory/file display. Here’s the shortcode:

    [fileaway sub=”maintenance/minutes” directories=”true” size=”no” mod=”no” nolinks=”yes” only=”000″ showto=”administrator” drawerid=”1″ heading=”Select folder BEFORE uploading files” hcolor=”red”]

    I added the heading and hcolor attributes to an existing shortcode. The heading is not displaying. Seeing as how I’ve never seen how the heading should look, or where it should display, I’m at a loss to troubleshoot my situation.

    Thom—any suggestions as to where/how I may be messing up?

    Thanks,
    Dick

    https://www.ads-software.com/plugins/file-away/

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

    (@thomstark)

    This is how it should look: https://imgur.com/3XTZ3ub.

    Here’s my shortcode:

    [fileaway directories="true" size="no" mod="no" nolinks="yes" showto="administrator" drawerid="1" heading="Select folder BEFORE uploading files" hcolor="red"]

    In other words, you’re doing it correctly. Maybe you’re hiding it with CSS from another mod? I’d have to see the page to troubleshoot.

    Thread Starter reraymond

    (@reraymond)

    Thanks, Thom. I had actually considered the potential of a styling conflict. I do have some supplemental styling where I hid some table columns, but since I’m working with a list, I didn’t think twice about it. Here’s my supplemental styling I have in a custom CSS file:

    /*Begin File Away table Custom CSS*/
    .ssfa-sorttype, .ssfa-minimalist-first-column, .ssfa-clearfix {
    display: none;
    }
    /*END File Away table Custom CSS*/

    Does any of this appear to be the culprit?

    Thanks,
    Dick

    Plugin Author thomstark

    (@thomstark)

    Yeah, you don’t want to hide .ssfa-clearfix

    Thread Starter reraymond

    (@reraymond)

    Yep, that was it. Thanks again for the excellent support!

    Dick

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Heading does not display’ is closed to new replies.