Excellent, whatever file you select for your Privacy Policy page then works.
Since you basically have two threads going on this page, I too would like to follow up on commontater’s question, because ‘Privacy and Policy’ does look like a typo and makes the page look amateurish as a result. I got a little bit into looking at ‘translation files’ enough to realize it was going to be an incredibly cumbersome process requiring many hours of research and experimentation, ultimately impacting site performance (I want to make the change on my homepage) and making all future edits into kludgy workarounds. That functionality is worth the investment in implementing if you really are translating a site into different languages, but it’s not intended to fix little typos like this.
Instead, this typo should be readily fixable with CSS and it would be easy if it wasn’t for the damn link, which comes out as code displayed on the page and not a clickable link. This was as close as I could get it. NOTE that the way code is displayed below requires horizontal scrolling to see it all. What works better is to highlight all the code and copy it into your text editor so you can see it all at once:
This SHOULD work but doesn't, outputs bare code instead:
<style type="text/css">
.wpmui-checkbox-caption {visibility: hidden;}
.wpmui-checkbox-caption:before {
content: "By creating an account you agree to the sites \003C a href \003D \0022 privacy-policy\002F \0022 \0020 target \003D \0022 \005F blank \0022 \003E Privacy Policy \003C \002F a \003E ";
visibility:visible;
}
.wpmui-checkbox-caption {
background-color: coral;
}
</style>
-
This reply was modified 5 years, 11 months ago by
simanonok.