C5 Editing Bar

Permalink
Hi everyone,

I'm following Andrew's tutorial and trying to create a theme. I've input what I think is the correct php code - my page displays on my local server but the C5 editing bar does not show up. Any insight into what I've done wrong? Thank you. Here's the code:

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<? Loader::element('header_required'); ?>
      <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
      <link rel="stylesheet" type="text/css" media="all" href="<?=$this->getThemePath()?>/css/reset.css" />
      <link rel="stylesheet" type="text/css" media="all" href="<?=$this->getThemePath()?>/css/960.css" />
      <link rel="stylesheet" type="text/css" media="all" href="<?=$this->getThemePath()?>/style.css" />

 
LucasAnderson replied on at Permalink Best Answer Reply
LucasAnderson
A couple of thoughts here:

- Don't shoot me, but are you logged in?

- Your CSS reset might be messing with the concrete5 code, try commenting that out to see if the bar shows up.

- If it's the CSS reset, I'd move the concrete5 header_required loader under your CSS links.
admin replied on at Permalink Reply
Hi Lucas - I'm not at my home computer right now but believe I was logged in. But it's possible I wasn't. I hadn't even thought about it.

Here's a dumb question: For a local install how do I log in? I don't see a link anywhere.

If that doesn't work, I'll try the CSS reset option you presented.

Thanks for the really quick reply. I'm sure I'll have more questions as I convert my first theme.
LucasAnderson replied on at Permalink Reply
LucasAnderson
/login - if you turned pretty URLs on.

/index.php/login - if you have not turned pretty URLs on