Cold Realms Tech
Forum Replies Created
-
Just to note: This is the same issue others have reported with various other forms and this issue still exists in 1.38.3
also not to hijack but this is the same issue i have on my mailpoet popup… problem continues with 1.38.3
Forum: Plugins
In reply to: [Admin login URL Change] Conflict with admin ajaxNoticed that on my pages as well. broke my shop… and during the holidays to boot 🙁
Turns out it wasn’t you at all, it was a jr dev adding a cloudflare zaraz injection of the tag bypassing…everything.
With a case like this I should have known to look at the resulting tag source.
Tested with only your plugin active and same result.
What server level items could cause this?
Without having time to take a video it is pretty simple to replicate. If I as the admin visit back-end page the results are shown in the Realtime analytics.
I visited the following pages:/wp-admin/edit-tags.php
/wp-admin/update-core.php
And then when I view the realtime I see those pages pop up in the list.
I’ll post my site health via the form you provided.
You can also see when inspecting the section it does not get the anchor applied to it:
The Standard H2 gets the span added to it, but the one containing the results of the shortcode does not.Finally got around to setting this up for you. seems silly that it wasn’t clear before but here we are”
TOC Error Example – The Practitioner’s Handbook – Staging <- You can see it in action hereStaging site is slow as it only has the relevant plugins for testing activated so the video takes quite a while to load.
https://staging.practitionershandbook.info/wp-content/uploads/2025/07/toc-not-working.mp4
The resolution took so long I began overhauling all affected posts to manually enter the post name rather than have it via code.
Perhaps next week i will make a sample page to show you
Forum: Plugins
In reply to: [Easy Table of Contents] Mobile TOC isn’t closing on click with flyingpressSorry for the late response… to your last question as I said in a previous response the issue disappears when I have the desktop option activated. So It seems to be a mobile cache issue. again, still looking for the css or js code to exclude so that everything works as expected.
Still looking for a solution to this issue.
If it helps here is the shortcode code:
function display_post_title() {
return get_the_title();
}
add_shortcode('post_title', 'display_post_title');I tested on a staging site with only your plugin and the shortcode option for the [post_title] active and it still does not work correctly. So it isn’t a conflict there.
You can see the effect here: Beltane – The Practitioner’s Handbook
The Link Other Beltane Resources leads to https://handbook.equinox-apothecary.shop/sabbats/beltain/#Other_post_title_Resources but the Anchor is missing in code.