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.

CommentFileSizeAuthor
opera_shlyapa_drupal.JPG117.26 KBmartig

Comments

martig’s picture

I did some more checking and discovered that most themes here - http://gutenberg.cookingwithdrupal.org/gallery?theme=shlyapa - aren't playing nicely with opera.

martig’s picture

Ok, after two days of searching I found the bug.

node.tpl.php should be like this:

         <p class="entry-footer">
	  <?php if ($submitted): ?>
            <span class="post-footers"><?php print $submitted ?></span> <span class="separator"> | </span><?php endif; ?><a class="permalink" href="<?php print $node_url ?>">Permalink</a>
            <?php if ($links) print ' | '. $links;?>
         </p>

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.

perandre’s picture

Issue summary: View changes
Status: Active » Closed (outdated)

Closing due to Project ownership change. This will be the project page for https://drupalgutenberg.org/.