Mitashkin
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Floating sidebar works differently in different browsersHello,
I fixed the sidebar in both browsers. I noticed that there were two closing brackets for #nav li and when I deleted one of them it worked, I am still unsure of how it did, but it worked.Still there are other styling problems deserving a separate question I guess.
I am testing the blog on my local server,not online, thats why I haven’t posted a link. Is there an alternative?
Thanks again for your answers. I appreciate!
Forum: Fixing WordPress
In reply to: Floating sidebar works differently in different browsersThank you! I will try that, but why does not FIREFOX float the sidebar to the right? I see nothing wrong with my code.
Forum: Fixing WordPress
In reply to: Cannot create comment replyThank you very much Big Bagel! I removed my <form></form> code and replaced it with comment_form() and easyly found out how to remove the tag message. My comments and nested replies are working.
The bad thing for novices like me is that thorough, step-by-step tutorials on the net are usually obsolete and connecting the pieces of the Codex is like an investigation.
Kind Regards!
Off-topic: I noticed the $zero in comments_number did not work after the if (have_comments) loop (I just inserted a separate message after else;.).