Scott at Code of Conduct
Forum Replies Created
-
Forum: Plugins
In reply to: [Simply Static - The Static Site Generator] A suggestion for 404 errorHi Pierre,
That’s a great suggestion. I was just thinking about this the other day, actually. I have added it to our development list, but I don’t have a timeline for when it might be included.
Best,
ScottForum: Plugins
In reply to: [Simply Static - The Static Site Generator] Responsive images with srcsetHi jonathlee,
Thanks for reporting this issue. We’ll have it fixed with the next version of Simply Static, which will be released later this week.
Best,
ScottHi Peter,
You will need to manually copy the files over to your Amazon S3 bucket, there’s presently no automation for that.
Best,
ScottHi photocurio,
What version of PHP are you running? Do you have the dom extension installed?
Best,
ScottForum: Plugins
In reply to: [Simply Static - The Static Site Generator] A suggestion :)Hi Pierre,
Great idea. I’ll add that to the development list.
Best,
ScottHi Pierre,
Do you have an example of where this is happening (e.g. a theme where this occurs)? I’m having a difficult time picturing the issue from your description. It kind of sounds like a bug in the theme from what you’re saying.
Best,
ScottHi sgorkov,
This is a bug in Simply Static. I have tried to fix it once already (unsuccessfully), I just need to carve out some time to try another fix for it. So this is on my radar, thanks for reporting it.
Best,
ScottForum: Plugins
In reply to: [Simply Static - The Static Site Generator] Priority of "add_filter"Hi Pierre,
Hmm, that’s really strange that that would work on the dynamic site but not on the static site (Simply Static is requesting a copy of the page just as you or I would).
Looking at the docs (https://developer.wordpress.org/reference/functions/add_filter/) it looks like a lower priority is associated with earlier (faster) execution, so maybe instead of 999 try 1?
If that’s still not working it might be helpful if I could take a look at your dynamic site. You can email me at scott@codeofconduct.co.
Best,
ScottForum: Plugins
In reply to: [Simply Static - The Static Site Generator] Plugin on GitHubHi guys!
Simply Static is on Github. It’s available here: https://github.com/codeofconductco/simply-static
Pull requests are welcome!
Best,
ScottHi Lybecker,
I’m having a hard time recreating this issue. Could you share what you have set for the Local Directory (if you’re using that) and as well as Additional URLs and Additional Files and Directories?
If you like you can email me directly at scott@codeofconduct.co.
Best,
ScottHi boostgnelson,
Thank you for the kind words!
Unfortunately, no, at present there’s no way to execute Simply Static from the command line. We are looking at introducing that eventually, but I don’t have any concrete timelines at the moment.
Best,
ScottForum: Plugins
In reply to: [Simply Static - The Static Site Generator] Option to disable Export LogHi Volker,
The next version of Simply Static (which will be released later this week) will introduced an export log with paging, so it only shows 50 URLs at a time. That should fix the issue you’re encountering with the export log trying to display too many URLs.
Best,
ScottHi Golan,
I’m going to have a version of Simply Static released later this week which may help fix this issue. Try that out and let me know if it fixes your issue. If it doesn’t, here are some things you can try to increase the amount of memory available to WordPress/PHP:
1. If you have access to your php.ini file, change the line in php.ini
If your line shows 32M try 64M:
memory_limit = 64M ; Maximum amount of memory a script may consume (64MB)2. If you don’t have access to php.ini try adding this to an .htaccess file:
php_value memory_limit 64M3. Try adding this line to your wp-config.php file:
Increasing memory allocated to PHP
define(‘WP_MEMORY_LIMIT’, ’64M’);4. Talk to your host.
Best,
ScottForum: Plugins
In reply to: [Simply Static - The Static Site Generator] Not Generating Posts and PagesHi businessgeeks,
That’s really strange. And everything seems fine on your WordPress site when you visit those pages? Do you have a URL I could take a look at? You can also email me at scott@codeofconduct.co.
Best,
ScottThis will be fixed in the next release of Simply Static (later this week).