kristenM
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 |
---|---|---|---|---|---|
Which bookingplugin works with Toolset?
Started by: kristenM in: Toolset Professional Support |
2 | 3 | 3 years, 3 months ago | ||
Show several filters to use in a view
Started by: kristenM
in: Toolset Professional Support
Problem: I can build a view with one dropdown filter but now I'm looking to combining several filters. Solution: It is possible with Toolset Blocks/Views plugin, you can follow our document to setup the search form and search result: Relevant Documentation: |
2 | 3 | 3 years, 4 months ago | ||
Block Views can't be configured
Started by: kristenM in: Toolset Professional Support |
2 | 9 | 3 years, 8 months ago | ||
How to remove empty URL in Views
Started by: kristenM
in: Toolset Professional Support
Problem: The issue here is that the user wanted to not display any content if a specific field is empty. Solution: I would recommend checking the link below. This should be able to assist you with doing this as you can set the conditional to only display your content only if the field is not empty. |
2 | 3 | 5 years, 3 months ago | ||
Fields shortcodes can't be chosen in Views
Started by: kristenM in: Toolset Professional Support |
2 | 16 | 5 years, 4 months ago | ||
Content in Checkboxes multiplies as if they coose all variables of the
1
2
Started by: kristenM in: Toolset Professional Support |
3 | 19 | 5 years, 5 months ago | ||
How do I style the popup content of marker data?
Started by: kristenM in: Toolset Professional Support |
2 | 9 | 5 years, 6 months ago | ||
I need to create cusomfields from Imported posts
Started by: kristenM
in: Toolset Professional Support
Problem: Solution: You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 5 | 6 years, 1 month ago | ||
How do I control individual customer discounts in Woocommerce
Started by: kristenM in: Toolset Professional Support |
2 | 3 | 6 years, 5 months ago | ||
How to make an imported list on a page to several posts
Started by: kristenM in: Toolset Professional Support |
2 | 2 | 6 years, 6 months ago | ||
How to show CRED FORM submissions in a post
1
2
Started by: kristenM
in: Toolset Professional Support
Problem: The issue here is that the user had created a CRED form with many custom fields added through CRED but they were not being saved to the post. Solution: The solution is that the user should create the custom fields in Types and then Regenerate the CRED form so that the created fields can be reflected on the form. Relevant Documentation: https://toolset.com/documentation/user-guides/using-custom-fields/ |
2 | 23 | 6 years, 7 months ago | ||
I get PHP-error when I make a CRED-form
Started by: kristenM in: Toolset Professional Support |
2 | 4 | 6 years, 7 months ago | ||
I wan’t to remove the searchbutton in a Views-search
Started by: kristenM
in: Toolset Professional Support
Problem: Solution: You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 7 | 6 years, 7 months ago | ||
Alphabetical and numeric search buttons
Started by: kristenM
in: Toolset Professional Support
Problem: I would like to create a custom search View that filters the results by the first letter of the post title. I'm starting with the solution in this ticket: @https://toolset.com/forums/topic/help-with-custom-alphabetic-searchdisplay/ Solution: Modify the custom code in functions.php to match this: function posts_where_first_letter( $where ) { remove_filter( 'posts_where', 'posts_where_first_letter'); if (!empty($_GET['wpv_post_search'])) { $param = esc_sql($_GET['wpv_post_search']); $mod = esc_sql('%'); $where = str_replace( "post_title LIKE '" . $mod . $param . $mod . "'", "post_title LIKE '" . $param . $mod . "'", $where ); } return $where; } Relevant Documentation: |
2 | 16 | 6 years, 7 months ago | ||
How can I make textboxes same height and width?
Started by: kristenM
in: Toolset Professional Support
Problem: I want to use the visual editor in Layout to make textboxes that keep same height and width ratio in a responsive design. Any ideas how to do that? Solution: It is a CSS problem, needs custom CSS codes. And here is a document about: CSS height and width Property https://www.w3schools.com/cssref/pr_dim_width.asp https://www.w3schools.com/cssref/pr_dim_height.asp For your reference. |
2 | 3 | 6 years, 8 months ago |