Problem:
the user has a wrong URL generated in the permalinks because he uses a special permalink structure for the custom post type.
Solution:
URLs and permalinks are out of the scope of the Toolset plugin. A workaround can be implemented using Javascript that will correct the URL at the browser.
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.