I have a problem with black vertical bars in my masthead. Have anyone else had this problem, and how did you solve it?
Attached a screenshot...

CommentFileSizeAuthor
Billede 6.png29.33 KBJacobtv
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

Jacobtv’s picture

Ehh... Bump... No one?

archi’s picture

Hi,

Can you tell me which theme is this?
And can you give your site's url if you can so that i can figure out the problem.

blukas’s picture

Status: Active » Fixed

Page.tpl.php
on line 45 you have to remove the slash before <?php print drupal_get_path('theme', 'simply_modern')

this is the correct line:
background:#020202 url('<?php print drupal_get_path('theme', 'simply_modern') ?>/images/top_gradient_dark.jpg') repeat-x;

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

ju.ri’s picture

Removing the slash doesn't solve it completely. When I call up the root path or one level below root (/admin/user), it seems to work. one level below that (/node/add/page) it displays the black bars and there's a "page not found" for the top_gradient_dark in the logs. strange. this is only with fixed width setting.

ju.ri’s picture

Priority: Normal » Minor
Status: Closed (fixed) » Active

opening this again.. it's only a minor thing but still a bug :)

jrglasgow’s picture

I changed that line to look like this:

<?php
background:#020202 url('<?php print url(drupal_get_path('theme', 'simply_modern') .'/images/top_gradient_dark.jpg' )?>') repeat-x;
?>

This seems to fix it on my dev site. I have committed the change

jrglasgow’s picture

Status: Active » Fixed
ju.ri’s picture

that did it! thanks a lot!

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

tomski’s picture

I am sorry to re-open this again, but I have got again the same problem. It appears when I switch the site to a second (not default) language. Why, I have no idea.
You can check it here http://gedi.gerpisa.org (the default language is French).

Thanks for any support with this,

Tommaso

tomski’s picture

Status: Closed (fixed) » Active
Corey Smith’s picture

Status: Active » Closed (won't fix)

seems like you have a css issue.