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.
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.
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.
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!
showing thumbnail but not content 🙁 – and now 5 minutes later you fixed it!!
-
This reply was modified 4 years, 5 months ago by shellig.
I tested the last version 3.5.3.1 and it works perfectly with Elementor.
Best support ever!
Thank you
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.
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.
@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.