You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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):
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!
The text was updated successfully, but these errors were encountered:
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!)
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.
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!
The text was updated successfully, but these errors were encountered: