I know that it is possible to add a Product Release Notes section similar to this page - https://status.webroot.com/ - but I can't find where to add it to the page. Any suggestions?
Thanks,
-David
Hey David,
While this isn't something in the scope of support, I was able to find that that page is using some custom JS to create the section you're looking for.
The code for it would look something like the below, you will just need a page on a plan that supports the use of custom Javascript
<script>
$('.incidents-list').prepend('<p><a class="font-largest no-link" style="display:block;">PRODUCT RELEASE NOTES</a><br>Click one of these links for detailed release notes<br><a href="https://www.something.com/support/release-notes" target="_blank">Something</a> | <a href="https://www.something.com/support/support-consumer-release-notes" target="_blank">Home & Something else</a></p><br><br>');
</script>
Hopefully this helps!
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
where exactly would we place this code?
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
@Denae Fernandez you'd need to place it in the custom header/footer section
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.