Scott at Code of Conduct
Forum Replies Created
-
Forum: Reviews
In reply to: [Simply Static - The Static Site Generator] best plugins for static siteThanks for taking the time to leave a review, sondang82! I’m glad that it’s working well for you and that you found it easy to use.
Forum: Reviews
In reply to: [Simply Static - The Static Site Generator] Amazing Product and SupportThanks imrngreen! I’m glad we were able to quickly resolve your issue.
Hi psciandra,
Unfortunately Simply Static doesn’t work on Windows. I’m not sure precisely what the problem is, but we’ve had other people report that it isn’t working and we haven’t had the resources to investigate yet.
We plan to support Windows eventually but I don’t have a timeline for when that might happen.
Scott
Thanks eggfreckles! I’m glad that installing that module got things working for you.
Hi psciandra,
Sorry to hear about the trouble you’re having generating a zip file.
What platform are you running on? e.g. Windows, Linux, Mac?
Do you know if Simply Static is generating the static files? Those would be getting stored in your ‘Temporary Files Directory’ (you can check the location on the Advanced tab). It might help to temporarily disable ‘Delete temporary files’ so you can see if the files are there after Simply Static runs.
Forum: Plugins
In reply to: [Simply Static - The Static Site Generator] Bug in url with #Hi DavideWebCenter and lemontree712,
The issues you were both having with urls with #’s should be fixed now in version 1.2.4 of Simply Static. Try it out and let me know if it works for you.
Best,
ScottHi etabat,
Do you know how your server is set up to prompt for permission? If you’re using .htaccess/.htpasswd there’s another post in this forum where a fellow was able to set up the auth so that it could authenticate via user/pass or IP address, and he set the IP address to match the server’s IP address (so it would be able to authenticate local requests, such as those made by Simply Static).
There’s more info in the thread here:
https://wordpress.org/support/topic/generate-static-files-with-htpasswd-restrictionWould that work for you? If not, let me know and we can troubleshoot further.
Best,
ScottForum: Plugins
In reply to: [Simply Static - The Static Site Generator] Tag misplaceHi maxouwell,
Thanks for reporting this issue. Sorry to hear Simply Static is mangling your HTML. I’ll take a look and see what I can do to fix this. Thanks for providing a test case! That’s extraordinarily helpful.
Best,
ScottHi vbbp,
That’s a great idea. I’ll make a note to see if we can get this into a future version of Simply Static.
Best,
ScottForum: Plugins
In reply to: [Simply Static - The Static Site Generator] Bug in url with #Hi lemontree712,
Thanks for letting me know you’re also running into this issue. It’s still on our radar to get this fixed. Unfortunately I don’t have any solutions at the moment short of editing this manually.
Best,
ScottForum: Plugins
In reply to: [Simply Static - The Static Site Generator] Responsive images with srcsetHi gjdenhertog,
Version 1.2.3 (just released) includes support for the srcset attribute. Try it out and let me know if you run into any issues.
Best,
ScottForum: Plugins
In reply to: [Simply Static - The Static Site Generator] images don't workHi lolo08,
We’ve just released version 1.2.3 of Simply Static which adds support for the srcset attribute. Try it out and let me know if you run into any issues.
Best,
ScottHi Jenny,
We’ve just released version 1.2.3 of Simply Static, which should fix this issue for you. Let me know if you run into any issues. You can also reach me at: scott@codeofconduct.co
Best,
ScottHi Jenny,
Thanks for the context! That helps. It seems like the fix for this should be pretty straightforward; I’d just need to modify Simply Static so that it considers http and https to be the same site. I can take a look in a couple days and see how much effort that would require.
Best,
ScottForum: Plugins
In reply to: [Simply Static - The Static Site Generator] Fatal ErrorHi alexperel,
So that particular line in my code is where we’re writing files (https://github.com/codeofconductco/simply-static/blob/v1.2.2/trunk/includes/class-simply-static-archive-creator.php#L345).
After a bit of googling, it looks like the issue is that the file getting loaded in is using up all of PHP’s memory limit (http://stackoverflow.com/questions/14713014/file-put-contents-and-file-get-contents-exhaust-memory-size).
Do you have a lot of large files (e.g. images, PDFs) on your site? Or just a lot of pages in general?
A quick fix for you might be to edit your php.ini file and double the value for “memory_limit” (e.g. if it’s 128M, try 256M).
A more long term fix will be for me to take a look at how we’re reading and writing files and see if I can do that in a more efficient way.
Best,
Scott