gk-short-menu icons disappear

GK User
Thu Aug 21, 2014 10:24 pm
Hi! I have a problem: after translating header menu items gk-short-menu icons just disappear. I think problem is with standart editor, maybe it cut off tags. How can i fix this?
User avatar
Fresh Boarder

GK User
Thu Aug 21, 2014 11:58 pm
Same problem. Disable TinyMCE editor and copy HTML code from clean template again.
User avatar
Fresh Boarder

GK User
Sun Aug 24, 2014 5:02 pm
Thank you!
User avatar
Fresh Boarder

GK User
Sun Nov 23, 2014 6:10 pm
this walkaround works! but is there any full fix for that?
User avatar
Fresh Boarder

GK User
Thu Apr 09, 2015 1:01 pm
This works. You can also copy the code from a gavick demo template:

Demo Template>>Select the required area (small menu icon set)>>Right click>>Inspect element>>Select code>>Right click>>Edit as HTML>>Copy Code>>

Now go to your admin page and paste it in the appropriate position.

For example:

The TinyMCE would have stripped the code and the code reads as

<li data-scroll-reveal="enter bottom over .5s after .25s"><a href="#menu"> <span>Menu</span></a></li>

Paste (insert) the copied code into it:

Copied code: <i class="gk-icon-dinner-set-solid"></i>

Insert it here:
<li data-scroll-reveal="enter bottom over .5s after .25s"><i class="gk-icon-dinner-set-solid"></i><a href="#menu"> <span>Menu</span></a></li>

Save and refresh page.
User avatar
Fresh Boarder


cron