Problem:
The user is user a form to register new users, he would like to automatically login the user after registration.
Solution:
This will need custom code to be implemented. It will need to log in the user WITHOUT a password. Check this thread it explains how to use wp_clear_auth_cookie, wp_set_current_user , and wp_set_auth_cookie to login the user without password.
I'm trying to place the 3 search boxes into bootstrap columns so that on large screens the 3 show side by side, spread out equally across the page and on mobile they would go on top of each other.
Solution:
Please try this:
Dashboard-> Toolset-> Settings-> General:
In section "Bootstrap loading", enable option "Toolset should load Bootstrap 4", and test again.
Problem: I would like to display Post Title with a Link using Blocks. When the User clicks the link, I would like to open it in a new tab.
Solution: One way to achieve this in blocks is to use a Container element, which you can set to be clickable, choose the post title as a link for the dynamic link source, and add a target of "_blank" to open the link in a new tab.