Gerard ter Beke
Forum Replies Created
-
Forum: Plugins
In reply to: [WP-Polls] Conditional showing of pollsThanks Lester, this works great!
In my example, I use this logic:
is_user_logged_in() && (!check_voted(4))
It checks if the user is a logged in user, and if he or she hasn’t voted yet. It then displays the poll (POLL ID 4 in this case). As soon as the user has voted, the poll disappears from the page.
Forum: Plugins
In reply to: [WP-Polls] User logging in different pollsOk, thanks for the lightning fast answer!
Forum: Plugins
In reply to: [WordPress Access Control] access control over widgetsAnother great plugin to do this is ‘Widget Logic‘
Forum: Fixing WordPress
In reply to: Login -seems- not to workIt doesn’t seem to be a captcha problem.
I’m using Peter’s login redirect to skip the dashboard for my subscribers
When I login as a subscriber in FireFox or IE8, I get directed to my site as a logged in user. This is exactly what I hoped for.
Doing the same in Chrome however, I get directed to the site but it looks as if login didn’t take place. Hitting F5 (refresh) reveals that the user IS logged in.
Any ideas as to why Chrome shows different behavior here?
Forum: Fixing WordPress
In reply to: Login -seems- not to workYes it is. I don’t accept unknown users on my site.
Visitors get a public page and public posts, subscribers get more menus, posts and pages.Forum: Fixing WordPress
In reply to: Login -seems- not to workHm. Renamed the plugins directory to plugouts. Logging in as a user puts me in the dashboard, not the site (that’s why I use the redirect plugin). Is there an easy way besides the plugin to redirect subscribers to the site instead of the dashboard?
kmessinger, I’m not sure what you mean. I have checked the wp-admin directory on the site through ftp, but don’t see any file with a captcha in it’s name. Am I misunderstanding you?
Forum: Fixing WordPress
In reply to: Login -seems- not to workOK will do.
Can I disable my site in the meantime? Put it in service mode so to speak?
PS Me and my users can login! It’s just that they need to refresh to SEE they are logged in
Forum: Fixing WordPress
In reply to: Login -seems- not to workMy theme is TwentyThirteen.
Plugins:
Easy Columns
iQ Block Country
Members
NextGEN Gallery by Photocrati
Peter’s Login Redirect
Sidebar Login
TablePress
Twitter Tracker
Ultimate TinyMCE
WordPress Access Control
WP-Polls
WP SlimStatAny ideas?
Forum: Fixing WordPress
In reply to: Login -seems- not to workSwitching the plugins off does not change this.
It might be captcha related. Sometimes I get a captcha on logging out. Where do the captcha’s come from?