frankS-8
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 |
---|---|---|---|---|---|
Dates appear incorrectly when displayed; are correct in database
Started by: frankS-8 in: Toolset Professional Support |
2 | 5 | 6 years, 1 month ago | ||
Help displaying custom field content
Started by: frankS-8
in: Toolset Professional Support
Problem: The issue is that the user wanted to set some of their fields to readonly in Toolset Forms. Solution: What you can do is to assign a class to the shortcodes called readonly. Then use the JQuery below to disable the fields. jQuery('.readonly').prop('readonly', true); |
2 | 11 | 6 years, 3 months ago | ||
When querying certain fields, wpcf fields are behaving oddly
Started by: frankS-8
in: Toolset Professional Support
Problem: Solution: Relevant Documentation: |
2 | 3 | 6 years, 5 months ago | ||
Styling custom fields in wp-admin
Started by: frankS-8
in: Toolset Professional Support
Problem: I would like to be able to customize the display of custom fields in wp-admin editor screens. Solution: There aren't many customization options offered in the GUI, but you can add a custom CSS file by enqueueing it in your theme. In the GUI you can reorder fields by drag and drop, or you can choose between the two display options above the repeating field group editor panel. Relevant Documentation: |
2 | 6 | 6 years, 7 months ago | ||
Clarification on meta key and meta value, etc
Started by: frankS-8 in: Toolset Professional Support |
2 | 2 | 6 years, 7 months ago | ||
Need help getting date/time in spreadsheet to import in unix timestamp
Started by: frankS-8
in: Toolset Professional Support
Problem: I am trying to get my dates and times in a cell in a spreadsheet to display properly in the custom fields i have added through toolset types to the date/time field i am importing them into. From my research it appears that the data is stored in the db as a unix timestamp. If this is the case, if there is any help you can provide in getting my cells to be formatted properly, it would be really appreciated. Solution: you need to setup custom formula for it, I have tried it in Google spreadsheets, the formula works fine: =(A1-DATE(1970,1,1))*86400 See screenshot: Relevant Documentation: https://www.extendoffice.com/documents/excel/2473-excel-timestamp-to-date.html#a2 |
2 | 4 | 6 years, 8 months ago |