Skip Navigation

[Cerrado] Conditional Content if User Not Logged In

This support ticket is created hace 2 años, 11 meses. There's a good chance that you are reading advice that it now obsolete.

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.

Hoy no hay técnicos de soporte disponibles en el foro Juego de herramientas. Siéntase libre de enviar sus tiques y les daremos trámite tan pronto como estemos disponibles en línea. Gracias por su comprensión.

Sun Mon Tue Wed Thu Fri Sat
- 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 9:00 – 12:00 -
- 13:00 – 18:00 13:00 – 18:00 13:00 – 18:00 14:00 – 18:00 13:00 – 18:00 -

Supporter timezone: America/Jamaica (GMT-05:00)

Este tema contiene 3 respuestas, tiene 2 mensajes.

Última actualización por Shane hace 2 años, 11 meses.

Asistido por: Shane.

Autor
Mensajes
#2228189

Can you tell me the best way to display a conditional block if a user is NOT logged in? I have tried the following, none of which seem to work:

1) If current user role = 'guest'
2) If current user role is blank
3) If current user ID = 0
4) If current user ID is blank

It would be nice if there were simply an option that said "if user logged in" but does not seem to exist. Thanks for any help.

-- Aaron

#2228223

Shane
Supporter

Idiomas: Inglés (English )

Zona horaria: America/Jamaica (GMT-05:00)

Hi Aaron,

Thank you for getting in touch.

We actually do have a shortcode that can check the users logged in status. The shortcode you can use is [wpv-current-user info="logged_in"]

This shortcode will return true or false if the user is logged in or not. You can therefore use this in our conditional statement to check the status of the user.

Here is a simple example below.


[wpv-conditional if="('[wpv-current-user info='logged_in']' eq 'true' "]
Do something if logged in
[/wpv-conditional]

Please let me know if this helps.
Thanks,
Shane

#2228293
nothing-comes-up.PNG
not-logged-in-settings.PNG

Thanks. That is helpful, although it's still not working. Attached are two screenshots. I tried enabling debug mode but even that output does not appear. Does it being inside a widget have an impact? When I add the shortcode you provided as text inside a paragraph block it correctly displays "false" but it doesn't seem to have the desired effect inside the conditional block.

#2228349

Shane
Supporter

Idiomas: Inglés (English )

Zona horaria: America/Jamaica (GMT-05:00)

Hi Aaron,

Based on your screenshot your use case is correct.

Would you mind allowing me to have admin access to the website so that I can have a more detailed look at this for you ?

Please where applicable please provide me with a link to an example page where I can see the issue.

I've enabled the private fields for your next response.

Thanks,
Shane

El debate ‘[Cerrado] Conditional Content if User Not Logged In’ está cerrado y no admite más respuestas.