Hi all,
The site that we are building is a member site that will show previews of content that is only accessible by paid members. I would like to have a flow similar to what National Geographic has. If you click on an article that has a lock, the modal comes to allow you to either join or login. How can I achieve something like this?
Go to this page to see this in action: hidden link
Thanks!
Hi,
Toolset plugins do offer control to show different content templates to visitors and members, as explained in this guide:
https://toolset.com/lesson-placement/lesson-placements-1645291-1651873/
You can use the Toolset's login form shortcode ( ref: https://toolset.com/documentation/programmer-reference/views/views-shortcodes/#wpv-login-form ) in the template for the visitors, however, there is no built-in feature available to show it inside the modal window.
If you have the Bootstrap 4 library enabled on the website, you can use its modal feature ( ref: hidden link ).
Alternatively, you can use the modal feature from either your theme, page builder, or any other third-party plugin.
I hope this helps and please let me know if you need further assistance.
regards,
Waqar