I am unable to make bbPress use Toolset templates for a forum on my Toolset-based site (groothartgroep.nl). I want to align bbPress styling with the rest of the site and add some elements, but Toolset templates are ignored.
Solution:
Use CSS to style bbPress pages and add elements via custom fields and bbPress hooks without overriding the default template. Refer to the bbPress hooks documentation and use do_shortcode to include Toolset shortcodes.
I have custom fields to show numbers on the front end. When I have a zero ("0") in a number field, it shows blank in the blog post. Example: The last column in the game score should show "0" in each row, but they are showing as blank despite zeroes entered on the backend form.
Solution:
Use the Toolset blocks in the native WordPress editor to see if the zero numbers show correctly. If the issue persists, switch to the default theme (e.g., "TwentyTwenty") and deactivate all plugins except Toolset. Check the issue, then reactivate plugins one by one to identify the problem. Use the shortcode [types field='rruns' output='normal' format='FIELD_VALUE'][/types] as a workaround.