Dial coding notes about Admin Page Framework field type pack

Dial coding notes about Admin Page Framework field type pack

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’ =>...
Putting Redux and Admin Page Framework to the test

Putting Redux and Admin Page Framework to the test

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...
Finding and choosing plugin frameworks

Finding and choosing plugin frameworks

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...