Closed (fixed)
Project:
Simply Modern Theme
Version:
6.x-1.3
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Apr 2009 at 11:29 UTC
Updated:
14 May 2009 at 15:00 UTC
Jump to comment: Most recent
Comments
Comment #1
finex commentedI'm sorry, the pasted code is not displayed correctly with the "php" delimiter. The following is the right bug report:
If a custom masthead image is selected and the header height is specified, the image is used, but the height of the header is not used.
The bug can be easily fixed adding:
after line 143 on page.tpl.php:
Comment #2
Anonymous (not verified) commentedHi,
Thank you for the correction, I can confirm that it works.
Question:
I do not know PHP but I saw the following code and removed it from the page.tpl.php and it seemed to remove the text from overlapping the masthead. Would this modification affect other code elsewhere?
Thanks
Comment #3
jrglasgow commented@FiNeX
your fix in #1 has been put in CVS and will appear in version 6.x-1.4
Comment #4
jrglasgow commentedComment #5
finex commentedGood, thanks for it :)