tomaszB-4
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 |
---|---|---|---|---|---|
Conditional fields if else problem
Started by: tomaszB-4 in: Toolset Professional Support |
3 | 7 | 2 months, 2 weeks ago | ||
Google maps code delete after save
Started by: tomaszB-4
in: Toolset Professional Support
Problem: Solution: For administrators and editors, please note that the unfiltered HTML contents are enabled by default in Post and User Fields. Relevant Documentation: |
2 | 3 | 2 years, 6 months ago | ||
Translate word "field" in select
Started by: tomaszB-4 in: Toolset Professional Support |
2 | 5 | 3 years, 1 month ago | ||
Front end form on different page
Started by: tomaszB-4 in: Toolset Professional Support |
3 | 9 | 3 years, 2 months ago | ||
Restrictions on the number of custom fields
Started by: tomaszB-4
in: Toolset Professional Support
Problem: I am unable to save more custom fields when I try to add them in the Field Group. It seems there is some limitation imposed by Toolset. Solution: The limitation in this case is imposed by a configuration on your server. The MaxInputVars configuration was set at 1000, which is the lowest end of acceptable settings. Try to increase this to at least 3000. |
2 | 5 | 4 years, 10 months ago | ||
Can't activate Types and Views
Started by: tomaszB-4 in: Toolset Professional Support |
2 | 11 | 5 years, 8 months ago | ||
Link to edit renew post form doesn't show in email body
Started by: tomaszB-4 in: Toolset Professional Support |
2 | 7 | 5 years, 10 months ago | ||
States, cities, classifieds – related types in form
Started by: tomaszB-4 in: Toolset Professional Support |
2 | 7 | 6 years, 1 month ago | ||
Modification date in CRED Forms
Started by: tomaszB-4
in: Toolset Professional Support
Problem: I would like to show the last modification date for a specific post using a custom shortcode, but when I update the post with Forms the date does not seem to change. Solution: // Add Shortcode function wp_last_modified( $atts ) { // Attributes $atts = shortcode_atts( array( 'id' => '', ), $atts ); return get_the_modified_date('j F Y H:i:s', $atts['id']); } add_shortcode( 'wp_last_modified', 'wp_last_modified' ); [wp_last_modified id="15"] Relevant Documentation: |
3 | 7 | 6 years, 2 months ago | ||
Change H1 and meta title
Started by: tomaszB-4
in: Toolset Professional Support
Problem: Solution: you can find proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 8 | 6 years, 9 months ago | ||
Automatically display categories, their sub-categories and pages
Started by: tomaszB-4
in: Toolset Professional Support
Problem: Solution: You can find proposed solution, in this case, with the following reply: Relevant Documentation: |
2 | 8 | 6 years, 9 months ago | ||
List posts by a few parameters
Started by: tomaszB-4
in: Types Community Support
Problem: I have categories: printers, monitors, keyboards. I need to do a page where the user chooses from the drop-down lists: After selecting the options, will be displayed a page that contains the equipments with the given properties. Is it possible to do it with Toolset at all? Solution: you can create a view to query printer posts (laser or ink) once, then query keyboard posts (wireless, with cable) with another view... In you case, I suggest you try these: a) categories is "printers": b) custom field "laser or ink" from search form https://toolset.com/documentation/user-guides/front-page-filters/ 2) Same as above Create different view "keyboard", "monitor" and so on. Relevant Documentation: https://toolset.com/documentation/user-guides/front-page-filters/ |
2 | 5 | 6 years, 10 months ago | ||
Filtering post category by custom fields
Started by: tomaszB-4
in: Toolset Professional Support
Problem: The essential issue here is that the customer failed in their attempt to create a parametric search for their archive page. Solution: The documentation below should provide some information on how to do this. |
2 | 5 | 6 years, 11 months ago |