Title: Scott at Code of Conduct's Replies - page 21 | WordPress.org

---

# Scott at Code of Conduct

  [  ](https://wordpress.org/support/users/codeofconduct/)

 *   [Profile](https://wordpress.org/support/users/codeofconduct/)
 *   [Topics Started](https://wordpress.org/support/users/codeofconduct/topics/)
 *   [Replies Created](https://wordpress.org/support/users/codeofconduct/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/codeofconduct/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/codeofconduct/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/codeofconduct/engagements/)
 *   [Favorites](https://wordpress.org/support/users/codeofconduct/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 301 through 315 (of 375 total)

[←](https://wordpress.org/support/users/codeofconduct/replies/page/20/?output_format=md)
[1](https://wordpress.org/support/users/codeofconduct/replies/?output_format=md)
[2](https://wordpress.org/support/users/codeofconduct/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/codeofconduct/replies/page/3/?output_format=md)…
[20](https://wordpress.org/support/users/codeofconduct/replies/page/20/?output_format=md)
21 [22](https://wordpress.org/support/users/codeofconduct/replies/page/22/?output_format=md)
[23](https://wordpress.org/support/users/codeofconduct/replies/page/23/?output_format=md)
[24](https://wordpress.org/support/users/codeofconduct/replies/page/24/?output_format=md)
[25](https://wordpress.org/support/users/codeofconduct/replies/page/25/?output_format=md)
[→](https://wordpress.org/support/users/codeofconduct/replies/page/22/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simply Static - The Static Site Generator] 404 Error After Attempting to Generate](https://wordpress.org/support/topic/404-error-after-attempting-to-generate/)
 *  [Scott at Code of Conduct](https://wordpress.org/support/users/codeofconduct/)
 * (@codeofconduct)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/404-error-after-attempting-to-generate/#post-6777378)
 * Hi bibiana603,
 * Looking at your site, it looks like the slider might be trying to load in some
   additional JavaScript files via AJAX, which Simply Static won’t be able to detect.
   To fix that, in Simply Static go to the Advanced tab and then in the Additional
   Files and Directories section at the path to the revslider plug (consult the 
   examples, but it should be something including /wp-content/plugins/revslider/).
   You may also need to include your entire wp-uploads directory as well if revslider
   is using JavaScript to reference images (which I’d venture a guess it is).
 * I’d try those two things and see it that fixes most or all of the issues. (I 
   might also suggest creating a new thread next time since your issue doesn’t seem
   to relate to the original posts’.)
 * Best,
    Scott
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simply Static - The Static Site Generator] What do i do wrong ?](https://wordpress.org/support/topic/what-do-i-do-wrong-1/)
 *  [Scott at Code of Conduct](https://wordpress.org/support/users/codeofconduct/)
 * (@codeofconduct)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/what-do-i-do-wrong-1/#post-7132186)
 * Hi innerchildweb,
 * So, a few things to check on. One, is your Delivery Method set to Local Directory?
   Two, is that local directory the same directory that your domain (e.g. [http://www.mydomain.com/](http://www.mydomain.com/))
   is using to serve pages? Three, is Simply Static successfully saving static pages
   to that directory?
 * Best,
    Scott
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simply Static - The Static Site Generator] server 500 when run generate](https://wordpress.org/support/topic/server-500-when-run-generate/)
 *  [Scott at Code of Conduct](https://wordpress.org/support/users/codeofconduct/)
 * (@codeofconduct)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/server-500-when-run-generate/#post-7061304)
 * Hi llamala,
 * Yes, that is quite strange that it would stop working after 3-4 seconds. It sounds
   like an error is occurring before Simply Static really starts up. My suggestion
   would be to take a look at your logs for Apache (typically those are at /var/
   log/apache2/error.log), but it depends on how your server is set up. If you can
   find an error message in there I might be able to help troubleshoot further.
 * Best,
    Scott
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simply Static - The Static Site Generator] simply static generates 301 file only](https://wordpress.org/support/topic/simply-static-generates-301-file-only/)
 *  [Scott at Code of Conduct](https://wordpress.org/support/users/codeofconduct/)
 * (@codeofconduct)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/simply-static-generates-301-file-only/#post-7077767)
 * Hi Jim,
 * It sounds like the server you have WordPress set up on is redirecting what you
   have set for your Site Address (URL) / Origin URL to some new page. The most 
   likely thing I can think of, since you mentioned SSL, is that it’s redirecting
   http to https or vise versa.
 * I’d take a look at the URL that’s in the 301 index.html redirect file and compare
   it to your Site Address. Is it possible to adjust the Site Address to match the
   URL in the index.html file? Or, is it possible to disable the 301 redirect?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simply Static - The Static Site Generator] server 500 when run generate](https://wordpress.org/support/topic/server-500-when-run-generate/)
 *  [Scott at Code of Conduct](https://wordpress.org/support/users/codeofconduct/)
 * (@codeofconduct)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/server-500-when-run-generate/#post-7061274)
 * Okay, so, another question: how long does Simply Static run before you see the
   500 error? Is it immediate, does it run for e.g. 60 seconds and then you see 
   the 500 error? Depending on the settings of your server and how large your site
   is, it’s possible that Simply Static is timing out before it’s able to completely
   generate all of the pages. (I’ll have that issue fixed with the next version 
   of Simply Static which is due out at the end of the month.)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simply Static - The Static Site Generator] images don't work](https://wordpress.org/support/topic/images-dont-work-4/)
 *  [Scott at Code of Conduct](https://wordpress.org/support/users/codeofconduct/)
 * (@codeofconduct)
 * [10 years, 2 months ago](https://wordpress.org/support/topic/images-dont-work-4/#post-7066639)
 * Hi lolo08,
 * Presently Simply Static doesn’t support the ‘srcset’ html attribute, which is
   how WordPress displays mobile images as of version 4.4. It’s something we have
   planned for one of the next updates though.
 * In the interim, if you include WP’s uploads directory (e.g. wp-content/uploads)
   in the Additional Files and Directories section (Advanced tab) that should fix
   the issue.
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Simply Static - The Static Site Generator] Great Plugin](https://wordpress.org/support/topic/great-plugin-8976/)
 *  [Scott at Code of Conduct](https://wordpress.org/support/users/codeofconduct/)
 * (@codeofconduct)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/great-plugin-8976/#post-8064654)
 * Thanks so much for the review, Sumit! I’m glad the plugin is proving to be useful
   for you 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simply Static - The Static Site Generator] Bug in url with #](https://wordpress.org/support/topic/bug-in-url-with/)
 *  [Scott at Code of Conduct](https://wordpress.org/support/users/codeofconduct/)
 * (@codeofconduct)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/bug-in-url-with/#post-7058081)
 * Hi DavideWebCenter,
 * Thanks for reporting this issue! I’ll take a look and see what I can do to resolve
   it.
 * And no worries on using a translator! Your post was very readable and I appreciate
   that you translated into my native language 🙂
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Simply Static - The Static Site Generator] This plugin is absolutely the best!](https://wordpress.org/support/topic/this-plugin-is-absolutely-the-best/)
 *  [Scott at Code of Conduct](https://wordpress.org/support/users/codeofconduct/)
 * (@codeofconduct)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/this-plugin-is-absolutely-the-best/#post-8064151)
 * Thanks for the review, DavideWebCenter! I’ll take a look into that bug and see
   what I can do for you. Thanks for reporting it!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simply Static - The Static Site Generator] server 500 when run generate](https://wordpress.org/support/topic/server-500-when-run-generate/)
 *  [Scott at Code of Conduct](https://wordpress.org/support/users/codeofconduct/)
 * (@codeofconduct)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/server-500-when-run-generate/#post-7061075)
 * Hi llamala,
 * Sorry to hear you’re having trouble. So, first thing, it looks like your Destination
   URL isn’t quite right. The Destination URL should either be the same as the Origin
   URL, or, more likely, something different. The reason I say that is that Origin
   URLs are replaced with Destination URLs.
 * So in your example, if you had a URL like chinasocial.com.au/directory/page it
   would get rewritten as chinasocial.com.au/wp-content/plugins/simply-static/static-
   files/directory/page as you have things currently configured — probably not what
   you’re intending.
 * As for the 500 error, I’d need a little bit more information to work with. Could
   you try turning debugging on and run Simply Static again? You can enable debugging
   by editing your wp-config.php file and setting WP_DEBUG to true, e.g.:
 * define(‘WP_DEBUG’, true);
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simply Static - The Static Site Generator] Meta Tags Missing](https://wordpress.org/support/topic/meta-tags-missing/)
 *  [Scott at Code of Conduct](https://wordpress.org/support/users/codeofconduct/)
 * (@codeofconduct)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/meta-tags-missing/#post-6961666)
 * Hi DavideWebCenter,
 * I’m glad that using Simply Static along with Yoast SEO plugin is working for 
   you! I still haven’t had a chance to take a look into this.
 * I’m not aware of anything that would be stripping out this tags, so it seems 
   like it should be working, but clearly tjachmann was having an issue with it 
   somewhere. Still on my todo list to take a look in the future.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simply Static - The Static Site Generator] Responsive images with srcset](https://wordpress.org/support/topic/responsive-images-with-srcset/)
 *  [Scott at Code of Conduct](https://wordpress.org/support/users/codeofconduct/)
 * (@codeofconduct)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/responsive-images-with-srcset/#post-7045360)
 * Hi gjdenhertog,
 * Yes! Support for srcset is coming soon. I’m glad you’ve found a workaround in
   the interim!
 *   Forum: [Reviews](https://wordpress.org/support/forum/reviews/)
    In reply to:
   [[Simply Static - The Static Site Generator] It makes your site simply.. static!](https://wordpress.org/support/topic/it-makes-your-site-simply-static/)
 *  [Scott at Code of Conduct](https://wordpress.org/support/users/codeofconduct/)
 * (@codeofconduct)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/it-makes-your-site-simply-static/#post-8062210)
 * Thanks for posting a review, mhens! I’m glad to hear you got here via a recommendation
   and that the plugin is working well for you 🙂
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simply Static - The Static Site Generator] Feature: relative links](https://wordpress.org/support/topic/feature-relative-links/)
 *  [Scott at Code of Conduct](https://wordpress.org/support/users/codeofconduct/)
 * (@codeofconduct)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/feature-relative-links/#post-7033689)
 * Hi mhens,
 * This is definitely something we’re planning to add to a future version of Simply
   Static. Thanks for the request!
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[Simply Static - The Static Site Generator] Missing images](https://wordpress.org/support/topic/missing-images-15/)
 *  [Scott at Code of Conduct](https://wordpress.org/support/users/codeofconduct/)
 * (@codeofconduct)
 * [10 years, 3 months ago](https://wordpress.org/support/topic/missing-images-15/#post-7027021)
 * Hmm, strange.
 * Well, this is on my queue of things to look into. I’ll update this ticket again
   when I have a bit more information. Thanks Neoras!

Viewing 15 replies - 301 through 315 (of 375 total)

[←](https://wordpress.org/support/users/codeofconduct/replies/page/20/?output_format=md)
[1](https://wordpress.org/support/users/codeofconduct/replies/?output_format=md)
[2](https://wordpress.org/support/users/codeofconduct/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/codeofconduct/replies/page/3/?output_format=md)…
[20](https://wordpress.org/support/users/codeofconduct/replies/page/20/?output_format=md)
21 [22](https://wordpress.org/support/users/codeofconduct/replies/page/22/?output_format=md)
[23](https://wordpress.org/support/users/codeofconduct/replies/page/23/?output_format=md)
[24](https://wordpress.org/support/users/codeofconduct/replies/page/24/?output_format=md)
[25](https://wordpress.org/support/users/codeofconduct/replies/page/25/?output_format=md)
[→](https://wordpress.org/support/users/codeofconduct/replies/page/22/?output_format=md)