CMS Development

troystarwalt
Member

Modules Being Generated 22 Times -

SOLVE

Hey all.

 

I'm working on updating an old template to reflect some new styles. I'm going to be using Font Awesome in my design (mainly to use the search and social icons). I've placed Font Awesome cdn link in my head.

 

Now, I've started to work on the footer, and I've added in the below <ul> to a new Global Module for my footer..

<ul>
    <li><a target="_blank" href="http://www.linkedin.com"><i class="fa fa-linkedin"</i></a></li>
    <li><a target="_blank" href="https://twitter.com"><i class="fa fa-twitter"</i></a></li>
    <li><a target="_blank" href="http://instagram.com"><i class="fa fa-instagram"</i></a></li>
</ul>

Now, when I've saved the template and go to preview the page, I do see the Font Awesome icons. However, there has also been 21 additional icons added to the page. Some script (not something I've added) has duplicated the 

<i class="fa fa-twitter"></i>

21 times. I've double checked that I have not added in a random script that could have casued this. Has anyone had this problem?Multiple IconsMultiple Icons

0 Upvotes
1 Accepted solution
troystarwalt
Solution
Member

Modules Being Generated 22 Times -

SOLVE

And I figured it out. Something so small. I forgot to close my <i>. Continue on folks...nothing to see here. 

View solution in original post

0 Upvotes
1 Reply 1
troystarwalt
Solution
Member

Modules Being Generated 22 Times -

SOLVE

And I figured it out. Something so small. I forgot to close my <i>. Continue on folks...nothing to see here. 

0 Upvotes