Hi
1. Icons were removed by editor. It recognises some of the code as unsafe and strips it off. You need to go to User Manager, edit Your user profile and change editor to None. Than You will be able to change the code in module and nothing will get removed.
2. Same problem, but this time
- Code: Select all
<i class="gk-icon-dinner-set-solid"></i> code
got replaced with
- Code: Select all
<em class="gk-icon-dinner-set-solid"></em>
You need to edit it and bring back the <i>s.
If You need the code which was there previously than here is a header icons html structure:
- Code: Select all
<ul class="gk-short-menu">
<li data-scroll-reveal="enter bottom over .5s after .25s" data-scroll-reveal-id="4" data-scroll-reveal-initialized="true" data-scroll-reveal-complete="true"><a href="#menu"><i class="gk-icon-dinner-set-solid"></i> <span>Menu</span></a></li>
<li data-scroll-reveal="enter bottom over .5s after .5s" data-scroll-reveal-id="5" data-scroll-reveal-initialized="true" data-scroll-reveal-complete="true"><a href="#specials"><i class="gk-icon-bottle-glass-solid"></i> <span>Specials</span></a></li>
<li data-scroll-reveal="enter bottom over .5s after .75s" data-scroll-reveal-id="6" data-scroll-reveal-initialized="true" data-scroll-reveal-complete="true"><a href="/joomla25/steakhouse/index.php/gallery"><i class="gk-icon-gallery-solid"></i> <span>Gallery</span></a></li>
<li data-scroll-reveal="enter bottom over .5s after 1s" data-scroll-reveal-id="7" data-scroll-reveal-initialized="true" data-scroll-reveal-complete="true"><a href="/joomla25/steakhouse/index.php/reservation"><i class="gk-icon-calendar-solid"></i> <span>Reservation</span></a></li>
<li data-scroll-reveal="enter bottom over .5s after 1.25s" data-scroll-reveal-id="8" data-scroll-reveal-initialized="true" data-scroll-reveal-complete="true"><a href="#location"><i class="gk-icon-map-path-solid"></i> <span>Location</span></a></li>
</ul>
here a map icon:
- Code: Select all
<a class="gk-locate" href="https://www.google.com/maps/place/Calgary,+Alberta,+Kanada/@51.013117,-114.0741555,11z/"><i class="gk-icon-map-path-solid"></i>Locate Us</a>