General Community > WebsiteBaker Website Showcase
TOTA's Website
burki:
by the way... i like the way you work / design pages... go ahead and spread the code :-D
ruebenwurzel:
Hello,
i like the template too, but it needs to have a few fixes:
1.) Changing in base.css at body#pagetop:
--- Code: ---background: #444444 url(images/sfondo.gif) repeat-y 50% 0
--- End code ---
to only:
--- Code: ---background: #444444
--- End code ---
to get rid off the issue klaus described and burki solved.
2.) The header logo is in base.css included in h3. If you have now in your content a h3 you always get the header logo behind h3. To get rid of this changed in index.php:
--- Code: ---h3
--- End code ---
to:
--- Code: ---<div id="header">
--- End code ---
and:
--- Code: ---/h3
--- End code ---
to:
--- Code: ---</div>
--- End code ---
and in base.css:
--- Code: ---h3 {
--- End code ---
to:
--- Code: ---div#header {
--- End code ---
3.) The "Login" word on the right site is always present, no matter if login is enabled or disabled. Changed in index.php:
--- Code: ---<div id="risorse" class="section">
<h2>Login</h2>
--- End code ---
to
--- Code: ---<div id="risorse" class="section">
<?php if(FRONTEND_LOGIN == 'enabled' AND VISIBILITY != 'private' AND $wb->get_session('USER_ID') == '') { ?>
<h2>Login</h2>
<?php } ?>
--- End code ---
4.) Added to the header the charset support for WB and deleted some lines wich points hardcoded to not present pages.
Attached you find this fixed version. Changed also the version at the Add-ons Repository to this fixed one.
Have fun
Matthias
[gelöscht durch Administrator]
leron:
I'm back :)
thanks for the tips kweitzel burki and ruebenwurzel :)
If you want, I can release also the graphic project in fireworks ;)
the same template (the code) is used for www.materiaprima.tn .it and www.luciogardin.it
burki:
if you share the grafic project, i will share the template in wb-blue! :-D
leron:
this is the Firefox PNG file of a clean version of my template
it isn't the same template becausa i've forget the original (made in photoshop)
http://top.rebalton.com/media/lerontpl.png
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version