Hi there,

one week ago, I had the same problems like namberone in http://drupal.org/node/1323608
with Crash on my Internet Explorer 8.
So I did download the Pixture Reloaded 7.x-2.x-dev and it works great. (Thanks for this)

Now I have another problem with the color of my Footer bottom.

It shows the right color (yellow) on the cover page / frontpage of my website (www.die-bastelecke.de), but it does not work on the other sites of my homepage.

Can you fix it please on the next upgrade?

Thanks a lot and sorry about my bad english.

Greeting

Mike

CommentFileSizeAuthor
#2 settings.PNG5.46 KBmikeschneik
#2 difference.png30.47 KBmikeschneik
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Jeff Burnz’s picture

Component: User interface » Code
Assigned: mikeschneik » Unassigned
Category: bug » support

Fix what?

Sorry I don't understand what you mean.

mikeschneik’s picture

FileSize
30.47 KB
5.46 KB

I show you my settings and the differrence between
the first side, (that work correctly) and the other sides of my homepage.

Probably I can fix it by using Firebug and change the css file.

But I think other users will have the same problem in future.

Jeff Burnz’s picture

Title: Pixture Reloaded - Problems with Footer bottom » Incorrect condition in footer checks for feed-icons
Version: 7.x-2.x-dev » 7.x-2.2
Category: support » bug

In page.tpl.php replace the footer code with this:

    <?php if ($page['footer']): ?>
      <footer id="footer" role="contentinfo"><div id="footer-inner" class="clearfix">
        <?php print render($page['footer']); ?>
      </div></footer>
    <?php endif; ?>

Please note: this is how it is meant to work, this will actually remove the footer from your home page and any other page that has a feed-icon (such as taxonomy term pages). Normally the footer will only show if you have a block in the footer.