Closed (fixed)
Project:
Metatag
Version:
7.x-1.x-dev
Component:
User interface
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Oct 2011 at 20:19 UTC
Updated:
18 Sep 2012 at 13:21 UTC
I might be missing something, but currently I am unable to override the canonical tag for a given node. In my case, I am trying to force the front page canonical to be the TLD (top level domain name) where now it is using the aliased path of the page (node) I have assigned as the front page.
Comments
Comment #1
ben.hamelinOk, after spending some time digging into this, I see that the theme I was using for the admin (Rubik) was not rendering the "Advanced" fieldset, which is collapsed by default, was applying a "display:none" value to the legend tag - essentially hiding the fieldset altogether. I'm following up via that theme and it's issue queue - sorry for the errant post, but it might help someone!
Created this issue here: http://drupal.org/node/1307826
Comment #2
crizThanks, this issue helped!
But the css hiding this fieldsets seems to come from misc/vertical-tabs.css, so this issue appears also with other themes than rubik!
Have to digg further about how to prevent this best in metatags module, but css like the following in your theme should help in the meantime:
Comment #3
checker commentedConfirm problem also exists with drupal core theme seven.
For the quick fix i need also to add something like "height: 25px;" in "#edit-metatags legend" to open meta tag fieldset in firefox.
Comment #4
jnpwebdeveloper commentedThat is hilarious. I thought it was that this module is just crap and missing all of this stuff. You should really fix this somehow. Using the Omega Theme with D7.
Comment #5
checker commentedI guess this issue could be closed
@see #1015798: Fieldsets inside vertical tabs have no title and can't be collapsed
Comment #6
dimitriseng commentedI had the same issue and I have tested patch #68 at #1015798: Fieldsets inside vertical tabs have no title and can't be collapsed for a core issue and now I can see the advanced metatag fieldset and set those values manually. Maybe we can help with testing that patch so that it is commited soon, which will also resolve this issue.
Comment #7
ecvandenberg commentedSubscribing
Comment #8
dimitriseng commentedJust to confirm that patch #92 of issue #1015798: Fieldsets inside vertical tabs have no title and can't be collapsed has been commited to D7 core and will be part of the next D7 core release. That patch resolves this issue so I think that this issue can be closed now.
Comment #9
michelle8282 commentedI'm using the Marinelli theme and am having the same problem. I have tried installing patch #92 (only making changes to vertical-tabs.css as Marinelli doesn't seem to have any CSS that interferes with vertical tabs?) but the canonical option still isn't showing up. Any ideas? Would be very grateful for your help!
Comment #10
realityloop commentedadding the following to your admin theme resolves this issue:
Comment #11
realityloop commentedComment #12
dave reidMarking as fixed now that the core issue has been fixed.