Topic: [1.4.1] Compiled Bug Reports & Fixes
Just a guide how to fix those pesky bugs here so there's no need to create a new topic on the same bug over and over. ![]()
Disclaimer: I will not be responsible if you have broken your theme during the patching. If you do not feel safe doing these patches yourself, please wait for the next bugfix release. ![]()
Update: Small patch for the first two bugs is available for download as an attachment here. Simply extract and override the files.
Navigation sub menus appearing under the featured slideshow
Under css/styles/default.css and css/styles/legacy.css, look for line:
#featured-slideshow { position: relative; height: 250px; margin-right: 20px; }Change to:
#featured-slideshow { position: relative; height: 250px; margin-right: 20px; z-index: 0 !important; }
Background image does not cover the whole body of the website when there's little content
A lot of changes for this one. Best bet is to download the attachment.
If you really need to edit the code manually, check this out:
http://code.google.com/p/arras-theme/so ail?r=193#
Footer widgets' list items are of the same height
Under js/header.js.php, find the line:
$('#footer ul').equalHeights();Change it to:
$('#footer sidebar').equalHeights();
Other Bugs (fixed for 1.4.2):
One column layout has alignment issues
'Hide Text' function in 'Custom Header' not working
Alignment issues in default node style (fix not confirmed)
Last edited by zy (2010-03-10 10:29:39)

