In the sample options currently the meta boxes are only enabled for the Page CPT – these however do not render on the Gutenberg edit screen. Do you plan on implementing Gutenberg support?
How do we enable/add meta boxes to other CPTs?
]]>There seems to be no way of inputting a title for the additional repeaters both in the customizer and widgets screen – any chance this can be added?
]]>Documentation for theme implementers are much needed please – maybe a sample theme? ??
Also, is this on GitHub for Issue tracking and PRs?
]]>Getting the following Notice when sample.php is included
Notice: Array to string conversion in C:\wamp64\www\elementtheme\wp-content\plugins\tp-framework\includes\admin-fields\field_typography.php on line 40
Call Stack
I’ve added $value = '';
at the top of the tpfw_form_typography
function that removes the Notice but not sure if it’s right approach.
TIA,
Zulfikar Nore
P.S. The Checkbox Multiple section of the TPFW Controls are off screen to the left. Adding this CSS rule: ul.tpfw-field.tpfw-checkboxes {margin-left: 25px;}
to admin.css resolves the issue. Again, probably not the right Elements to target but works for now ??