patrickposner
Forum Replies Created
-
Alright, support for multilingual sites with Enhanced Crawl is coming to 1.7.1 of Simply Static Pro (because we only deal with multilingual setups in the pro version, but I assume you already have that installed).
Hey @tremlas,
thanks for your report!
The wp-includes problem should be solved with 3.4.3.1.
Which files are missing exactly? From another plugin? Only from the theme?
Any errors in the browser’s console when you open the generated HTML files?Hey @acp693 – great report!
Let me work on a multilingual crawler – new update coming soon! π
Hey @fabiocchetti,
thanks for reaching out!
I don’t think that is related to your hosting environment – maybe a configuration problem?
Enable the debug log (Simply Static -> Settings -> Debug -> Debug Log and then click on the “Generate” button again.A new section will appear above the Export Log where you can download the generated txt file.
It should contain some more information on why it’s cancelling (file permissions, Basic Auth problem, Rest API disabled, something like that.)Let me know if that helps!
@awpforumuser my bad, sorry!
It looks like I missed checking for the parameter encoding – I’ve added a rule for that which handles it: https://github.com/Simply-Static/simply-static/commit/e5bce300373a75f6035af4d91d8e73c35db8017a
With this fix, the parameter is correctly removed while preserving existing URL parameters:
<!DOCTYPE html>
<html>
<head>
<title>Redirecting...</title>
<meta http-equiv="refresh" content="0;url=/static/?utm_source=mailer&utm_medium=mail&utm_campaign=summer_2025">
</head>
<body>
<script type="text/javascript">
window.location = "/static/?utm_source=mailer&utm_medium=mail&utm_campaign=summer_2025";
</script>
<p>You are being redirected to <a href="/static/?utm_source=mailer&utm_medium=mail&utm_campaign=summer_2025">/static/?utm_source=mailer&utm_medium=mail&utm_campaign=summer_2025</a></p>
</body>
</html>I’ll add that within the next update!
@sebd86 fixed in today’s release (3.3.3.5)!
@sebd86 fixed in today’s release (3.3.3.5)!
Thanks for the report @awpforumuser,
I just worked on this, and the fix will be included in the next update! π
Forum: Plugins
In reply to: [Simply Static - The Static Site Generator] Now breaks cornerstone effectsHey @antonybeyonk,
thanks for the report!
The fix just landed in the update a couple minutes ago!
Update to 3.3.3.4 and we will properly handle the JSON inside HTML attributes again.@debra15 great, thanks for the update!
Hey @debra15,
excellent – that is exactly what we would have done as well!
There is just one problem – WE can’t release it, because it’s part of Blocksy and not an integration inside of Simply Static π
However, I’m fairly certain that if you send it to them, they will be more than happy to add it to their integration π.
@schmoewordpress fixed now in 3.3.3.3
Update, re-run the export and everything should be back on track!
Hey @paulofelipem,
thanks for reaching out!
This should be fixed now with todayβs update!
It introduces an entirely new method for extracting attributes based on the WordPress HTML API, replacing the old third-party crawler we previously used.
Hey @thomasruns,
thanks for reaching out!
This should be fixed now with today’s update!
We had to add a rule specifically for Ubuntu 24+ – thankfully, we are running the same stack, so we were able to identify and patch that quickly.
Forum: Plugins
In reply to: [Simply Static - The Static Site Generator] Incorrect link to zip createdHey @followalter,
thanks for the update!
I’ll create an issue on GitHub for that, and we’ll look into it – I can’t promise a quick fix, but we’ll get to it!