We would like to have this within our footer and not above. Can we hide these and then add them to our custom HTML for our footer?
We would like to have this within our footer and not above. Can we hide these and then add them to our custom HTML for our footer?
So here is where I can help in the meantime, depending on what you want to do:
<!-- Remove T&Cs and Cookie consent default links -->
<script>
var privacyLinks = document.getElementsByClassName("templatefoot-privacy-links");
privacyLinksr0].setAttribute('class', 'dont-show');
</script>
CSS:
.dont-show {
display: none;
}
<a href="/site/terms">Terms & Conditions</a>
<!-- Remove T&Cs and Cookie consent default links and enable onClick function -->
<script>
var privacyLinks = document.getElementsByClassName("templatefoot-privacy-links");
privacyLinksr0].setAttribute('class', 'templatefoot-privacy-links invisible');
function cookiePolicyOpen() {
document.getElementsByClassName("templatefoot-privacy-links")a0].getElementsByTagName("a")a1].click();
}
</script>
CSS: (Hides instead of removing)
.invisible {
font-size:0;
}
Footer HTNL: (Simulates a click of the hidden link)
<a onclick="cookiePolicyOpen()">Cookie Settings</a>
For the T&Cs use the same as in step (2):
<a href="/site/terms">Terms & Conditions</a>
Hope this helps!
Worth checking with the inSided team before making changes. There was a thread long time ago about hiding/changing some things and how they may be against T&Cs, see reply from
The information I shared doesn’t remove the powered by InSided though… just the 2 links that were added recently to that section. So they can be moved somewhere else… For me that was the custom footer.
What Blastoise shared about Google might be a bigger concern though. All the more reason to get InSided to share their side of things here… (ie. A way to remove the links and add them ourselves where needed…)
I’m afraid Jeanie Lee hasn’t been very active on the community recently. Let me try and grab a
Thanks Blastoise for mentioning me here. I am checking with the team and will get back to you with more info & answers to your questions as soon as possible!
Hey
We would like to apologise for the unexpected change. This is indeed a miscommunication on our side - the feature was rolled out before the announcement, which will be published very soon.
In mean while, we’ve fixed some UI issues in the footer:
If you need to hide the links, please find the custom css code below:
Please note that the code has been modified because of the UI fix. If you’ve done some custom css to fix the styling earlier, please double check and update the custom css if necessary.
Hide both links:
.templatefoot-privacy-links {
display: none;
}
Hide ‘Terms & Conditions’:
.templatefoot-privacy-links a:nth-child(1) {
display: none;
}
Hide ‘Cookie settings’:
.templatefoot-privacy-links a:nth-child(2) {
display: none;
}
Please let me know if you need help or have any questions.
If anyone is interested, or has used the script I shared, I can confirm that it seems to still be working as is, especially the ability to move the cookie settings link to somewhere else.
Hope it helps!
If you ever had a profile with us, there's no need to create another one.
Don't worry if your email address has since changed, or you can't remember your login, just let us know at community@gainsight.com and we'll help you get started from where you left.
Else, please continue with the registration below.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.