Viewing 3 replies - 1 through 3 (of 3 total)
  • Infinite Scroll has a setting for “Javascript to be called after the next posts are fetched”.

    Add

    if (typeof FrontEndEditor !== 'undefined'){
       jQuery('.fee-field').each(FrontEndEditor.make_editable);
    }

    to allow FEE to do it’s thing to dynamically loaded content.

    Thread Starter Michael

    (@alchymyth)

    splendid – it is working.

    you are an ace – thanks a lot ??

    Awesome! thank you so much.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘[Plugin: Front-end Editor] stops working in scrolled sections with 'infinite scroll' plugi’ is closed to new replies.