At the bottom of every page there is a strange black stripe. This stripe does not exist in administration pages. I dont understand how this happens only in regular pages and not in administration pages (all of them seem okey) but it ruins the finish of pages that are ment to be seen by the users of the site.

See sreenshot.

I hadnt noticed this stripe in drupal 6.8. Now I have been updated to 6.9 (just in case this has something to do with 6.9).

CommentFileSizeAuthor
blackstripe.jpg29.07 KBagrigor1

Comments

agrigor1’s picture

Sorry for bothering
This was caused by the script of Piwik module added at the footer.
You may close this

ktleow’s picture

Status: Active » Closed (fixed)

No problem. Thanks for sharing the info with other users =D

agrigor1’s picture

Just in case someone else has the same problem.
Until the piwik development team fix this (I am pessimist cause they think it is a theme problem, although I believe its not) we can solve this problem by moving higher the

 <?php print $closure ?> in page.tpl.php. Persnonally I placed it under the 
<code> <div id="footer"> 

This seems to work.
I hope the color paper developers agree with placing it there

agrigor1’s picture

I was wondering :
is there a reason why print $closure should be outside the footer region?
I ask this because usually the modules that create scripts say that this will be placed in the footer region (expecting that this will be realized by print $closure).

But in color paper theme the print $closure is under the footer region (before the body closing tag).

ktleow’s picture

Category: bug » task
Status: Closed (fixed) » Active

Agrigor1,

I have noted this task request and will complete it once I'm available.

Currently busy working on another project =S
Will get back ASAP when I'm done.

Thanks for reporting!