christiaanW
Support threads created in the last 30 days: 0
Favorite Forum Topics
This user has no favorite topics.
Forum Topics Created
Status | Topic | Supporter | Voices | Posts | Freshness |
---|---|---|---|---|---|
Automatically log-in user after registration
Started by: christiaanW
in: Toolset Professional Support
Problem: Solution: /** * Auto log-in new user */ add_action( 'cred_save_data', 'tssupp_cred_autologin', 10, 2 ); function tssupp_cred_autologin( $post_id, $form_data ){ if ( 12519 == $form_data['id'] ) { if ( !empty( $_POST['user_email'] ) && !empty( $_POST['user_pass'] ) ) { $user = get_user_by( "email", $_POST['user_email'] ); $signon = array( 'user_login' => $user->user_login, 'user_password' => $_POST['user_pass'], 'remember' => true ); $login = wp_signon( $signon, false ); if ( is_wp_error($login) ) { error_log( $login->get_error_message() ); } } } } Relevant Documentation: |
5 | 14 | 4 years, 1 month ago | ||
wysiwyg visual not working in popup
Started by: christiaanW in: Types Community Support |
2 | 2 | 6 years, 7 months ago | ||
Automatic redirect deleted posts / Redirect changed urls
Started by: christiaanW in: Types Community Support |
2 | 2 | 6 years, 7 months ago | ||
Remove country from address
Started by: christiaanW
in: Toolset Professional Support
Problem: The issue here is that the user wanted to remove the country from the address information on the stored value in the address custom field. Solution: Unfortunately this is not possible as the country information needs to be there in order for google to be able to identify which country the address is from . |
2 | 4 | 6 years, 7 months ago | ||
Uploading image on mobile (permission audio notification?)
Started by: christiaanW
in: Toolset Professional Support
Problem: The issue here is on mobiles , the custom image fields are asking for Audio permissions. Solution: Unfortunately i'm not able to replicate this problem on a fresh install, so the assumption is that this was a plugin conflict of some sort. What I would suggest that you temporarily disable all the non-toolset plugins and try again. |
2 | 8 | 6 years, 7 months ago | ||
Search by Address
Started by: christiaanW
in: Toolset Professional Support
ProblemHow can I add a Custom Search by Address in Toolset? SolutionYou can use Toolset Maps Plugin and Types to add an Address Field. Once you save some posts with this address field, in a View, you can query those posts and display the posts on Maps: You can also search thru those addresses, either by address or by the distance from a given centre. Relevant Documentationhttps://toolset.com/documentation/user-guides/display-on-google-maps/ |
2 | 6 | 6 years, 7 months ago | ||
Can I use any field to create a Toolset Filter by Distance from a given address?
Started by: christiaanW
in: Toolset Professional Support
ProblemI created a Text Field and input an address there. Can I use it to build a distance search for it in Toolset Views? Solution No. |
2 | 4 | 6 years, 8 months ago | ||
Multiple address fields
Started by: christiaanW in: Toolset Professional Support |
2 | 4 | 6 years, 8 months ago | ||
Align vertical / Links to custom page / Styling classes
Started by: christiaanW in: Toolset Professional Support |
2 | 9 | 6 years, 9 months ago | ||
Remove theme content
Started by: christiaanW in: Toolset Professional Support |
2 | 8 | 6 years, 9 months ago |