sr293
Forum Replies Created
-
Hello @sergejsk. I’m sorry to hear you are experiencing an issue with the href tag of the site title block in your header. I just did a quick test on my side using the twenty twenty three theme, a custom block header, and the site title block. The URL in my test was able to parse correctly. A couple of items to try:
- Disable any optimization and caching plugins that may be active in your WordPress install or on the server and try generating the site again to see if this resolves the issue.
- You may want to try using another block, such as the heading block, and manually adding the URL.
- You may also want to try adjusting the Destination URLs in the General Tab under Simply Static > Settings
Hello @matthewsrick. I’m sorry to hear you are having an issue exporting your website. 171k+ is a very large export. It’s possible that you may be running out of resources in your hosting environment or a long-running process is being stopped. You may want to contact your hosting provider to see if they see any errors, possibly related to resource availability or long-running processes being halted.
Hello @xelramos. You may want to try using the Include/Exclude feature in Simply Static to manually include your Elementor 404 during site generation. Here is more information about this option: https://simplystatic.com/docs/add-missing-files-to-your-static-website/#How-to-fix
Hello jameswithsupersonic, thank you for your questions and interest in Simply Static. Simply Static works like a real user (or a Google Bot). By default, all published pages with a visibility of “public” will be included in the export. Since a private page is not publicly available it will result in a 404 error (page not found) when the generator tries to access it. For a page to be exported, its visibility will need to be set to public.
More info on how to add missing pages:? https://simplystatic.com/docs/add-missing-files-to-your-static-website/?
To trigger an action on completion of an action in WordPress, you could explore the code snippets section on the Simply Static website.
https://simplystatic.com/docs/code-snippets/
One of the snippets you might be interested in is running an export after publishing a post.