Hello – When I open up the custom html component to edit my social media icons i get a blank page. When I try to save it with the following HTML it again blanks out the page:
<ul class=”social-list”>
<li><a class=”facebook” title=”Facebook” href=”https://www.facebook.com/joomlart”><i class=”fa fa-facebook”></i></a></li>
<li><a class=”twitter” title=”Twitter” href=”https://twitter.com/JoomlArt”><i class=”fa fa-twitter”></i></a></li>
<li><a class=”google-plus” title=”Google plus” href=”http://www.joomlart.com/”><i class=”fa fa-google-plus”></i></a></li>
<li><a class=”youtube” title=”Youtube” href=”http://www.joomlart.com/”><i class=”fa fa-youtube”></i></a></li>
</ul>
It has something to do with the empty <a> tags as if I put something in there the module loads with whatever text i put but I want the social icons as you have in the template.