• I recently upgraded my wordpress installation to 3.0.4 and have been having problens with FEE. I guess my theme is not completely compatible. I have been following the theme advice in http://scribu.net/wordpress/front-end-editor/common-mistakes-in-themes.html to bring it into line but I’m obviously not quite there yet.

    Checked the jquery version. Adding <?php wp_footer(); ?> to the footer and checking the the_title() code means that the editor window now appears after a double click. I can edit the code but when I click ‘save’ the page jumps back to the original text. Doing a page refresh does show the updated text so it is actually saving the changes… just not refreshing the page. Happens in IE and Firefox.

    Does anyone have any suggestions where to look to get the page to refresh? I’ve checked in firebug and there are no errors shown. It just doesn’t refresh.

    many thanks for any help

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author scribu

    (@scribu)

    For clarity’s sake, what you mean when you say “refreshing the page”, you actually mean “refreshing the content”, as that’s the whole point of AJAX: to only update part of the page.

    I don’t know what’s causing the problem, but please answer me this: do you see a little spinner just after you double-click and then after you hit save?

    Thread Starter foxy123

    (@foxy123)

    hi, yes I mean refresh the entire page content and the edits appear.

    When I double click there is no spinner… a pause and then the edit window appears. When I hit save there is no spinner. It jumps back straight away to the ‘unedited’ page.

    I have used various versions of Explorer as well as Firefox.

    thanks

    BMLTGuy

    (@magblogapi)

    I just uploaded the current version (1.9.3) to my WP 3.1 site, and here’s what happens:

    1) I get the yellow highlight (is it possible to change the highlight color? The background for my site is parchment).

    2) I edit the text (WYSIWYG or HTML -doesn’t matter).

    3) I hit “Save.”

    I get the spinner and “grayed out” screen.

    Forever.

    If I reload the page, the text has “taken,” so it was successful. It just never comes back from the AJAX call to tell me so.

    I suspect there’s something that I can do to fix it in my code, but I’m not sure what.

    Plugin Author scribu

    (@scribu)

    See what the AJAX request is returning with Firebug.

    For the highlight color, see http://wordpress.org/extend/plugins/front-end-editor/faq/

    BMLTGuy

    (@magblogapi)

    Thanks!

    It works when I edit a heading, but not when I edit the main text.

    That being said, I used Charles Proxy to examine the response. Looks like it is interacting badly with my plugin (BMLT). I’ll poke around a bit more.

    It’s a great plugin, and I look forward to getting it to work.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘[Plugin: Front-end Editor] Not reloading page on 'save'’ is closed to new replies.