• Hi,

    Thanks for the plugin. It’s really nice, but there’s a bug that I’ve seeing since last year. Live preview does not show changes (settings are saved correctly, but changes are just not shown on the live preview iframe (the iframe gets reloaded but no changes are shown))).

    All controls are using the default transport. It’s weird because the live preview works as expected when changing settings from other panels, it’s just kirki.

    Data is being correctly sent (see screenshot: https://i.ibb.co/frJkckN/Screen-Shot-2022-04-24-at-11-43-22-PM.png).

    Do you have any idea where to start debugging? Maybe registering the controls or reading the options need to be done after a specific action (hook)?

    Since I’m building a plugin I’m using the option type “option”:

    Kirki::add_config(static::CONFIGURATION_ID, [
        'option_type'   => 'option',
        'option_name' => Preferences::KEY
    ]);

    Controls are registered and options are loaded both in the ‘init’ action hook.

    Here’s the plugin if you’d like to test it:

    https://www.ads-software.com/plugins/smart-quick-view/

    • This topic was modified 2 years, 7 months ago by neblabs.
  • The topic ‘Preview does not work.’ is closed to new replies.