Simply Static

Product details

Q: Hi, I have sites that use the learndash, amelia, memberpress plugins, could this work with these plugins?

Nick369Mar 12, 2024
Founder Team
Patrick_SimplyStatic

Patrick_SimplyStatic

Jun 27, 2024

A: No, as all of them need WordPress available at all times (login areas, payment integration, calendar event synching, and so on).

Share
Helpful?
Log in to join the conversation
meshmeshPLUS
Verified Purchaser badge

Verified purchaser

Posted: Apr 7, 2024

The current workaround is to have a separate WP deployment in a subdomain with a simple theme, disabled header, and footer. Next, create an empty page “amelia-page” with no spacing, header, and add an Amelia shortcode. Once ready, you can embed this page on any external website:

<iframe width="700" height="700" src="https://www.your-domain.com/amelia-page"></iframe>
or
<embed height="560" width="315" src="https://your-domain.com/amelia-page">

Founder
Verified Purchaser badge

Verified purchaser

Posted: Apr 7, 2024

Good suggestion!

We also simplified that now with the last update.

Just add the URL that contains the Amelia booking form in Simply Static -> Settings -> Forms -> iFrames.
We automatically replace the content of the static HTML page with an embedded iFrame of the original page.

This works with all kinds of dynamic content limited to a certain page and allows all of them to run on the same domain (instead of fiddling with a subdomain setup).