Support Forum
After I log out, if I go back to SimplePress, I still see the "Welcome back Michael Levin, please log in to post" message at the top left. If I press the login button, I get an area to enter the password but it assumes I'm the same user. As I am developing this, I need to easily switch back and forth from an administrative user to a regular or even guest. Is there some way that when I log out, that can be cleared so it assumes I'm just a guest? And, if I press login, that I'll be prompted for both username and password?
Typically that is caused by having a WP caching plugin installed and not having it ignore the forum pages.
Check Forum Displays Wrong Information info in the codex. Basically... "If running a caching plugin the WordPress page the forum is displayed on needs to be excluded for all types of caching in use for it’s pages."
I think you want to turn off disallow users posting as guests option and the store guest information in cookie options on forum - options - member settings...
Visit Cruise Talk Central and Mr Papa's World
that looks like a wp theme clash issue... do you have a link to your site so we can examine the css?
Visit Cruise Talk Central and Mr Papa's World
Clash of the Themes... Sounds like a great title for a high tech thriller.
Anyway, http://www.wegmanlevin.com
Thank you in advance.
lol... if you look hard, you will see it way down there in the lower right of your screen... why?
your theme has something called demo.css... its giving it this styling
#log {
bottom: 0;
position: fixed;
right: 1em;
text-align: right;
}
fixing the position way down there...
Visit Cruise Talk Central and Mr Papa's World
Mr Papa said
lol... if you look hard, you will see it way down there in the lower right of your screen... why?your theme has something called demo.css... its giving it this styling
#log {
bottom: 0;
position: fixed;
right: 1em;
text-align: right;
}fixing the position way down there...
This should take care of it if you add it to your SP theme. You do have a custom one don't you.
THANKYOU ! ! !
I inserted the code, and it made the box appear in the right place, but, then, it was setup to input from the right (I believe it may have been designed for Hebrew). SO, I went into demo.css, and modified the following area there, instead of the sp theme:
li { list-style-type: none; } .basic, #list2, #list3, #navigation { width:20em; }
#log { position: relative; right: 0; text-align: left; } #switch { position: relative; right: 15em; }
The #log took care of the username box location, and the #switch took care of the input left-to-right.
GREAT!
One last question- this comes up without a cursor. Is there an easy way I can add some code to place the cursor in the username box?
This theme has some major issues. I hope the developer is willing to fix them.
the theme seems really, really dated... using jquery 1.3.2 if I remember... that is ancient released in Feb 2009... WP now ships with jquey 1.9...
do you mean the login name input field? you can do that with some jquery code if you want...
Visit Cruise Talk Central and Mr Papa's World
1 Guest(s)