function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Darrell GallegosDarrell Gallegos 

Custom Lightning component available and appears in Preview but NOT Published Community

Greetings all.

I have created a custom Lightning component to use as a footer in Community. The component is available for use in Community Builder and can be added to pages (in this case the Login page). It appears in Preview. I publish this to the community but the component does not appear in the live community.

I am using the following in my component.
<aura:component implements="forceCommunity:availableForAllPageTypes" access="global"> 
Darrell GallegosDarrell Gallegos
Figured it out - I didn't add my resource. 

<ltng:require styles="{!Resource.resourceName + '/css/font-awesome.min.css'}" />