ContributionsMost RecentMost LikesSolutionsComponent Alignment One of my components (vitality) continues to align left when I would like it to be centered. Should be a quick fix adding code to css or the component but it is still orienting left. Any ideas? 2022 Customer Awards: Visible - Best In Class Community Company: Visible Company background: Visible is the first all-digital wireless service in the US, offering unlimited data, messages, minutes, and hotspot, powered by Verizon, 5G included. On a mission to dramatically change the wireless service experience, Visible has been named to Fast Company's Most Innovative Companies list and was named "Best Telecom Brand" in Adweek's 2021 Challenger Brand Awards. Contact: David A. Sandoval Title: Community Lead Related URLs: https://community.visible.com/ Kudos Category: Best In Class Community 1. Describe your company and your organization. We are a young and energetic brand with values that speak to our digital natives that love simplicity with social impact. Our service has no stores and takes an innovative approach to customer care. We are also a hybrid remote first company that empowers our employees to dream and develop new ways of working. This is the foundation of a distributive company that is bringing leading mobile service to our members where ever they are. 2. Why did you choose to invest in Khoros and what was your experience before making the switch from a previous solution or investing in new technology. Khoros out of the box comes with tools that are easy to use and give us the ability to ramp up quickly. Being a company with no stores with only 4 years in existence we chose Khoros because it was the best in class and allowed us to simply and easily connect our members to each other and to us. Previously we did not have a community platform. 3. What were your goals when investing in Khoros technology and what successes have you already experienced because of the investment? Were you able to gain traction faster than expected? Please include metrics if possible. We wanted to connect and respond to our customers quickly and easily. Khoros offers the platform and data analytics tools to see actionable insights that help us modify and improve in real time. We have been able to in one year become hub that educates and informs while returning our investment through care deflection. Our next phase after this year one is to build out and mobilize our superusers by giving them the tools to maximize the potential of the community. On the back end we are using Khoros Care to align better with our care team and report on the health and real time actions needed for our community. Khoros has also helped us accelerate with moderation support which balances and pushes our community initiatives. We were able to create an interactive engaging community with multiple areas that allow our members to explore and learn. Our visits continue to grow and have many reoccurring visits because our members find value in sharing their tips, tricks and referral codes. We Launched a video section that explains and teaches while also being a driver for our community visits. Superusers are now being piloted with a small group of founders who have been our early adopters in both the brand and community. All of this culminates into a community and its members who are self sufficient in resolving their questions as shown in calculating care deflection using the stats and benchmarks from our value analytics. Averaging 2,447 deflected contacts a month. Mobile Nav Custom Header I added a a custom header option that shows perfectly in the desktop version but dissappears when on mobile in the hamburger menu. What is a good fix for this ? Featured Topic Component Not Showing My code is not pulling the featured topics that are listed in admin. I'm sure it might be referencing something incorrectly. Any help would be appreciated. <#if featuredTopicsSetting?length gt 0> <#assign featuredTopics = featuredTopicsSetting?split(",") /> <#assign topicList = "" /> <#list featuredTopics as featuredTopic> <#assign topicList = topicList + "'" + featuredTopic?trim + "'" /> <#if featuredTopic_has_next> <#assign topicList = topicList + "," /> </#if> </#list> <#assign qry = "SELECT subject, view_href FROM messages WHERE id IN (${topicList})" /> <#assign topicsAr = executeLiQLQuery(qry) /> <#if topicsAr?size gt 0> <@generateComponentContent className="custom-featured-topics" componentTitleKey="theme-lib.featured_topics.title"> <div class="featured-users-container"> <#list topicsAr as featuredTopic> <div class="custom-featured-topic"> <a href="${featuredTopic.view_href}">${featuredTopic.subject}</a> </div> </#list> </div> </@generateComponentContent> </#if> </#if> Custom Component Tiled navigation I currently have a custom component that tiles the categories in a core node that the component sits in. Problem is I want the boards in a certain category to be shown that isn't the core node the component sits in. So if I put the below code in any page it will show the hierarchy of that page. I want to put this tiled navigation on the home page but have it show the boards in one of my categories. I've tried a few changes but it doesn't show properly. <#assign baseQry = "SELECT id, short_title, description, view_href, topics.count(*), avatar.medium_href FROM nodes" /> <#if coreNode.nodeType?lower_case == "community"> <#assign whereClause = " WHERE depth=1 " /> <#else> <#assign whereClause = " WHERE parent.id = 'category:${coreNode.id}' " /> </#if> <#assign orderClause = " ORDER BY position ASC" /> <#assign fullQry = baseQry + whereClause + orderClause /> <#assign nodes = commonUtils.executeLiQLQuery(fullQry) /> SolvedRe: How to calculate 'Cost Savings' within a Community Any link to the forrester-tsia research?