sr293
Forum Replies Created
-
Hello @mason5666. Thank you for contacting us with your Pro pre-sale questions. For any Pro version pre-sale related questions please feel free to contact use through our website https://simplystatic.com.
Hello @chillybang. You could explore setting up a WP Cron job to run a site export after your custom content refresh and finished. Here is a link to more information about creating a Simply Static WP Cron job: https://simplystatic.com/docs/running-simply-static-with-wp-cron/
Forum: Plugins
In reply to: [Simply Static - The Static Site Generator] WooCommerce as affiliateHello @chillybang. Thank you for the question. It would depend on how the affiliate shop is generating content. If the system requires access to the WordPress database for dynamic customer query, this may not work with Simply Static. During the export process, Simply Static creates a static version of your website that is decoupled from your WordPress site. I would suggest trying out Simply Static with your affiliate system to check for any issues.
You may need to re-run the migration process just in case some of the settings were not transferred. The migration process should run automatically when you update Simply Static but you can also manually run it. The option to manually run migration is available at the top of the Simply Static > Settings > Utilities page.
Forum: Plugins
In reply to: [Simply Static - The Static Site Generator] Meta Robots NOINDEXHello @gaet. If you would like to protect your dev site from being indexed, the easiest method would be to add basic auth to your site. This would add password protection to your application which would help prevent search engines from indexing it. Here is a link to more information on the topic: https://docs.wpvip.com/how-tos/basic-authentication/. If you add basic auth to your site you will also need to provide the credentials in your Simply Static settings.
Hello @wintear. Sorry to hear you are experiencing this issue. You may want to explore if a database cache, for example redis, is being using in your environment. If so, I would recommend disabling it to see if it helps resolve the path issue.
Forum: Plugins
In reply to: [Simply Static - The Static Site Generator] Latest version seems brokenHello @soupmagnet. Sorry to hear that you are experiencing an issue accessing the setting in the dashboard. From the error message, it seems that something in your environment might be causing an issue with React. Could you try updating WordPress to the latest release, currently 6.3, to see if this resolves the issue for you?
Forum: Plugins
In reply to: [Simply Static - The Static Site Generator] Not working after updating to v3Hello @gsc89. It seems the auto-migration process may have not finished during the plugin update. You can manually run this process by visiting the Simply Static > Settings > Utilities admin page and clicking the “Migrate Settings” button.
Hello @pdelisle. Is it correct to say that you are creating a static version of your site but you would like to include a raw unparsed PHP file with your export? When you add an item to the “additional files” option in Simply Static, this is instructing the exporter to visit and parse that resource. You may want to explore using a code snippet to copy this file over to the static export directory after the export has finished, for example using the ‘ss_after_cleanup’ action. Here is a link to more information about this action: https://simplystatic.com/docs/code-snippets/#Fire-webhook-after-static-export
Forum: Plugins
In reply to: [Simply Static - The Static Site Generator] Taking a long time to runHello @jameswithsupersonic,
Slow build times can occur for a variety of reasons including complexity of your site, size of the assets, and available resources on your server, to name a few. The best way to determine if something in your environment is increasing the time needed to create an export, I would suggest disabling all active plugins and custom code, and one by one enabling each item while performing an export after each activation.
Forum: Plugins
In reply to: [Simply Static - The Static Site Generator] Contact Form 7 Submission ErrorHello @shazzahmad786,
Unfortunately, we aren’t allowed to provide Pro support within the forum.
Please reach out here: https://simplystatic.com/support/, and we are more than willing to help you!Hello @nclient. Thank you for your question. Unfortunately, the option to use a variable or shortcode for the password is not an available feature in Passster.
Forum: Plugins
In reply to: [Simply Static - The Static Site Generator] 403 when changing destination URLHello @jrobertse. Thanks for the update, happy to hear your were able to resolve the firewall issue.
Forum: Plugins
In reply to: [Simply Static - The Static Site Generator] Contact Form 7 Submission ErrorHello @shazzahmad786. In the static files that were generated, do you have a forms.json file available at the following path /wp-content/uploads/simply-static/configs/forms.json? If not, you may want to go through the setup guide one more time just in case a step was missed. Here is a link to our contact form setup guide: https://simplystatic.com/docs/set-up-forms/
Forum: Plugins
In reply to: [Simply Static - The Static Site Generator] 403 when changing destination URLHello @jrobertse. Sorry to hear you are experiencing an issue with 403 errors on your settings page. It’s possible you may have a permissions or configuration issue in your WordPress environment. I would recommend contacting your hosting provider to fully investigate the cause.