• Hello,
    I’m trying to get this Plugin to work with my custom Theme (it’s working with the twentythirteen-Theme). I also had issues with some other Themes (WooCommerce-Themes). So could you please tell me, what the standard theme requirements for the plugin (to work properly with any theme) are.

    In my custon theme, the edit button appears and i can also click on it. The hidden iframe opens up, but the content doesn’t load. We made some restrictions to our theme e.g.

    add_action( 'show_admin_bar', '__return_false');
    remove_action('wp_head', 'wp_generator');
    remove_action('wp_head', 'wlwmanifest_link');

    etc.

    It looks like something is missing to load the content (some kind of ajax call perhaps). We testet a lot with different settings, but we didn’t resolved this issue.

    Any idea would be great.

    http://ww.wp.xz.cn/plugins/live-edit/

The topic ‘Theme Requirements for the Plugin’ is closed to new replies.