dharma:
I upgraded from Simple Zen 1.8 to 2.0 today. It looks fantastic! So much cleaner and tighter.
However, I have some display issues, which I have spent today trying to figure out, but can't seem to track down:
in all browsers:
- a small "s" in the lower left hand corner - appeared when I added:
LOL, I'm trying to imagine a scenario where that chunk of css could cause an s, and it's not working out for me. :D When I view your source i see the letter "s" just after this section:
<!--bof-navigation display -->
<div id="navSuppWrapper">s
Check your common/tpl_footer.php file, you may have accidentally added a "s" in there.
dharma:
- the search sidebox is now attached to the shopping cart sidebox (I have pages with just the shopping cart sidebox-now both appear)
I'm not sure what you mean by the above. Attached?
dharma:
in IE6:
- The top header has the lower halves of letters missing: the "g" in log in and the "p"'s in shopping.
Try changing the following section to this:
#navMain ul {
padding-top:.5em;
list-style-type: none;
text-align: center;
line-height: 2em;
}
dharma:
in Safari:
- shipping insurance box is out of alignment (in check out)
I think I see what you mean, but I don't see that as an alignment problem, the selection button is just below the text.
dharma:
On going issues before the upgrade:
in Safari:
- My account bullet points running into the sideboxes
- My wish list bullet points running into the sideboxes (still exists even with this code added)```php
<div class="centerColumn" id="un"> <!-- begin (un) id for styling -->
```
.centerColumn ul {padding-left:20px;}
dharma:
- In category sidebox: large gap under last category before Specials Link (could be BetterCategories mod-not sure)
remove the top padding from here:
HR {
height: 1px;
margin-top: 0.5em
border: none;
border-bottom: 1px solid #9a9a9a;
}
dharma:
in FF:
- I deleted some category headings ie: "Search" from the english file. In FF an Empty Space remains there (might have to live with this one?)
#searchHeading {height:0}
dharma:
And a FF warnings which I don't know if important, or not:
Warning: Error in parsing value for property 'font'. Declaration dropped.
Source File: https://secure.xxxx.com/includes/templates/simple_zen/css/stylesheet_new.css
Line: 245
You can ignore that, its not important.... however there is a way to stop it... I can't recall exactly what the issue with that was, I either addressed it with this template or another, I'll post when I remember where that can be adjusted. ;-)