yuh
Forum Replies Created
-
Forum: Your WordPress
In reply to: Swim Community Blog [redesign]no im sorry. the hyperlinks in the footer doesn´t work in both browsers. im used to work in the web with 1280×1024 but on my small tft its also wrong.
i tried to make a screenshot, but its not shown where im gonne get connectet and my mouse is also not shown.
can someone else test this pls? perhaps its something in my browsers. would be nice if there is someone who can help us finding my bug 🙂
Forum: Your WordPress
In reply to: Swim Community Blog [redesign]firefox and ie, both for surfing and testing
Forum: Your WordPress
In reply to: musyoka.comgreat it looks good now. but it looked good before too 🙂
happy easter musyoka and keep up this good work
Forum: Your WordPress
In reply to: musyoka.comthats better for reading and my eyes, thx
what would you say if i tell you that the footer should get the same backgroud colour as the sidebar actually has?
it would finish this layout and would look much better i think.
but nice work
Forum: Your WordPress
In reply to: Coredumpit looks great like a huge portal. the sidebar is a little bit small but very usefull in this ease and use. the colours fit together and are strong enough to find eversything you want.
a very good work you all had done there. keep it up
Forum: Your WordPress
In reply to: Swim Community Blog [redesign]in the footer u wrote 3 links, colophon, archives and links.
they don´t work correctly. if you click on archive u get to colophon, if you ´ll click on links you get on archives, but the link or the page for your link is missing there.
perhaps i did something wrong, but perhaps i found a bug. happy easter everyone
Forum: Your WordPress
In reply to: New NFO lookperhaps you can take another colour in the sidebar for the headlines.
everythings there orange, perhaps it would be better and easier to use another colour, perhaps white the get this a bit more striking.another colour would be in my opinion more remarkable
Forum: Your WordPress
In reply to: well, here goes nothingi´m on my way!!
Forum: Your WordPress
In reply to: musyoka.comi like this work, but in my opinion it would be better to use a darker colour for the links in the navbar and comments.
its too light for me. on “mouseover hyperlinks” this blue would fit better. or brown, like in the picture in the header
sorry for my bad english today. i hope you can understand what i mean 😉
the design is very nice but a bit hard for me the read on it….i have my little problems with light colours. but who am i? 🙂
Forum: Your WordPress
In reply to: well, here goes nothingi really would do everything, i mean nearly everything to get a deal with you and a okay to use, to modifie this great theme…. should we get in touch? i think YES 🙂
Forum: Your WordPress
In reply to: New NFO lookyou took nice colours for this new design, i like it alot, the background and the dark grey in the content are perfect together. well done.
Forum: Fixing WordPress
In reply to: Wanted: NEW sidebar for other pagesthe default template is a perfect example, but first of all is to get in touch with the basics i missed and read the article you postet me.
hope i can post you a succes very soon, thx alot to give me the right way moshu
Forum: Fixing WordPress
In reply to: Wanted: NEW sidebar for other pagesis the way i create a static page. im not sure if this is a static page okay, or is there another way to get a new page?
hm not better 🙂
i want a new page with the content in the archiv at my webpage. left the content with stats, categories and perhaps something else and on the right should be displayed a new createt sidebar with comments and recent posts.
and so i did on my page. i used this code to get a new page which i gave a hyperlink in the header.
thats the code:<?php
require(‘./wp-blog-header.php’);
$themes = get_themes();
$current_theme = get_current_theme();
$current_template_dir = $themes[$current_theme][‘Template Dir’];
include($current_template_dir . “/header.php”); ?>mein content
<?php include($current_template_dir . “/sidebar2.php”); ?>
<?php include($current_template_dir . “/footer.php”); ?>is this okay how i build a new page with this content i would like or should i use something else. the stats i use atm are 4 plugins and so i decided to get a page like that…its the only way i know do do this
Forum: Fixing WordPress
In reply to: Wanted: NEW sidebar for other pagesthx moshu thats exactly that for i was looking for
i thought i take a look at the default theme in wp 1.5 the “kubrick” and in this sidebar he also uses the “if” calling.
for example in the default theme….so you can browse to archives. the sidebar loads the content, text, pictures whatever for this section and the place where you are right now….even in the archiv section.
i took a look at this sidebar and i think i can use this for my problem. and perhaps i can write u soon about succes or a miss 🙂
one question is still unanswered, am i right with my doing to create a static page with this phpcode a post before, or is there something wrong?
thx really really a lot for helping….i´m on my way to handle this now
Forum: Fixing WordPress
In reply to: Wanted: NEW sidebar for other pagesmy sidebar works technically perfect, but its strange how its displayed. i cleared everything out of my cache in every browser but it didn´t help. so i thought it was a mistake or a little thing i had forgotten….
and i upped 2 pics your you so you can see what i mean with ” moved out of place”
http://acidsugar.net/sbinie.png (sidebar shown in ie)
http://acidsugar.net/sbinff.png (sidebar shown in the ultimate browser)perhaps i did a wrong way to get a static page. i used this code here:
<?php
require(‘./wp-blog-header.php’);
$themes = get_themes();
$current_theme = get_current_theme();
$current_template_dir = $themes[$current_theme][‘Template Dir’];
include($current_template_dir . “/header.php”); ?>mein content
<?php include($current_template_dir . “/sidebar2.php”); ?>
<?php include($current_template_dir . “/footer.php”); ?>would be great if someone has an idea.
in my css i used the <h1> for the headlines in the content. i also tried to use the h1 from the entrybody but its still displayed a bit wrong ….could this be a reason that i used a wrong headline??