I've installed the 7.x-dev version of Meta Tag on top of Drupal 7.12. On the node edit form, the advanced settings fieldset is not showing up within the Meta tags vertical tab. The fieldset is in the HTML output and is properly set in $form, but is completely hidden.

When I remove the vertical tab support in metatag.module, the fieldset shows up just fine. Also when I set #collapsible and #collapsed on the fieldset to FALSE, the fieldsets show up.

Any idea what might cause this?

Comments

DamienMcKenna’s picture

This needs to be fixed for the initial stable release.

Marty2081’s picture

Just to be sure I installed a clean Drupal 7.12 using the minimal install profile and added just metatag, ctools and token. I have same issue, so it is not some other module that is interfering with Metatag.

Dave Reid’s picture

Status: Active » Fixed

I think this should be fixed with the latest dev of core. This was a core vertical tabs issue. Please confirm after installing core 7.x-dev.

Marty2081’s picture

Status: Fixed » Reviewed & tested by the community

Hi Dave, yes the latest dev of Drupal 7 fixes the issue. Thanks! Sorry, I did not know about a core vertical tabs issue otherwise I wouldn't have raised an issue here.

Dave Reid’s picture

Status: Reviewed & tested by the community » Fixed

Status: Fixed » Closed (fixed)

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

ardas’s picture

Hello,

I still have this issue with the last DEV release of Metatags and Drupal 7.14?

Wasn't vertical tabs fixed in D 7.14?

Which versions should I use?

Thanks.

xmacinfo’s picture

I have the same problem in D7.22 and Metatag 7.x-1.0-beta7 on one server (dev).

On another server (pre-production), the custom and advanced are showing up correctly.

Both of these do not show up:
<fieldset class="collapsible collapsed form-wrapper fieldset titled collapse-processed" id="edit-metatags-dublin-core">………

<fieldset class="collapsible collapsed form-wrapper fieldset titled collapse-processed" id="edit-metatags-advanced">………

Any clues?

DamienMcKenna’s picture

Something else, i.e. another module, is removing those fieldsets, it isn't Metatag at fault.

Also, if you're going to comment on a ticket that has been closed for over a year please at least reopen it, though it really is preferable to open a new ticket.