Hi guys,
The plugin looks great, but I don’t got it working. When I look on frontend everything looks great. I can edit the text. But when I save the changes are not saved on the frontend. When I then click on the text block again then I can see my changed text, but it will not become visible on live version.
Here is a video of what I mean: https://drive.google.com/open?id=1pPJF3-NIyeAzvkPDgrJRF-OXgKqRtNTM
Do you have any idea what is going wrong?
Thanks a lot already for your help!
PS. How does the plugin work together with Gutenberg?
Bye,
Nick
Does this plugin add 2 different forms? I need 2 form for different types of users! The idea is to add 2 administrative areas, but with different forms! Thank you!
]]>When I edit a page from frontend, after saving the post, it adds double quotes automatically around page title. Please help.
]]>Do you have any limitation for the plugin usage on page with Page builder ?
]]>It’s unfortunate. This plugin shows promise, but there are no instructions on how to use it. I’m holding off on making a review until then. I can see that it’s there in some way (some things pop up on a page), but maybe maybe what I thought it does, it doesn’t actually do.
The impression this plugin gave me is that authors could make post via front end, as well as edit them.
Well, anyway. There needs to be more documentation than just “plug and play”, maybe even screenshots on it’s functions and capabilities.
]]>Hi,
Whereas not 100% sure that this plugin is the culprit (it surely looks like it), it seems like ALL POSTS that I have edited with the Front End editor had all their accents (e.g. é, è, etc…) encoded when saving the post.
As a result I’m not stuck with using the front-end editor since using the text editor is close to impossible due to the encoded gibberish.
Hopefully this can be solved, I’ll see if I can de-encode this mess.
Cheers,
]]>Hello,
I’m looking for a plugin, which allows front-end editing not (only) for posts, but for pages. In the description I couldn’t find out, if your plugin allows the editing of pages as well as for posts, so before I install it I would like to ask you this:
Is it possible to edit pages from the front end as well as posts with your plugin?
Thanx in advance.
P.S.: If I should have read it anywhere, I’m sorry, I didn’t find it…
Hi
How to set the featured image in frontend? I searched in the forum, but I have not found any tips.
Thanks
]]>I’ve installed, but on front-end (i dont have any errors in console), i cant modify posts. I see nothing different, then without the plugin.
what may be problem?
]]>Do you know what functionality I would need to employ to use your wonderful plugin divorced of the normal wordpress file loads ie; in a php file that has a textarea which was called by ajax.
Thanks.
Jay
]]>I am trying to apply the concept of this plugin to only comments.
I would like to have just a simple edit link inside the comment header on the right that once clicked it changes the comment content to a text area and then a save and delete button appears at the bottom.
Is there a way to make this possible???
Regards
]]>While I REALLY love the idea of this plugin, it seems to have stalled for the last few years in a limited, maybe-it-works version.
Which is why I’ve created an alternative editing plugin called “The Wunderbar.” Like this, it’s a front-end, full WYSIWYG visual editor, but much more powerful, with full media drag and drop , tables, and more. It works like a familiar word processor, not some complex visual page builder. Basically, you just visit your regular page or post and start editing.
The Wunderbar is very much an actively developed product. You can learn more about it — and try a live demo — at https://terra-virtua.com. I would welcome your opinions and feedback!
–Larry
]]>How do I remove image formatting option in the FFE, I’ve looked through the code but with no success so far
Pete
]]>Hi,
I have installed Front-end Editor plugin Version 2.2.1 and Jetpack by WordPress.com plugin version Version 4.4.2. But after activating Front-end Editor show me this Warning on Jetpack by WordPress.com plugin. When i have deactivate Front-end Editor plugin then this warning can’t display.
So please help me How can i remove this warning.
Thanks.
]]>Hi
Installed this plug, along with WP REST API, and don’t see any new buttons on the WP toolbar while logged in. I’m the only user, and full admin. When I click “edit post” in the toolbar or “edit” in the post footer, I get sent to the admin side. Any help? Is there supposed to be a new button on the WP toolbar?
Thanks
Neel
]]>It looks like the Rest API detection is based on checking if the Rest API plugin is activated. With WordPress 4.7 de Rest API is part of the WordPress codebase and not a plugin anymore. But this plugin does not detect the Rest API in WP 4.7.
]]>I installed and activated this plugin but I don’t see any options for front-end editing. Does not work.
]]>Hi I’m designing my first wordpress theme for my website and I want to use your plugin. I have a custom post type:
add_action( 'init', 'create_post_type' );
function create_post_type() {
register_post_type( 'vmoh_user_stories',
array(
'labels' => array(
'name' => __( 'Stories' ),
'singular_name' => __( 'Story' )
),
'public' => true,
'has_archive' => true,
'menu_position' => 5,
'menu_icon' => 'dashicons-book-alt',
'supports' => array('title', 'editor', 'author', 'comments', 'front-end-editor'),
'taxonomies' => array('category')
)
);
}
But your plugin doesn’t work with this post type.
I have also tried this code:
add_post_type_support( 'Stories', 'front-end-editor' );
but still doesn’t work..
It works with ‘post’ s but not with ‘vmoh_user_stories’
]]>Have not tested cross-theme but curious if this is known issue… visible markup in menus:
<br class="fee-title" />
Eg. If on “Home” page markup displayed in menu following “home” link. If on “About” then markup follows “About” link, etc.
]]>Possible to edit custom fields?
]]>I am experiencing a conflict between Front-end Editor for WordPress and Weight Loss Tracker Plugins.
With the required WP REST API active the graphs displayed with the Weight Loss Tracker Plugins stay empty ( show only both axis )
With this Front end Editor I see opportunities for non experienced user to do minor editing on the website pages.
The issue has been reproduced by the Weight Loss Tracker Plugin team, and addressed as a possible JS issue on your site.
Please help.
Regards Ge Timmer
Loving this plugin! Looks very promising.
But I have a few questions and problems:
1) If someone without Publish capabilities (for example a user with “contributor” role) tries to make a new post on the front-end, the “Publish” button should change to say “Submit for Review” and the post should go into the normal moderation queue for approval. At the moment it just says “Error” and it saves the post as a draft to the Contributors account.
With the current workflow anyone with Contributor role (or anyone without Publish capabilities really) cannot submit new posts for moderation, which I feel is a huge missed opportunity.
2) I need to add support for a custom post type, but these instructions are not very clear.
add_post_type_support( 'page', 'front-end-editor' );
Does this go in functions.php? Where do I add my custom post type name? Some examples might help.
3) It says we can use edit_post_link for adding an “edit post” link on the website (instead of using the admin bar edit post button). Is there a similar function for adding a “new post” link?
4) When a new post is added on the front-end, sometimes there are two blank drafts that also get saved. Is this a bug?
I think it happens if there is a delay between starting a new post and beginning to type.
I have a community based site, and if each user has a bunch of these blank drafts it will start to add up really quickly.
Again this really is a great plugin, hopefully with these things sorted I can start using it! ??
Thanks in advance for any help you can give.
]]>The “Edit” links pulls up the editor just fine. And my changes are getting saved.
But when I hit “Publish” nothing visually takes place, except “Saving…” turns into “Error” with no indication about what’s happening. The border dashes remain.
Is there a way to see what the “error” is?
]]>So I need a plugin to allow my users to edit their posts on the front end. I installed WP Front End Editor. After installing, it notified me that I needed to install WP Rest API. So did that too. Now, after checking all through my WP Dashboard there are no settings. There is no option to edit, delete, or update posts anywhere via the plugin. Uhm.. ?? Not really sure about this one…going to delete it for now unless someone has a solution for the fact that it’s not working.
]]>Great plugin thanks! Hoping to one day see it evolve to be able to edit widgets and ACF/custom fields ??
Small issue – I have noticed that this plugin removes the post class ‘has-post-thumbnail’ from a custom loop, although it is ok on standard taxonomy pages.
This affects the layout for logged in users so it would be great to resolve.
<?php $loop = new WP_Query( array( 'sectors' => $sector ) );
while ( $loop->have_posts() ) : $loop->the_post();
endwhile; wp_reset_postdata(); ?>
]]>
Hi,
I have a Genesis widgetized front-page. Can you plugin be made to work with editing content for widgetized pages?
I’m using the Black Studio TinyMCE Widget plugin widget for the widgetized pages.
Thanks.
]]>Would be helpful.
]]>Hi, thanks a lot for your very useful plugin.
I’m having some trouble with my homepage: editing works fine on every other pages, but on my homepage (wich is just a regular page set as homepage in wordpress) when I click on publish nothing happens.
Well to be specific I do get an error in the console :
fee.js?ver=2.0.0-beta1:21 PUT https://localhost/duodessonges/wp-json/wp/v2/pages/2 400 (Bad Request)
any clue would be appriciated, thanks!
]]>Can’t edit those values on the front end.
(ideal would be settings or capabilities to choose what roles can edit what sections)
Where’s the settings? How to use?
Nothing shows on the front end for editing.
]]>