The most common causes for this error are:
Here's how you can identify why the "Add a New Legal Page" is blank:
If you do not have an "Inspect Element" menu item at the right-click menu, please follow these guidelines:
If the above steps do not work, please contact us and we'll troubleshoot the error.
This is a theme issue that can be easily fixed. It's related to how our plugin uses various HTML & CSS tags and how the theme is structured (ie. what HTML tags it uses).
Here's how you can fix this:
Add the "Custom CSS" box, add the following code:
.wpautoterms-footer {
z-index: 0 !important;
position: static !important;
}
If the above steps do not work, please contact us and we'll troubleshoot the error.
Various plugins that your website may use for caching & page speed optimization could prevent the WP AutoTerms plugin from working properly. An example of such plugin is "SG Optimizer".
If your website uses caching & speed optimization plugins, the easiest workaround is this:
Exclude the WP AutoTerms JS scripts from being merged, deferred or minified in any way:
/wp-content/plugins/auto-terms-of-service-and-privacy-policy/js/base.js
/wp-content/plugins/auto-terms-of-service-and-privacy-policy/js/wpautoterms.js
If the above steps do not work, please contact us and we'll troubleshoot the error.
By default, links to published legal pages are automatically added to your website footer automatically through the "Links to Legal Pages" Compliance Kit.You can customize how the links to your legal pages look like by going to WP AutoTerms > Compliance Kits > Links to Legal Pages.
You can disable the links by disabling the "Links to Legal Pages" Compliance Kit.
To do so, go to WP AutoTerms > Compliance Kits > Links to Legal Pages and disable it.
All legal pages generated with WP AutoTerms are using your current theme's "page.php" template.
If you'd like to control the design of your legal page, you can:
1. Create a new Page Template. Please read Creating Custom Page Templates for Global Use.
2. Assign the new Page Template by going to WP AutoTerms > All Legal Pages > Select your legal page > Select the new Page Template from the "Page Attributes" widget.
By default, links to published legal pages are automatically added to your website footer automatically through the "Links to Legal Pages" Compliance Kit.
You can customize how the links to your legal pages look like by going to WP AutoTerms > Compliance Kits > Links to Legal Pages.
If you'd like to design the archive template file that contains all the generated legal pages, create a new file named "archive-wpautoterms_page.php".