23.03.2005
NWC und Framefake Theme
Nun hab ich auch 2 Themes bei Alexking’s Theme Competition
eingereicht.
Northern-Web-Coders Theme

download Northern-Web-Coders Theme
und
Framefake Theme

Nun hab ich auch 2 Themes bei Alexking’s Theme Competition
eingereicht.
Northern-Web-Coders Theme

download Northern-Web-Coders Theme
und
Framefake Theme

RSS-Feed für Kommentare zu diesem Artikel.
Die Kommentarfunktion ist zur Zeit leider deaktiviert.
Comprehensive list of 160 WordPress 1.5 Themes / Templates available for download
(Last updated: 3/23/05
I’m using your template but cannot figure out how to put a jpg for the background in the header. Help?
@mike
open the style.css and look for:
h1#header
{
background: url(images/himmel.jpg);
change himmel.jpg to whatever.
Hi, i like your template very much. But what do i do wrong, since i cannot place any links on the page.
What do you need to know to assist me?
Rob
Hallo!
Ist es das? Besonders katastrophal ist es mit der Mac version des IE… Dort sieht man außer der Hintergrundgrafik gar nichts. Das wäre schon ärgerlich für eventuelle Besucher der site
Gibts da vielleicht einen Workaround? Ich habe ein wenig mit dem theme switcher plug-in rumexperimentiert und hatte die idee zur Not einen IE-Theme zu basteln, auf den alles was sich als MSIE zu erkennen gibt verwiesen wird… Würde ungern auf den Framefake theme verzichten…
Ich bin gerade dabei mein Design zu optimieren und stelle fest, dass der von mir eingesetzte framefake theme im internet explorer nicht richtig dargestellt wird. Einige mögen sagen das sei normal…
Sorry, der link in der vorigen post war falsch…
So ist’s besser:
http://www.populoud.de/mark/wordpress/
@mark
auf dem ie6(win)läuft das theme…
das war auch bedingung von alexking
wieso den noch den ie5 auf nem mac:?:
da gibts doch firefox und co.
das theme wird nie auf nem ie5-mac funzen…
ich hab ja für den ie6-win schon alles an hacks nutzen müssen, um es auch da zum laufen zu bekommen.
Naja, ich finde es nur schade, wenn Besucher – und sei es eine noch so kleine Zahl (nämlich Mac OS 9 – User) – so gar nichts zu sehen bekommen.
Der win IE 5.5 (mit dem ich teste) geht ja eigentlich noch… nur da wird’s ab und zu etwas hässlich, wenn Bilder im content-Bereich sind (Header+Footer img werden dann verschoben). Das Kontaktformular kommt natürlich auch nicht so gut (es scrollt nicht mit und klebt am footer fest).
Deshalb würde ich schon gerne alle IE-Browser automatisch zu einem anderen Theme schicken (was wiederum abhängig davon ist, dass sie cookies akzeptieren :-/ ) Die stressfreie Alternative wäre sicherlich ganz auf framefake zu verzichten…. Das würde ich allerdings schade finden.
Sind die von mir beschriebenen Darstellungsfehler des WIN IE 5.5 beim IE 6 nicht vorhanden?
im ie6 funzt deine seite ganz gut.
bis auf die inputs… die sollten noch einen z-index bekommen
[...] ling Leaves NEW FastTrack Fleur De Lys NEW Flex NEW Flippin’ Sweet! ForumED Framefake Theme Fresh Bananas G-S Theme GanjaPress Garde [...]
You’r template is very cool,
bat… :
WordPress database error: [Unknown column 'time_modified' in 'order clause']
SELECT * FROM wp_posts WHERE post_status = ’static’ ORDER BY time_modified ASC
can you help me ?
Thanks.
..the same error..
http://themes.wordpress.net/theme-viewer.php
thanks.
@anto
In the header.php file, the following line:
<?php wp_list_pages(’sort_column=time_modified&title_li=’); ?>
needs to change to:
<?php wp_list_pages(’title_li=’); ?>
All OK !
Thanks !!
Hello, after trying more than 50 themes for WP, I have chosen your theme for my test of little personal site!:smile:
The site is in italian and I have changed very few things to fit it in my language and to my taste. I hope you liked it.I really appreciate your work! Here’s my question: how you did the cartoon-style of the titles in your blog? There is some plug-in? Thank you, ciao
@spiff
the plugin for the headlines is Headline Images…
but the site is currently down.
Thank you very much anyway!
Hello, I downloaded the Framefake theme, which I love by the way, and I only want certain pages to show up in the navigation under the heading image. What can I do so that all pages do not attempt to list themselves–only the selected pages–since by default it pulls all pages?
This is the coding given as the default:
Thanks tremendously for any assistance you can provide.
@yolanda
look here for Template Tags/wp list pages
there are many examples.
I have the same problem as @anto, above – I’m getting the error message: “WordPress database error: [Unknown column time_modified in order clause]
SELECT * FROM wp_posts WHERE post_status = static ORDER BY time_modified ASC”
However, when I use the solution you posted (”In the header.php file, the following line:
needs to change to:
I just get a blank page. When I delete the header.php and replace it with the original, I get my blog back.
) my entire blog disappears.
I cut and pasted what you wrote to do directly from your answer above. What am I doing wrong?
TIA,
Tracy
@tracy
i think it’s a copy-paste problem with the singlequotes…
this code is better:
<?php wp_list_pages('title_li='); ?>You’re absolutely right.
Thanks so much for helping!
Hallo!
Erstmal: Sehr schöne Design, ich selbst benutze
auf meiner Seite den NWC-Theme.
Eine Frage habe ich allerdings.
Bei den Kommentaren möchte ich, dass die Zeile
Kommentar von **** — 25. 10. 2005 um 18:10komplett in rot ist und die Schrift 10px groß ist. Ich hab das mit dem Span befehl gelöst, da ich nicht in die stylesheet Datei ranwollte, damit das nicht überall geändert wird. Das Problem ist, dass der Name/Link des Kommentators nicht durch einen<a>Befehl sondern durch die Variable eingefügt wird. Ich schaffe es hier nicht, die Farbe auf rot zu stellen weil (denke ich) in der Variable selber der Befehl steckt. Ich muss nun also wissne, wo diese Variable erstellt wird, oder ob es einen anderen HTML/CSS Trick gibt, den Autornamen/Link einzufärben.Danke (bisschen viel aber ich hoffe, ihr versteht die Problematik)
@eriko
so wie es aussieht, hast du das doch super hinbekommen
Ja, wenn der Username auch noch Rot wäre schon. Isser aber nicht:cry:
@eriko
du kannst das hier:
style="color:#A30C0C ;font-size: 10px"in den a href=…. schreiben, oder du musst ne class in der css anlegen
Ja, das hab ich ja gemacht, bei der Uhrzeit geht das. Beim Autornamen ist kein href, da ist direkt die Variable . Wenn ich die so ausgebe ist das Der Autorname als Link auf die angegebene URL. Wenn ich wüsste, wo die Variable erstellt würd, könnte ich das direkt da ändern.
@eriko
du kannst in der comments.php in zeile 18 dem a href eine class geben… zb. class=”redcomment”.
dann in die css einfach:
a.redcomment
{
color:#A30C0C;
font-size: 10px
}
das funzt
mhm, das Problem ist ja, dass der Autorlink gar nicht durch einen href eingebunden wird sondern einfach nur in der Variable
da existiert kein . Die Variable alleine erstellt wohl den aber ich weiß nicht, wie ich da rankomme.
die Variable heißt
?php comment_author_link() ?
@eriko
sorry… du hast recht.
aber in wp-includes/comment-funktions.php… da steht in zeile 174
<a href='$url' rel='external nofollow'>$author</a>.das ist der link den du suchst
Ha. Mit dem Trick hats nun endlich funktioniert. Vielen Dank für die viele und kompetente Hilfe!!!
Bis dann
Eriko
Hallo und Danke für dieses wunderbare Template. Icvh kann leider einen Bug in den Kommentaren nicht selber beheben. Bei den Kommentaren fängt die Nummerierung bei 10 bzw 0 wieder von vorne an wie hier in diesem Kommentar. Irgendeine Idee?:shock:
@beat
das problem kann ich nicht nachvollziehen.
hier z.b. sind bis jetzt 13 kommentare… da fängt nix wieder von vorne an
@jaman:jetzt bin ich zuerst aber erschrocken
Ich hab nochmal nachgeschaut im Firefox ist es in Ordnung aber im IE kommt nach 9 eine 0 und dann fängts wieder bei 1 an
@beat
jaja… der doofe ie
versuch mal das hier in der css:
ol#commentlist li{margin: 0 0 0 10px}
danke jaman hat wunderbar geklappt!
[...] Framefake Theme [...]
[...] Framefake Theme [...]
I am using your FrameFake Theme. How do I add website, links, and blogroll to the sidebar?
Thanks.
@vanessa
you have to put this code in the sidebar.php:
<?php get_links_list(); ?>First, thanks for the prompt response to my question.
Now, for another question: Is there anyway of unframing FakeFrame? It is the layout and color combination that I really like.
Again, thanks.
Me again, with what I hope is a final question. How can I put a tagline under the weblog title?
Thanks.
@vanessa
try this css file:
http://www.northern-web-coders.de/blog/uploads/style.zip
but what is a tagline
Thanks for the style file.
A tagline gives a brief description of the weblog. If you visit our “Think” blog
http://blogs.lifechurchministries.org/think/ , you will see under the title, “Fresh perspective on the Christian life”. This is done by going to WP Site Admin >> Options >> General where you can enter the Weblog Title and Tagline.
@vanessa
you can try this code to show the tagline:
<?php bloginfo('description'); ?>CSS positioning is still a challenge for me. I got my tag, but can not seem to place is under “Come Sunday” and over the background image.
Thanks.
@vanessa
you got it
Thanks for all of you help. After asking how to place the tagline, I carefully read the CSS and the header code, and slowly figured it out. Thanks for have the code and CSS in american english.
May God bless you.
[...] – in wp-content/plugins/singapore/templates/default/ aus der header und footer.php alle html-head-Tags gelöscht – aus der main.css alle Informationen in die style.css des Wordpress-Templates kopiert – jetzt muss ich nur noch rausfinden, warum position:fixed in der Galerie nicht mit dem IE funktioniert. Der Rest des herrlichen Themes Framefake funktioniert auch. [...]
Hello,
I am using your theme Framefake. Thanks for the great theme!
Simple question: How do I change the background color (the colors on each side) please?
Marcus
@marcus
the background is a image.
you have to change the color in the background.gif.
@jaman
Thanks – but maybe I wasn’t clear – I want to change the colors of the side margins. I’ve tried changing the background.gif and it only affects the middle part.
@marcus
you can change the color of the side magines in the css file. look for this line:
background: url(images/background.gif) center repeat-y;
and put some color in it… like:
background: #FF0000 url(images/background.gif) center repeat-y;
but you have to change the background.gif accordingly.
@jaman
Thanks a million! That did the trick and the site now looks almost exactly the way I wanted it. Take care.
[...] Framefake Theme [...]
[...] Framefake Theme [...]
Love your FrameFake tempalte. The footer is pushed over to the right only in IE not in FireFox, can you help?
@ zoe
i checked ie6 and ie7 on win xp and can’t see any problems with ie.
@ zoe
i take a look at your css again…
you have to add “position: fixed;” to p.credit
Hey! I’ve been using NWC for years now, just editing the CSS when I get bored. I still love it, so thanks!
http://www.confuzzled.nl
P.S. If you want to submit a comment, it still says “abschicken” – I’ve left it as a joke.
Hi, ich finde deine Designs sehr schön, ich wäre dir überaus dankbar, wenn du mir eine Frage beantworten könntest. Wie bekommst schaffst du es, dass dein Layout eigentlich Barrirefrei ist. Hab es mal getestet und es wird eigentlich in allen Browsern valide dargestellt. Was ist dein Rezept. Möchtest du da was rausrücken. bütttee
@marcus
erstmal danke für die blumen
was soll ich sagen…
meine vorgehensweise beim erstellen von webseiten ist, dass ich erstmal alles für firefox erstelle und mich dann mit den restlichen browsern beschäftige.
css-hacks für den ie6 und 7 gibts massig.
im nn7 sowie opera9+ gibt es eigentlich fast keine unterschiede zu firefox.
vieleicht hilft dir das weiter
[...] FlyHigher FlyHigher 2.0 Foliage Mod testato con WP 2.0 Follow Me ForumED Foundation 3 COLONNE Framefake Theme Fresh 3 COLONNE Fresh Bananas Frusti Fundamental Funny Pictures G-S Theme GanjaPress Garden Log [...]
[...] Framefake Theme [...]