Closed (cannot reproduce)
Project:
SigmaOne
Version:
7.x-1.0-beta2
Component:
User interface
Priority:
Major
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
12 Sep 2012 at 17:50 UTC
Updated:
7 Nov 2012 at 07:11 UTC
There is no obvious way to remove the text:
StarterKit
StarterKit for SigmaOne Theme
This is at the top of the front page. It ignores the drupal default settings, and ignores every option I try to change within the theme. Because of this, the theme is unusable at present (although it will be in the very near future and looks great).
Comments
Comment #1
duckzland commentedyou must configure sigmaone from its configuration page and for the starterkit text check the region manager GUI.
if the configuration area doesn't show any configuration form at all you must use sigmaone as the default admin theme
if you want to get your hand dirty by coding, search for .layout files and remove the text there. for a complete blank text, you must specify ' ' (notice the space).
Comment #2
scotttrager commentedNo luck. Unable to save any changes to the Region Manager. After dragging/dropping (tried in latest versions of Firefox and Chrome) the field to disabled and hitting save I just get a blank white page. Reloading that page just takes me back to the edit screen and going back to the same page shows the changes did not save.
Comment #3
duckzland commentedok, I'll look into it. in the mean time you can try saving as "a dynamic page" not in database. or modify the page.layout, master.layout and page--admin--structure--block.layout manually and change
;Block title
block[title][#name] = Page Title
block[title][#block_type] = vtcore-block
block[title][#site_title] = StarterKit
block[title][#site_slogan] = StarterKit for SigmaOne
block[title][#parent] = content
block[title][#weight] = 3
block[title][#column] = 12
block[title][#clearfix] = 1
block[title][#newrow] = 1
block[title][#lastrow] = 1
if you want empty title :
block[title][#site_title] = ' '
block[title][#site_slogan] = ' '
or you can input any title you want :
block[title][#site_title] = My Title
block[title][#site_slogan] = My Slogan
Comment #4
duckzland commentedComment #5
duckzland commented