Viewing 6 replies - 1 through 6 (of 6 total)
  • seems author did not reply. yes this is nice simple plugin and I also want to know how to remove Title & Description fields?

    Hi, the default fields (Title & Description) can be removed by checking the box “suppress default fields” in Settings ==> Frontend Upload Settings

    Yes, but what if you want to remove just the one (description) field?

    It might be possible to tick the “suppress default fields” settings option and then to add back in a new title field…

    I’m bumping this because I’m also have the same problem. Suppressing the default fields does not suppress the title.

    Enter nothing between those quotation marks or apostrophes will make them showing nothing.
    title=”” or description =””

    One other way to do this is that you change the style sheet of the selected element that you want to disable its title or description.
    Let’s say you have this and you want to disable the title

    [input type="text" name="post_title" id="title" class="required" description="Title"]

    To disable the description, you will need this in your css

    label[for="title"] {
       display:none;
    }

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘How to remove Title & Description fields??’ is closed to new replies.