• Resolved gpeckham

    (@gpeckham)


    My directory recently started showing custom metadata fields in the wrong order, and displaying the title ‘Custom Metadata Fields’ in large text for each Connections entry.
    When I go to manage each entry, the custom field is said to be in the right place (just below the ‘name’ and ‘country’ fields) but when I save it still displays the field at the bottom of each entry.
    And how can I hide the big heading saying ‘Custom Metadata Fields’? This has only started displaying recently and I can’t find a way to remove it.
    Thanks!

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

Viewing 1 replies (of 1 total)
  • Plugin Author Steven

    (@shazahm1hotmailcom)

    The latest version of the Excerpt Plus template had removed the use of some deprecated code to keep it compliant with the core Connections plugin. Part of that change was to pull in the custom metadata fields into the Content Blocks feature. This would have affected the display order. As for the heading, it previously had a heading too. My guess is you might have used some custom CSS to hide it.

    Add the following to the theme’s custom CSS area in the Customizer to hide the heading:

    .cn-entry-content-block-meta h3 {
        display: none !important;
    }

    Changing the display order would either require downgrading to the previous version of the template or making a minor PHP edit. If you would like to do this, since this is a premium template, please open a support ticket in your account and I can assist you with either method.

    I hope this helps!

Viewing 1 replies (of 1 total)

The topic ‘Custom Metadata Fields showing incorrectly’ is closed to new replies.