Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Themes /

Discuss SilverStripe Themes.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

Creativis: Missing Main Menu


Go to End


3 Posts   2455 Views

Avatar
webrev

Community Member, 4 Posts

27 August 2009 at 4:07pm

So, has anyone ever had this happen? I've installed Creativis and it looks great but as I log into Admin section, there is no Main Menu. The 'Site Content' page is there and I can work in it, but the tab is not there, nor are the other tabs (Files & Images, Comments, Reports, Security, Help). The other odd thing is that on the 'Site Content' page that I can see, the items in the columns are centered instead of left justified. Other than this, the site works great, but I can't do much with it if I can't get to those other tabs. Any ideas?

Avatar
webrev

Community Member, 4 Posts

29 August 2009 at 10:42am

Edited: 29/08/2009 3:43pm

Here's a workaround for getting to those "invisible" admin menu items. I still have not figured out why I can't see it, but they are still there and I can get to them as long as I am logged in at the main admin screen. I simply use the direct links. Here they are in case you should ever need them...

SITE CONTENT
http://yoursite/admin/

FILES & IMAGES
http://yoursite/admin/assets/

COMMENTS
http://yoursite/admin/comments/

REPORTS
http://yoursite/admin/reports/

SECURITY
http://yoursite/admin/security/

HELP
http://userhelp.silverstripe.com/

Avatar
rinaldo

Community Member, 1 Post

20 October 2009 at 8:18am

Hi,

I have had the same problem as you and I found out what the problem is. Registered here to post the solution.

The thing is:

In /creativis/css/typography.css you see this section (topsection):

@charset "utf-8";
body {
margin-left: 0px;
margin-top: 50px;
margin-right: 0px;
margin-bottom: 50px;
background-color: #F5FC7F;
text-align:center;

Change "margin-top: 50px;" to "margin-top: 0px;"

That's it. The navigationbar in the backend was pushed down to the back of the other "windows". It was there, but almost invisible and unusable (because you couldnt click on the tabs). With margin-top of 0, it is visible again.

The main page however isn't pushed down anymore, but that can be easily fixed with a spacer.

Furthermore: the creator of Creativis uses white text on a white background in the backend. Also not handy, but simpler to fix (make the text another color instead of white).

Goes to wonder: did the creator check the backend when designing Creativis?