Skip to content

Changes edit view of the fantastic Simple Fields plugin, removes dependency on external jQuery UI files, fixes an issue with sortables on field group admin page and bypasses an issue with the Custom Field Template plugin.

Notifications You must be signed in to change notification settings

backflip/Wordpress-Simple-Fields-Prettify

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Why

Simple Fields (wordpress.org/extend/plugins/simple-fields/) is a incredibly useful plugin, e.g. for repeating field groups. However,

  • The default edit view is not as clearly arranged as it could be. With large repeating field groups a collapse functionality comes in handy.

  • It links to external jQuery UI files, making it slow to work offline since the browser is trying to load them for some time.

  • I experienced an issue with dragging field groups on the field group admin page (sorting was not possible due to the jQuery UI sortable handle being placed outside draggable element).

  • When used in combination with Custom Field Template (which does not make any sense at all since Simple Fields is perfectly capable of doing the job by itself, but anyhow), media files are not inserted properly (apparently due to “conflicting” media_send_to_editor hooks).

Tested on WordPress 3.1 using Simple Fields 0.3.6 (and Custom Field Template 1.8.3).

Screenhots

Before:

After:

Collapsed:

About

Changes edit view of the fantastic Simple Fields plugin, removes dependency on external jQuery UI files, fixes an issue with sortables on field group admin page and bypasses an issue with the Custom Field Template plugin.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published