pingram3541
pingram3541
I had also come across customize_update_$type and customize_preview_$type here https://make.wordpress.org/core/2014/07/08/customizer-improvements-in-4-0/ but struggled to find a working example. I'm loving how easy it was for me jump right in with kirki,...
Just had a look at this again and I built a custom setting as follows: ``` Kirki::add_config( 'post_meta', array( 'capability' => 'edit_theme_options', 'option_type' => 'post_meta', ) ); ``` I then...
Great news and no hurry. Looking into this -> https://gist.github.com/westonruter/1feb78845c8e562dd59d but in my situation I don't need to pass the post id and data back and forth via ajax, Kirki...
I finally got this working with the help of @westonruter and @aristath, thank you both. 1) Add the Kirki code type field but set it's config to a dummy config...
Sorry, should probably leave this open as I still think it would be beneficial to have this built into kirki as a config type 'option', 'theme_mods' AND 'post_meta' =)
I think we need to tie this in once selective refresh (https://make.wordpress.org/core/2016/02/16/selective-refresh-in-the-customizer/) is part of the core, then we will have more control by adding the specific refresh callback desired...
Yes +1 on this.
Issue was the main site was https and blog was http.
Nope that wasn't it. Well it is but blog feed url is indeed loading http or https but fails when using https as the src attr when using this script....
~~Yes, where do we go after 'hello". I saw on product hunt "You can now publish playground projects right into the editor". Where is this "editor" like in your demo?~~...