Don't know if this is an issue for Meta tags quick or Link (http://drupal.org/project/link) but after enabling the Link Module the labels for meta tag fields are printed at the bottom of page content as per this code:

<div class="field field-name-field-meta-description field-type-metatags-quick field-label-above"><div class="field-label">Meta Description:&nbsp;</div><div class="field-items"><div class="field-item even"></div></div></div><div class="field field-name-field-meta-keywords field-type-metatags-quick field-label-above"><div class="field-label">Meta Keywords:&nbsp;</div><div class="field-items"><div class="field-item even"></div></div></div>

The labels disappear if Link is disabled.

Regards

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

valthebald’s picture

It's a metatags_quick issue, patch is on its way

valthebald’s picture

Version: 7.x-1.5 » 7.x-1.x-dev
Assigned: Unassigned » valthebald
Status: Active » Needs review
FileSize
3.04 KB

Fixed bad formatter behaviour.
For existing site, you'll need to go to admin/structure/types >> your content type >> manage display and press 'Save' (no change needed)
For new sites, this problem will not occur

valthebald’s picture

Version: 7.x-1.x-dev » 7.x-1.6
Status: Needs review » Fixed
moreorless’s picture

That did it. Thanks for that. And thanks for a very useful little module. It's certainly filling a gap in Drupal 7.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.