http://www.tota.rebalton.com/pages/chi-sono.php
It's the site of my friend Carlotta :)
I've made the template from my site http://top.rebalton.com
any impression? :)
does look very nice ... but one thing, on larger screen resolutions the layout breaks a bit (below te footer).
Have a look at the screenshot. It is taken with a 1280 by 1024 resolution on my testmachine.
[edit] Ahh ... and you have a charset issue ... [/edit]
cheers
Klaus
[gelöscht durch Administrator]
Quote from: kweitzel on October 01, 2006, 08:57:22 PM
does look very nice ... but one thing, on larger screen resolutions the layout breaks a bit (below te footer).
Have a look at the screenshot. It is taken with a 1280 by 1024 resolution on my testmachine.
[edit] Ahh ... and you have a charset issue ... [/edit]
cheers
Klaus
now I see... mmm I don't know how i can fix it :?
had just a "piccolo" look at it, I think the reason for this is the general layout.
You have a quite elaborate footersetup. That's where I would look for the reason of this. Try putting a bottom margin in which is smaller than the gray bar under the footer.
cheers
Klaus
ciao francesco
just "abused" your template "templeron"for my site...
http://www.screensolution.ch/_media/pages/screensolution.php :mrgreen:
there is a little bug in your css like kweitzel told you.. i've fixed that one!
get rit of the:
Quotebackground: #444444 url(images/sfondo.gif) repeat-y 50% 0
in your base css / body#pagetop
it works :-D
cheers, chris
by the way... i like the way you work / design pages... go ahead and spread the code :-D
Hello,
i like the template too, but it needs to have a few fixes:
1.) Changing in base.css at body#pagetop:
background: #444444 url(images/sfondo.gif) repeat-y 50% 0
to only:
background: #444444
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:
h3
to:
<div id="header">
and:
/h3
to:
</div>
and in base.css:
h3 {
to:
div#header {
3.) The "Login" word on the right site is always present, no matter if login is enabled or disabled. Changed in index.php:
<div id="risorse" class="section">
<h2>Login</h2>
to
<div id="risorse" class="section">
<?php if(FRONTEND_LOGIN == 'enabled' AND VISIBILITY != 'private' AND $wb->get_session('USER_ID') == '') { ?>
<h2>Login</h2>
<?php } ?>
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]
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
if you share the grafic project, i will share the template in wb-blue! :-D
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
i know, i promised the template... but i stil find bugs in it... share some time, please.. wb_blue is coming soon :roll:
Quote from: burki on November 03, 2006, 10:19:16 PM
i know, i promised the template... but i stil find bugs in it... share some time, please.. wb_blue is coming soon :roll:
don't worry :)
PS: I have made another WB template, Lerontpl v4
It's based on the same code: on Tota's template and LERONTEMPLATE
It's a "glass", clean template
you can see it here
http://top.rebalton.com/
it's not tested on IE6 at this time, I have to install Xp
Could you guys please help me out and tell me how to put logos on the right hand side like leron did here http://top.rebalton.com/ (http://top.rebalton.com/) On a few of his other sites also in the right are a news ticker and some other things. Also is there a way to put like a "block" in there through the admin panel? Any help would be greatly appreciated.
Erik
Hello,
look here:
http://projects.WebsiteBaker.org/websitebaker2/wiki/Docs-EN-Advanced-Howtos-Create-additional-editable-content-blocks
(http://projects.websitebaker.org/websitebaker2/wiki/Docs-EN-Advanced-Howtos-Create-additional-editable-content-blocks)
Matthias
Ok.. I have a really hard time with code. But it looks like there is already a center and right side. Is there anything i need to add to this and if so could you please tell me what. thanks
EDIT: I got it working. Thanks for all the help :)
Just another site, based on my template
www.freegamesitalia.com/sito
now is a "work in progress" site
the site is a community that users can read and review, collect and describe all the free and open source games that they have tried
we use a custom WB module built by lnessuno from hadware upgrade, wrote for this site
with this module an user can:
post a review
edit a review
update a review
post screenshots of the game
the posts from the users are stored in a list before the publish and an admin can "approve" the new entry
in other words, this module have the object to be a "mini-wiki" for freeware and open source videogames, with the function of a supervision from the admin on the contents (before the publication of a content on the site, the administrator can approve or not the changes on an old content or a new content)
I haven't seen this Module before??? Can you post the module .zip???
Quote from: tomhung on January 05, 2007, 04:16:25 PM
I haven't seen this Module before??? Can you post the module .zip???
the module is created for freegamesitalia by lnessuno from hwupgrade
at this moment it's under developement :)
leron,
this module would be nice for my friend's beer rating site. if you hook me up with the code... i'll give you all my bug fixes! :)
Greg