ContributionsMost RecentMost LikesSolutionsRe: 15.4 Release Notes I LOVE these features, in particular the advanced filter in LSI! This has been something I only dreamed about at one point, so thank you NaokiT and everyone who worked on this. I don't remember the last time I was so excited about a report...:smileyvery-happy: Re: trying to find CSS Issue resolved. Thanks for your help, OlivierS ! Re: Authentication issue when performing a REST API call Hi OlivierS , I work on the same community as nickz and can verify that the users are granted "Make REST API calls with read access " I believe our community enabled this because of a certain way our KB page was set up. Is there anything else we need to check or try? Re: trying to find CSSThank you @OlivierS! I just submitted a ticket.Re: trying to find CSS OlivierS I tried using FireBug to remove visibility: hidden; and that didn't resolve the issue as I had hoped. Any suggestions? Thanks! Re: trying to find CSS Thanks, OlivierS ! I'll give that a try. It occurs on both stage and production, and here's a URL of where a video should be showing: http://community.demandforced3.com/t5/Appointments-and-Reminders/How-to-Manage-Appointment-Requests/ta-p/23831 trying to find CSS I noticed recently that videos in KB articles for my community aren't showing. Nothing has changed on my end, but when I was digging into the CSS (using Inspect Element) we noticed this #lia-body .lia-content .lia-quilt-row .lia-mark-empty { . height: 0.01px; . visibility: hidden; . line-height: 1px; . padding: 0; . margin: 0; . border: 0; } I believe visibility: hidden is what is hiding the video, but I can't seem to find this in the CSS. I tried looking in Community Style --> CSS as well as Community Style --> Wrappers, but no luck there. Any ideas? Thanks in advance. SolvedRe: login component for community pages You rock nathan , that worked! Now comes the fun part of going into each component... :smileyindifferent: Re: How do I add a component that will "make" my visitors provide feedback for articles Hi VarunGrazitti , do you have any other tools you would recommend? I belong to the same community as Nick, and Qualaroo doesn't provide us with the ability to direct customers to other help options. Re: login component for community pages Hi nathan , thanks for your reply! I thought as much. Super thankful for my multiple monitors today, where I can log in to Stage on one browser, and view Stage as a guest, as well as look at different components, on another browser and monitor. One example is our Discussions component. See below. I know it has to do with the <#if user.registered> part, but wanted to check on how to proceed so I don't break anything. <#if user.registered> <div id="PublicDiscussionComponentWrapper"> <div id="PublicDiscussionComponent"> <table cellspacing="0" cellpadding="0"> <tr> <td class="image" align="center"> <img height="78" width="104" src=" /html/assets/hd_discussion.png"> </td> <td class="text"> <span class="heading">Public Discussion</span> <span class="description"> Welcome to the public discussion area. You can read and respond to discussions other people have posted, or create your own discussion in the category of your choice. </span> </td> </tr> </table> </div> </div> </#if> Thanks in advance!