• Resolved shayleesmith

    (@shayleesmith)


    I would like to know what the simplest way to:
    – Change the order of the form fields
    – Change the output of the entries (so it’s all on a single line)

Viewing 1 replies (of 1 total)
  • Plugin Author Marcel Pol

    (@mpol)

    Hi,
    The order of the standard fields cannot be changed. Sorry about that.
    It might be an option to disable the fields you don’t want, buy the add-on, and add extra metafields at the place you want.

    Hmm, you mean all the output for each entry, like author, date, etc?
    This CSS might be what you need for that:

    body #gwolle_gb .gb-entry *,
    body #gwolle_gb .gb-entry .gb-author-info,
    body #gwolle_gb .gb-entry .gb-entry-content {
    	display: inline;
    }
    body #gwolle_gb .gb-entry div.gb-metabox-line {
    	display: block;
    }
    body #gwolle_gb .gb-entry div.gb-metabox-line.gb-metabox-line-starrating * {
    	display: inline-block;
    }
    body #gwolle_gb .gb-entry div.gb-metabox-line.gb-metabox-line-ajax {
    	display: none;
    }
Viewing 1 replies (of 1 total)
  • The topic ‘Field order and custom entry output’ is closed to new replies.