Closed (fixed)
Project:
Skeleton
Version:
7.x-1.1
Component:
User interface
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
28 Nov 2012 at 16:05 UTC
Updated:
15 Jun 2014 at 16:46 UTC
Jump to comment: Most recent
Comments
Comment #1
rickh commentedI just removed it with css.
#name-and-slogan {
display: none;
}
Comment #2
krueschi commentedI've tested successfully the 7.x-1.1 version and when the "site name" is disabled at
admin/appearance/settings/skeletonthemethe site name is gone everywhere.Your second point is not a skeletontheme problem.
The page content variable is rendered in - afaik - all themes in page.tpl.php by this line of code:
As there is no "if" statement around this line the main content is rendered anyway.
Comment #3
krueschi commentedAs the OP did not respond to the 2 given answers I assume the problem is solved so I set this issue to fixed.
Comment #4
Patricia_W commentedI stopped using the theme some time ago so I can't say whether it is really fixed. I take your word for it.