Scott at Code of Conduct
Forum Replies Created
-
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,
ScottForum: Plugins
In reply to: [Simply Static - The Static Site Generator] What do i do wrong ?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/) is using to serve pages? Three, is Simply Static successfully saving static pages to that directory?
Best,
ScottForum: Plugins
In reply to: [Simply Static - The Static Site Generator] server 500 when run generateHi 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,
ScottHi 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
In reply to: [Simply Static - The Static Site Generator] server 500 when run generateOkay, 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
In reply to: [Simply Static - The Static Site Generator] images don't workHi 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
In reply to: [Simply Static - The Static Site Generator] Great PluginThanks so much for the review, Sumit! I’m glad the plugin is proving to be useful for you 🙂
Forum: Plugins
In reply to: [Simply Static - The Static Site Generator] Bug in url with #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 🙂
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
In reply to: [Simply Static - The Static Site Generator] server 500 when run generateHi 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
In reply to: [Simply Static - The Static Site Generator] Meta Tags MissingHi 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
In reply to: [Simply Static - The Static Site Generator] Responsive images with srcsetHi gjdenhertog,
Yes! Support for srcset is coming soon. I’m glad you’ve found a workaround in the interim!
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
In reply to: [Simply Static - The Static Site Generator] Feature: relative linksHi mhens,
This is definitely something we’re planning to add to a future version of Simply Static. Thanks for the request!
Forum: Plugins
In reply to: [Simply Static - The Static Site Generator] Missing imagesHmm, 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!