ArrayStory
Forum Replies Created
-
Hi Daniel,
We’re excited to announce that AjaxPress v2.2.3 is now available with a new feature: Preserve Elements.
What’s new:
With “Preserve Elements,” you can now keep specific elements (such as persistent audio players, radio players, chat widgets, etc.) untouched during AJAX page navigation. Your visitors can enjoy uninterrupted audio playback while browsing across pages.
How to use:
- Update to AjaxPress v2.2.3
- Go to Settings → AjaxPress → Exclude
- Find the “Preserve Elements” field
- Add your element selector (e.g.,
#ersistent-radio) - Save changes
That’s it! The specified elements will now persist across page transitions.
A special thanks to Daniel for bringing this use case to our attention — your feedback made this possible!
If you have any questions or run into issues, feel free to reach out. If you think its useful then you can share your feedback through review.
Happy browsing 🎵
Hi Daniel,
Thank you for reaching out!
Based on your description, it sounds like your iframe might be placed outside the
<body>tag. AjaxPress currently tracks elements within the<body>tag only, which would explain why the player reloads during navigation.As a workaround, try moving your iframe inside the
<body>tag and see if that resolves the issue.We’re actively working on a solution to handle such cases in an upcoming release, and its gonna be very soon. If you need further assistance with your specific setup, feel free to create issue here.
Thanks for your patience!