I know it was the TinyMCE editor that botched this, but since I've installed JCE, I've been unable to get the Custom HTML module that puts the social media icon links in the left sidebar to show back up.
I'm inserting the HTML below, and am unsure why they're not showing up -- just a blank space on the page where the icons should be. (This was HTML I dug up on the forums elsewhere, so it might not be up-to-date. I'm also trying to add Instagram and YouTube, in case those weren't in the original.)
Sorry to bug you over something that should be simple, but it's holding me up, and there's so much to do. Hope you can find my error. Posting this as a FAQ-type item might be worthwhile, as I'm sure you have to fix this a lot. Stupid TinyMCE. 🙂
<ul class="social-list">
<li><a href="https://www.facebook.com/LibertyHallInc" class="facebook" title="Facebook"><i class="fa" fa-facebook=""></i></a></li>
<li><a href="https://twitter.com/libertyhall" class="twitter" title="Twitter"><i class="fa" fa-twitter=""></i></a></li>
<li><a href="https://www.instagram.com/libertyhallinc" class="instagram" title="Instagram"><i class="fa" fa-instagram=""></i></a></li>
<li><a href="https://www.youtube.com/results?search_query=liberty+hall+lawrence+ks" class="youtube" title="Youtube"><i class="fa" fa-youtube=""></i></a></li>
</ul>