Hi there,
Each legal page can be generated through a wizard which you can find at WP AutoTerms > Add a New Legal Page.
After you created your Legal Page, you can enable various Compliance Kits from WP AutoTerms > Compliance Kits:
– Links to Legal Pages –> so that all links to your published legal pages are shown automatically in the footer
– Cookie Notice –> so that users are informed that your website uses cookies
Thank you but I cannot find a wizard. There is no way I can see to open anything from this plugin nor nothing on the website. In simplest terms, how do I find a wizard or even any settings at all? I literally only see a plugin listed and no way to open it or do anything with it. Imagine trying to walk a five-year old through the process 🙂 Thanks again.
Usually, all plugins are managed from the left side of the sidebar. If you do not have a list of Posts, Pages, Plugins, Themes, Settings, then your sidebar is not shown / it’s collapsed.
For example, this video shows the left sidebar: https://www.youtube.com/watch?v=Bk_zVMo7s04
In the sidebar, you should see “WP AutoTerms”.
As an alternative, you can email us with some screenshots to see what you see and I’ll troubleshoot from there.
https://www.wpautoterms.com/contact.html
I have installed the plugin . I have configured the page and I have the link appear on my footer. when I click on the link I only get a blank page with the word admin in the center. My site is goldengiver.com and my email is info@goldengiver.com
@goldengiver
The GDPR Privacy Policy exists on http://goldengiver.com/wpautoterms/gdpr-privacy-policy/, it’s just white text on a white background. To check this, simply select all from the page and you’ll see the text.
So the issue is from your theme. You can enter some custom CSS anywhere you can to fix this:
.wpautoterms_page {
color: #000;
}
.wpautoterms_page p,
.wpautoterms_page h1,
.wpautoterms_page h2,
.wpautoterms_page h3,
.wpautoterms_page li {
color: #000;
}