Jonnyauk / Wonderflux

A free, professional Open Source theme framework for WordPress & BuddyPress. Download the latest stable release by clicking on the 'releases' tab. API documentation at http://wonderflux.com/guide or drop by the main site at
http://wonderflux.com
159 stars 46 forks source link

Theme customizer #15

Open Jonnyauk opened 11 years ago

Jonnyauk commented 11 years ago

Lets move the core layout controls (stylelab) to allow front-end editing of the grid and sidebars to the WordPress core theme customizer. More info - https://codex.wordpress.org/Theme_Customization_API#Developing_for_the_Theme_Customizer

I've got some basic testing controls into the customizer no problemo, it's pretty simple. However, the bit I'm struggling with (and need help on please!) is configuring the 'transport' parameter (and JS for this):

https://codex.wordpress.org/Theme_Customization_API#Part_3:_Configure_Live_Preview_.28Optional.29

Once the basic controls are in and the live preview is working, it would be nice to replace them with JQueryUI 'slider' controls... one step at a time!

Jonnyauk commented 8 years ago

I've now carried out a few projects where I've really got under the skin of the Customizer API - so the main work will be in refactoring and removing legacy code when I get a chance (been stacked with project work over the last few months - and need to do the paid work first to keep a roof over my head and to buy the cats treats!)

Jonnyauk commented 8 years ago

Progress has been made! I've begun developing a stand-alone WordPress plugin (work in progress, not complete yet!) that deploys Flux Layout to any site. I've also coded in support for Wonderflux - so the Customizer controls interact with Wonderflux options rather than plugin options.

Keep an eye on progress at: https://github.com/Jonnyauk/WP-CMS-Flux-Layout