Charles
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 |
---|---|---|---|---|---|
Remember Me option for login form
Started by: Charles
in: Toolset Professional Support
Problem: How can I add the "Remember Me" checkbox to a login form generated by the [wpv-login-form] shortcode? Solution: Add the allow_remember shortcode parameter, set to "true": [wpv-login-form allow_remember="true"] Relevant Documentation: |
2 | 5 | 7 years, 3 months ago | ||
Support, I would like to place a slider in each ad listing that shows a feature
1
2
3
Started by: Charles
in: Toolset Professional Support
Problem: Solution: Related: https://toolset.com/forums/topic/flexslider-from-module-manager-docs/#post-358695 |
2 | 32 | 7 years, 3 months ago | ||
Form not responding correctly once activating bootstrap
Started by: Charles in: Toolset Professional Support |
2 | 17 | 7 years, 3 months ago | ||
Line break
Started by: Charles in: Toolset Professional Support |
2 | 3 | 7 years, 3 months ago | ||
Adding forms to content template to contact user who submitted post
Started by: Charles
in: Toolset Professional Support
Problem: Solution: - Reference site installer can be downloaded from your account: - OR you can also create a Test site here to quickly check how the form is setup on the backend: Relevant Documentation: |
2 | 3 | 7 years, 3 months ago | ||
Modal/PopUp to display CRED
Started by: Charles
in: Toolset Professional Support
Problem: Solution: It is stated by the Plugin author there that it won't work with several plugins. This might be the case with several other plugins that load modal or pop ups via AJAX. Hence, that option has to be disabled, it does virtually not affect what you see on the site. |
2 | 7 | 7 years, 3 months ago | ||
Hiding pages from logged-in users
Started by: Charles in: Toolset Professional Support |
2 | 4 | 7 years, 3 months ago | ||
Extra padding with post content template
Started by: Charles in: Toolset Professional Support |
2 | 3 | 7 years, 3 months ago | ||
Add dollar sign to values
Started by: Charles in: Toolset Professional Support |
2 | 7 | 7 years, 3 months ago | ||
Populate title using custom fields
Started by: Charles
in: Toolset Professional Support
Problem: Solution: add_action('cred_save_data', 'custom_title',10,2); function custom_title($post_id, $form_data) { // if a specific form if ($form_data['id']==146 && isset($_POST)) { // Update post 37 $title = $_POST['wpcf-year']; $title .= ' '.$_POST['wpcf-make']; $title .= ' '.$_POST['wpcf-model']; $my_post = array( 'ID' => $post_id, 'post_title' => $title, ); // Update the post into the database wp_update_post( $my_post ); } } ==> Please replace form ID and field names in above code. 2. If using Select or Radio fields, to pass correct store value to the form, update your custom fields content as shown in screenshot here: |
2 | 9 | 7 years, 3 months ago | ||
New user. Need help getting the ball rolling
Started by: Charles in: Toolset Professional Support |
2 | 9 | 7 years, 4 months ago |