dorr4wp
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: cannot log in to new blogthanks Tara..deleted will try again..first time ever had a problem like that..something must have gotten corrupted in the install.
Forum: Fixing WordPress
In reply to: cannot log in to new blogthank you Tara..nothing there seems to fit the problem..it is a brand new site, no plug-ins..cannot access to check users..have never been able to sign in..can access site, but not log in to admin..some of that is too confusing..think it will be easier to delete and start over
Thank you…anyone needing same advice…skip the top suggestions on that page…a mess, complicated and does not work. Further down you will read this:
FINALLY figured it out! in the comment php, I had to replace this:
<?php comment_form(); ?>
with this: <?php comment_form(array(‘comment_notes_after’ => ”)); ?>this worked wonderfully
Forum: Fixing WordPress
In reply to: Remove You may use these HTML tags and attributesFINALLY figured it out! in the comment php, I had to replace this:
<?php comment_form(); ?>
with this: <?php comment_form(array(‘comment_notes_after’ => ”)); ?>Worked in silent film theme as well thank you
Forum: Themes and Templates
In reply to: [raindrops] Menu BUG in IE9…Thank you Nobita…Was helpful, however my version did not have the exact script as cited above. This is how it was in my style.css and how I corrected. As you will note, does not matter which color was added as I chose white and the glitch in IE9 was corrected easily. Appreciate the quick response. Beautiful theme. Thank you.
style.css line 1300
From this:}
#access li:hover > a,
#access ul ul :hover > a {
}To this:
}
#access li:hover > a,
#access ul ul :hover > a {
color:white;
}Forum: Themes and Templates
In reply to: [raindrops] Menu BUG in IE9…I have installed this theme and love it. However as stated by Rypi the page menu still has the glitch and it drops down in a descending fashion when mouseover. Are you working on a solution. I would like to continue with this theme. Please advise.