Hi @caramaple ,
thank you so much for your feedback — it’s really helpful! Altpilot is still in its beta phase, and reports like yours are extremely valuable for improving compatibility with other plugins.
If you’d like, we can take a direct look at your site. The easiest way is to send us a quick support ticket ➜
https://www.altpilot.ai/create-ticket/
Our technical team will then check the issue right away and provide a fix.
Thanks again for letting us know!
Hi there,
I got some feedback from the Dark Mode developers – see below:
__________
We’ve investigated the issue and found the cause:
- The conflict occurs because AltPilot’s admin script is loading in the global scope, not due to WP Dark Mode.
- To prevent duplicate variable declarations, AltPilot should load its admin bundle using
type="module"
__________
Thanks for fixing. By the way, I can replicate the issue on different WP sites, so I dont think there is the need to access specifically my individual one.
Best from Anna.
Hi there,
unfortunately it is still not working. Here again the feedback from the Dark Mode developers. It would be great if you could check into it:
- The conflict occurs because AltPilot’s admin script is loading in the global scope, not due to WP Dark Mode.
- To prevent duplicate variable declarations, AltPilot should load its admin bundle using
type="module"
Thanks!