• Resolved progameinc

    (@progameinc)


    Hi Paul,
    I use the plugin “insert pages” for a long time on many sites with Elementor to create header and footer for all the site pages.
    However, I believe that after the last update, I lost the “inside pages” and the header and footer disappeared.
    The plugin stopped working.
    Is it possible to reverse the update?

Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author Paul Ryan

    (@figureone)

    Yes, you can download any previous versions from here:
    https://wordpress.org/plugins/insert-pages/advanced/

    If you can also provide more details so we can try to reproduce your issue, we’ll try to get it fixed.

    Thread Starter progameinc

    (@progameinc)

    Thank you paul for your prompt answer,
    I created a page called “_header”
    Then I placed a shortcode [insert page=’_header’ display=’content’] on another page (B) to get the _header on the B page.
    This worked perfectly until the last update.
    Now instead of the _header on page B, I get the page B itself at the place of the shortcode.

    Thread Starter progameinc

    (@progameinc)

    Just to update you:
    I re-installed the previous version (3.5.2) and the plugin works perfectly as before.
    Thank you for your help.
    I will wait for the next update unless you have any suggestions.

    Plugin Author Paul Ryan

    (@figureone)

    Aloha, we reverted a change that seems to affect Elementor using the legacy insert method:
    https://github.com/uhm-coe/insert-pages/commit/fc47596c295bdf84bb20de8e9488026fa595f207

    Please test version 3.5.3.1 (just released) and let us know if it fixes the problems. Apologies for the interruption!

    shellig

    (@shellig)

    showing thumbnail but not content 🙁 – and now 5 minutes later you fixed it!!

    • This reply was modified 4 years ago by shellig.
    Thread Starter progameinc

    (@progameinc)

    I tested the last version 3.5.3.1 and it works perfectly with Elementor.

    Best support ever!

    Thank you

    Plugin Author Paul Ryan

    (@figureone)

    Great! Thanks for the quick response.

    FYI there’s another version out now (3.5.3.2) which fixes a different issue: loop detection prevents inserting the same page multiple times on a single page (even if it’s not causing a loop).

    We are running version 3.5.5 of Insert Pages, but run into this issue again. The same page ID is inserted twice but once with a PHP filter and once with the content. Only the content of the first insert shortcode is shown. Below is an example of this use.

    <div class="signupterms">
    <p class="p1">[insert page='319116' display='promotion-terms-conditions.php' inline public]</p>
    </div>
    <section><div class="termscontent"><a name="promotion-terms-conditions"></a>
    <h2>TERMS AND CONDITIONS</h2>
    [insert page='319116' display='content']
    </div>
    </section>

    Given that we include terms&conditions which are no longer visible, this is a very impactful bug for us.

    I can confirm that going back to version 3.5.2 the double insertion works correctly again.

    Plugin Author Paul Ryan

    (@figureone)

    Aloha, we’ll try to reproduce the issue. For now, running v3.5.2 is a good workaround. Please provide more context (running plugins and theme) in case there is a conflict with other code. You can also try reproducing the problem on vanilla WordPress, and if it works fine there, try to enable plugins one at a time until you find the conflict.

    Plugin Author Paul Ryan

    (@figureone)

    @drsdre we found an edge case with custom templates where a page inserted using a custom template didn’t get removed from the loop detection stack. This should be the cause of your problem, and it’s been fixed here:
    https://github.com/uhm-coe/insert-pages/commit/7f5b2c8afab45211a9b0f516dc5fdf6db25571cd

    This will be included in the next release, v3.5.6. Thanks for your patience!

    Thank you Paul for the investigations and fix. I’ll give you an update after I have tested v3.5.6.

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘plugin stoped working after last update’ is closed to new replies.