AJ1820
Forum Replies Created
-
Forum: Plugins
In reply to: Register Plus Redux displaying extra fields. Help please!The answer…in case anyone else should have this problem…was another plugin (WP-SpamShield) was doing it’s thing by adding some registration fields.
Forum: Fixing WordPress
In reply to: Fatal error: Call to undefined function get_currentuserinfo()I selected all and downloaded all files from the online install directory.
What’s extra confusing is a fresh install completely unrelated results in the same warning. I started the site offline and had no problems the first week of offline programming.
Forum: Fixing WordPress
In reply to: php was working, all of sudden not. help please!Found it! If anyone else ever runs across a similar issue…
On the Writing Settings page…don’t check the WordPress should correct invalidly nested XHTML automatically box if you plan to use PHP.
Forum: Fixing WordPress
In reply to: php was working, all of sudden not. help please!Also just realized…it’s not breaking it in the “normal” way. It’s putting a space changing <?php to < ?php. I just tried another plugin that’s working on my other site and it’s making zero difference.
Forum: Fixing WordPress
In reply to: Registration page css/plugin helpSince registration isn’t accessible by the normal link from Login I’ve added a Register link right under Lightning McQueen’s nose.
Forum: Fixing WordPress
In reply to: I broke it. Changed url…now something is very wrong.I looked at that before posting here but I guess I was too tired to fully understand. I had tried option 1 which didn’t work. Option 2 however has resolved things.
Thanks!
Forum: Themes and Templates
In reply to: login password field css optionsAwesome it worked! Thanks!
Forum: Themes and Templates
In reply to: login password field css optionsSorry! The website is fantasyfools.net.
Here is the HTML…not sure if anything can be gleaned from it. I’m actually noticing quite a bit of code from the “Theme My Login” plugin. Can anyone tell from this what part of CSS I should look at? From what I can tell the only difference is that one box type is “text” and one box type is “password”.
<div id="main"> <div id="container" class="container-page"> <div id="content"> <div id="post-497" class="post-497 page type-page status-publish hentry"> <h1 class="entry-title" >Log In</h1> <div class="entry-content"> <div class="login" id="theme-my-login"> <form name="loginform" id="loginform" action="/?page_id=497" method="post"> <p> <label for="user_login">Username</label> <input type="text" name="log" id="user_login" class="input" value="" size="20" /> </p> <p> <label for="user_pass">Password</label> <input type="password" name="pwd" id="user_pass" class="input" value="" size="20" /> </p>
Forum: Fixing WordPress
In reply to: Would like to leave out "Leave a reply"…Thanks! Didn’t realize all options wouldn’t be shown by default.