Plugin v2.1.4 broken on WP 4.1
-
Unless I’ve done something wrong, that is…
- Issue Description:
Plugin executes without issue, and renders the
Edit
button. for each post on my archive page. When clicked, it slides out the live edit panel (per the plugin’s walkthrough video) but alas! The panel only shows the post’s title and anUpdate
andCancel
button. There’s no option to edit any of the ACF fields or update the post’s title or content as described! - Steps to Replicate:
- Install ACF
- Install the Live Edit 2.1.4 plugin
- Add
<span <? live_edit('post_title, post_content') ?>></span>
to main blog archive template
- Details:
- Environment:
- WordPress 4.1
- Running locally via XAMPP
- Tested with Google Chrome Canary 42.0.2276.0
- Mac OS X Yosemite 10.10.1
- Setup:
- Blog archive uses
home.php
template perReading Settings→?Use Static Page
- Including ACF in theme via
functions.php
- Plugins:
- Issue Description:
- The topic ‘Plugin v2.1.4 broken on WP 4.1’ is closed to new replies.