Griffin
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 |
---|---|---|---|---|---|
Many 2 Many with Taxonomy
1
2
Started by: Griffin in: Toolset Professional Support |
4 | 27 | 2 weeks, 6 days ago | ||
Using a block in a custom field
Started by: Griffin
in: Toolset Professional Support
Problem: I am trying to add a block type called "Open Sheet Music Display" as a custom field within a custom post type (music-styles). I attempted using a WYSIWYG and multi-line custom field, but they do not allow adding blocks. It seems I can only use Gutenberg blocks outside of custom fields. Solution: Blocks are a native feature of the WordPress editor and cannot be used within custom fields. Toolset cannot recreate block functionality inside custom fields because custom fields are standard WordPress features that do not support block content. You can only use blocks inside the main content editor. |
2 | 3 | 1 month, 3 weeks ago | ||
Administrator role losing blocks functionality
Started by: Griffin in: Toolset Professional Support |
2 | 6 | 1 year, 6 months ago | ||
Edit post type fails. Slug in use
Started by: Griffin in: Toolset Professional Support |
2 | 9 | 3 years, 9 months ago | ||
Access issue on login. Form doesn't display for guest
Started by: Griffin in: Toolset Professional Support |
2 | 6 | 3 years, 10 months ago | ||
import legacy data
Started by: Griffin in: Toolset Professional Support |
2 | 4 | 4 years, 1 month ago | ||
It's very difficult/impossible to edit single fields in archive loop
Started by: Griffin in: Toolset Professional Support |
1 | 2 | 4 years, 3 months ago | ||
Many to Many … again, and again and again
Started by: Griffin in: Toolset Professional Support |
2 | 10 | 4 years, 4 months ago | ||
Many to Many – Again
1
2
Started by: Griffin in: Toolset Professional Support |
2 | 20 | 4 years, 5 months ago | ||
Many->Many view not working
Started by: Griffin in: Toolset Professional Support |
2 | 7 | 4 years, 6 months ago | ||
Can't create an archive with blocks
Started by: Griffin in: Toolset Professional Support |
3 | 8 | 4 years, 7 months ago | ||
Export a post type (data, not structure)
Started by: Griffin in: Toolset Professional Support |
2 | 5 | 4 years, 8 months ago | ||
Bootstrap menus
Started by: Griffin
in: Toolset Professional Support
Problem: I am using the Toolset Starter theme and I would like to customize the menus to look like an existing site. Solution: If you have a specific design in mind, or a theme you want to emulate, I would not use Toolset Starter theme. Its markup, stylesheets and features may actually cause more problems than it solves. |
2 | 5 | 6 years, 6 months ago | ||
toolset starter child css not imported
Started by: Griffin
in: Toolset Professional Support
Problem: Load CSS file from the starter theme. Solution: The client have found it is a cache problem of cloudflare, All is fixed now after turned developer mode on. Relevant Documentation: |
2 | 3 | 6 years, 6 months ago | ||
Null values don’t show in View sorted by custom field
Started by: Griffin
in: Toolset Professional Support
Problem: I have a View that shows posts and custom field values from those posts. The View is sorted by the custom field. If one of the results in the View does not contain a value for that custom field, it is not included in the search results. Solution: This is the result of a quirk in WordPress queries. When sorting by a custom field, posts that do not contain a value for that custom field are not included in the search results. There are two workarounds: 1. Give every post a death date value. Choose the same date like January 1, 1700, for each post that does not have a death date. Use conditional HTML to hide January 1, 1700 on the front-end of the site and display something different like "Unknown". You can accomplish this with no extra custom code. 2. Or, create another custom field that holds a number. Copy the timestamp from the death date custom field into the number field when a post is saved or edited. You need custom code for this. Use the save_post hook, or cred_save_data if these posts are only added and edited by CRED. If no value is provided for the death date in a post, store a "1" in the new custom field. Sort by this number custom field, but display the death date field. |
2 | 5 | 6 years, 6 months ago |