Hi,
I do not see an option to save my changes. How do I save my edit?
Thanks,
]]>Hi
Im testing some pluggins to allow user publish content from front end. Additionaly I
d like to block backend and delete upper row which links to this area. Is it possible to add some buttons in post to allow user edit their articles and add some button to let them add posts?
Thanks in advance for your reply.
]]>Hi i have a landing page with multiple regions i can edit.
I created 3 pages and i show the content of each in my homepage using following code:
<?php
//XX is id of the page i want the content of
$the_query = new WP_Query( ‘page_id=XX’ );
while ( $the_query->have_posts() ) :
$the_query->the_post();
the_content();
endwhile;
wp_reset_postdata();
?>
unfortunately since it’s not in_the_loop() i can’t edit it using your plugin.
Removing the in_the_loop() check solves the problem but might cause another, though i haven’t run into any yet.
Any chance of fixing this so there’s no need to hack your plugin ??
Thanks Martin
]]>Hello,
I downloaded and installed this plugin but when I click on edit image, It is giving me blank page only title of Edit image is appearing. same is there for upload file.
In error consol I got “/wp-content/plugins/directedit/theme/css/images/ui-bg_glass_75_ffffff_1x400.png” not found.
Also can we disable / Remove some of the tool in editor tool bar like embedd video. Thanks
]]>Is there a way to disable directedit for certain pages?
]]>I’ve edited a post and saved it but all the plugins are duplicated on the page. It’s a mess. For example, here you will see “Kudos”, related posts, and the subscribe box have been duplicated. I haven’t used the plugin on other articles and they are unaffected.
https://www.jrmyprtr.com/know-how-to-frame-your-issue/
How can I fix this?
]]>Hi Carlo, it’s Alison here, I’m not sure if you are getting my emails as I haven’t received a reply. Is it possible to replace the Editor user role in DirectEdit with Author? I’m happy to pay towards this modification.
]]>Hi thanks for nice plugin.
I want to restrict some element on page from editing
Hi,
Great plugin, works fine, just a couple of questions:
I’m setting up front-end editing for a school, each classroom would need to be able to edit their own classroom posts only, not the posts of other classrooms, is there a hook that would allow for this, or alternatively a compatible roles/capabilities plugin that would work?
Secondly, on uploading a file, the language on the buttons is in German, I think???), is it possible for these to be in English.
]]>Hi, firstly nice work, it is working well for me ??
How can I add additional tags to the editor? I’d really like to have ‘h1’ and ‘blockquote’ tags.
I’ve looked in the direct-options.json file and I can see these options are there but just don’t know how to implement them.
Cheers, Mark
]]>I can’t seem to get the image alignment to work where text is to wrap around the image, it seems to always insert the image into it’s own p tag.
]]>When using a parent theme, the plugin works great and the execution of how you edit is awesome.
The only issue is that it doesn’t work at all when using a child theme. It’s almost as if the Javascript is missing completely.
Thanks for this, been waiting for something so stream lined and nice.
This is a 5 star plugin no doubt once all the kinks are ironed out.
]]>Hi there!
I am sure I would like the plugin if it worked…
On Chrome I am able to edit the text directly in the website. But when I press “Save page” I get an error (“error saving”).
With Internet explorer I cannot edit the page. The button “Save page” exists…
btw: “Installation notes says”: just activate and you are done. Thats wrong: Wou will have to activate in “settings – directedit”.
Regards
Enno