Problem:
This short code
[wpv-current-user info="login"]
Prints out a user name even after the user has logged out of wordpres.
I was reading the views code but it is big. Any suggestion about what could cause this?
Solution:
It is a cache problem, you will need to disable Views cache of "side bar login", you can replace the view shortcode from:
[wpv-view name="side bar login"]
To:
[wpv-view name="side bar login" cache="off"]
Relevant Documentation:
https://wp-types.com/documentation/user-guides/views-shortcodes/#wpv-view
This is the technical support forum for Toolset - a suite of plugins for developing WordPress sites without writing PHP.
Everyone can read this forum, but only Toolset clients can post in it. Toolset support works 6 days per week, 19 hours per day.
Sun | Mon | Tue | Wed | Thu | Fri | Sat |
---|---|---|---|---|---|---|
- | 9:00 – 13:00 | 9:00 – 13:00 | 9:00 – 13:00 | 9:00 – 13:00 | 9:00 – 13:00 | - |
- | 14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | 14:00 – 18:00 | - |
Supporter timezone: Asia/Hong_Kong (GMT+08:00)
This topic contains 2 replies, has 2 voices.
Last updated by 4 years, 2 months ago.
Assisted by: Luo Yang.