Header module

GK User
Sun Feb 01, 2015 7:30 pm
Hi,

after changing the module HTML personalizzed in the header position the icons have disappeared. Can I make them reappear ? Screen Attachment. the site is http://www.larocca-ristorante.it/web
User avatar
Fresh Boarder

teitbite
Sun Feb 01, 2015 7:54 pm
Hi

You need to edit this module without editor. You can disable using editor i user settings in joomla panel. Editors strips some of HTML5 code like the one for icons. Here is a code:

Code: Select all
   <h1 data-scroll-reveal="enter top over .5s after 0s" data-scroll-reveal-id="1" data-scroll-reveal-initialized="true" data-scroll-reveal-complete="true">The Best Steak House is Here</h1>

<h2 data-scroll-reveal="enter bottom over .5s after .15s" data-scroll-reveal-id="2" data-scroll-reveal-initialized="true" data-scroll-reveal-complete="true">Lorem ipsum dolor sit amet, consectetur adipiscing elit. Aenean semper orci semper tempus.</h2>

<a data-scroll-reveal="enter bottom over .5s after .25s" class="btn" href="#restaurant" data-scroll-reveal-id="3" data-scroll-reveal-initialized="true" data-scroll-reveal-complete="true">Discover our restaurant</a>

<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>   
User avatar
Moderator

GK User
Sat Feb 07, 2015 9:50 am
Hi,

I am also having the same issue. I already have edited the header module using editor, not the icons are not showing anymore.

Can you please advise how I can get it back? I am not quiet clear of the answer that you have provided earlier.

Please advise.

Thanks!
User avatar
Junior Boarder

teitbite
Sun Feb 08, 2015 7:04 pm
Hi

My earlier post has the code which is used in this module by default. All You need to do is to go to User Manager, edit Your user and in basic settings chose None as editor. Than edit the header module and You can change the code without losing icons.
User avatar
Moderator


cron