Closed (outdated)
Project:
Gutenberg
Version:
5.x-1.1
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
1 May 2007 at 11:24 UTC
Updated:
4 Sep 2018 at 08:46 UTC
Jump to comment: Most recent
I'm currently using the shlyapa theme on my drupal site. One day I decided to look how my site looks in Opera and discovered that the template is messed up. So I took a peek at your template gallery page and saw that shlyapa and parchment templates were messed up in Opera ( http://gutenberg.cookingwithdrupal.org/gallery?theme=shlyapa ).
I checked to see if shlyapa displayed correctly under Opera when using Movable Type as the engine. It did display OK. So, there might be a bug in the gutenberg template.
I attached a screenshot of the problem.
| Comment | File | Size | Author |
|---|---|---|---|
| opera_shlyapa_drupal.JPG | 117.26 KB | martig |
Comments
Comment #1
martig commentedI did some more checking and discovered that most themes here - http://gutenberg.cookingwithdrupal.org/gallery?theme=shlyapa - aren't playing nicely with opera.
Comment #2
martig commentedOk, after two days of searching I found the bug.
node.tpl.php should be like this:
I just needed to bring
if ($submitted):out of the span tags.Also, in page.tpl.php I added
<?php if ($mission): print '<div id="mission">'. $mission .'</div>'; endif; ?>just after
<?php if ($breadcrumb): print $breadcrumb; endif; ?>Now the MT templates display mission too.
Comment #3
perandre commentedClosing due to Project ownership change. This will be the project page for https://drupalgutenberg.org/.