I want to be able to use multiple dials side-by-side. Here are some notes about making that happen. About extra margin at the bottom of the dial Setting the height may remove the bottom margin, like this. ‘attributes’ => array( ‘data-width’ =>...
This page contains notes derived from tech questions asked of APF’s developer. Code from the Field Type Pack They are in the directory admin-page-framework-field-type-pack/include/class/admin/demo. About changing the size of the date field in a widget You may...
I downloaded and attempted to build a small project with both Admin Page Framework and ReduxFramework. It quickly became apparent that there were some tangible differences. Admin Page Framework makes it very easy to create widgets, so I went to town building a DaysTo...
I built my own admin framework for ZENPRESS and it worked very well. But it was very much pre-Ajax and I’d like to use Ajax features in my admin areas, particularly for list and group selections. So I’m looking at some packaged admin frameworks to see what...