Location US Problem

GK User
Sun Jan 25, 2015 12:02 pm
My site URL : servertest2.gr/Mydaylicious

Problems :
1. In header module (on home page start screen), NOT display the icons (menu, specials, gallery, etc).
2. In the END of the page, in Location US, NOT display the icon LOCATION US.

Any Solution please????


Thanks

Haris
User avatar
Fresh Boarder

teitbite
Mon Jan 26, 2015 6:57 pm
Hi

The link to Your site is not working. Can You please tell me the correct one ?
User avatar
Moderator

GK User
Mon Jan 26, 2015 8:07 pm
teitbite wrote:Hi

The link to Your site is not working. Can You please tell me the correct one ?




http://servertest2.gr/mydaylicious

Thanks!
User avatar
Fresh Boarder

teitbite
Mon Jan 26, 2015 8:33 pm
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>
User avatar
Moderator

GK User
Sun Feb 01, 2015 11:55 am
This doesn't work in Joomla 3.0. The code <em class="gk-icon-map-path-solid"></em> not display map icon.
User avatar
Fresh Boarder

teitbite
Mon Feb 02, 2015 5:22 pm
Hi

That's exactly what I said. Editor is turning <i> into <em>, so You need to disable editor in user settings and make sure there are only <i> tags present.
User avatar
Moderator


cron