donjz
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: No more comment countingThank you!
Forum: Installing WordPress
In reply to: ErrorThanks. I upgraded to Beta 2. Things look much better. Although, I have to re-design the entire thing again. 🙁
Forum: Installing WordPress
In reply to: ErrorThanks for the quick response. I tried my other themes, and they all work fine. K2 is having a problem.
As for the installation, I did everything step by step, even backed up my original blog folder.
I do not know if I’m the only K2 theme user having this problem.
Forum: Fixing WordPress
In reply to: HELP! Comment area gone crazyI-reset my sidebar to have the same content all throughout, but still get the same problem. Where can I get a validator?
Forum: Fixing WordPress
In reply to: Quicktags missing on SafariI did this already. It didn’t help.
Forum: Fixing WordPress
In reply to: HELP PLEASE!!! Repeating Menu on SidebarHmm… figured out the problem after so many trials and errors.
<!– Viewing PAGES –>
<?php if (!is_page()) { ?>
<!– blah blah blah –>
<?php } ?>The ! mark screwed things up. Somehow, it made the container repeat itself! HAH!
I wonder how it got there?!?!
Forum: Fixing WordPress
In reply to: Sidebar has gone crazy!! Help!Thank you so much! It’s finally working… although I had to use a negative top margin to bring the sidebar above the header image…. this time, it’s not a whopping -1990px. 🙂
THANKS!!! 🙂
/me does the dance of joy!
Forum: Fixing WordPress
In reply to: Sidebar has gone crazy!! Help!okay, that worked. thanks.
can i still insert the vertical graphic beside the sidebar?
is it safe to overlap the sidebar with the header image?Forum: Fixing WordPress
In reply to: Sidebar has gone crazy!! Help!did you guys find what went wrong?
Forum: Fixing WordPress
In reply to: Sidebar has gone crazy!! Help!okay, this is what happened when I took out the ridiculous margin.
i enabled the position: absolute;
and margin-top: -190px; (because I want the sidebar to go up the header)
but when i resize the browser, it doesn’t move with the restForum: Fixing WordPress
In reply to: Sidebar has gone crazy!! Help!ok… 🙂 sorry… hang on
Forum: Fixing WordPress
In reply to: Sidebar has gone crazy!! Help!OOOPs!! Okay, I think I made it stick. Is it okay to put
“margin-top: -1990px; “?
Forum: Fixing WordPress
In reply to: deleted sql databaseThanks guys. Bluehost.com has not replied to my inquiry about this matter. I guess, my database is forever lost. Anyway, I re-installed everything with a new theme Old Vigan that I designed (not from scratch though).
Forum: Fixing WordPress
In reply to: How to keep the header image fixed#header h1 {
font-size: 1.8em;
background: url(images/viganheader.png); /* no-repeat; */
position: fixed;
width: 755px;
height: 150px
margin: 0;
top: 0;
padding: 0;
z-index: 1;I’ve been tweaking this part which I think is the problem. Maybe it’s so obvious, but I can’t see what’s wrong with it…
Forum: Themes and Templates
In reply to: use of iFrame… i don’t want the sidebar to showok, will try… will keep you guys posted. (/me crosses his fingers)