Active
Project:
Drupal Commons
Version:
7.x-3.x-dev
Component:
Miscellaneous
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Issue tags:
Reporter:
Created:
22 Apr 2013 at 16:03 UTC
Updated:
3 Mar 2015 at 07:53 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
ezra-g commentedCould you post a screenshot that describes this visually :)?
Comment #2
Zarabadoo commentedA standard drupal node typically has a structure like this:
This is a "post" node type. Notice the title is within the article container. This tells machines and readers that the title belongs to the article.
The event is structured like this:
The title is above and outside of the article container. It is seen as being a title for the entirety of the page and disassociated from the article specifically. It also makes it difficult to style the node itself when there are pieces of it scattered around the page. The Question type is a good example of some of the difficulties.
Because the title is outside of the node, it is hard to position the user avatar to the left of the title without using very specific styling and hard to manage positioning.
Comment #3
Zarabadoo commentedAnother thing to mention is that the content types having issues are those laid out with the Panelizer module.
Comment #4
lsolesen commented