modules ...

Professional Joomla restaurant template comes with a custom animated modules and advanced typography elements.
GK User
Sun Sep 15, 2013 6:47 pm
Hi

I have change header module and now I get bug ...
here the code

Code: Select all
<div class="gkHeader">
<h1 data-start="{'top':'-100px', 'opacity': 0, 'right': '30px'}" data-end="{'top': 45, 'opacity': 1}" data-delay="100" data-time="500">Mangez bien !</h1>
Trotékala propose une CUISINE TRADITIONNELLE adaptée à la restauration rapide.</div>
<p> </p>
<div class="gkHeaderHat" data-start="{'left':'40px', 'opacity': 0, 'top': '600px'}" data-end="{'opacity': 1, 'top': 40}" data-delay="0" data-time="600">Hat</div>
<div class="gkHeaderOrder" data-start="{'bottom':'0px', 'opacity': 0, left: '-300px'}" data-end="{'opacity': 1, 'left': 30}" data-delay="700" data-time="250">Order online</div>
<div class="gkHeaderSign" data-start="{'bottom':'40px', 'opacity': 0, right: '-300px'}" data-end="{'opacity': 1, 'right': 40}" data-delay="700" data-time="250">Chef Jeferson</div>


can you give me native code ?

and I have try to put a link to Chef Jeferson but nothing happen why ?

on module Special offer

in native you have a picture with 3 drawings can I do 3 links and how ?
either I have done this

Code: Select all
<h3 class="gkTitle"><sub>Cour intérieure !</sub></h3>
<p> </p>
<p><img src="images/stories/photos/lyon8/photos/terrasse%20interieure.JPG" border="0" width="250" style="border: 0;" /></p>
<div class="gkChalkboard"><strong>Ouvert :</strong>
<p>Lundi au vendredi<br />11h à 15h - 18h à 22h</p>
<p>Samedi 11h à 14h</p>
<p>Samedi soir et dimanche sur réservations</p>
</div>


but my picture appear and disappear why ?
User avatar
Fresh Boarder

GK User
Sun Sep 15, 2013 6:57 pm
User avatar
Fresh Boarder

teitbite
Mon Sep 16, 2013 5:19 am
Hi

Code for this module uses a html5 which may be stripped by editor, please try disable editor while making changes to this code.

Here You can find all modules settings and contents for this template: https://www.gavick.com/documentation/jo ... ig-joomla/
User avatar
Moderator

GK User
Mon Sep 16, 2013 6:27 am
thanks
but there is not the html code for the HEADER in your link
you have ALL HTML CODE but not this one ...

I want just the native HEADER code like you have on your link : view HTML code
User avatar
Fresh Boarder

teitbite
Tue Sep 17, 2013 3:52 am
Hi

Sorry. I was sure all modules are there. Here is a code I've copied from freshly installed quickstart.

Code: Select all
<div class="gkHeader">
<h1 data-start="{'top':'-100px', 'opacity': 0, 'right': '30px'}" data-end="{'top': 45, 'opacity': 1}" data-delay="100" data-time="500">Welcome!</h1>
<p data-start="{'opacity':0, 'top': '150px', 'right': '30px'}" data-end="{'opacity': 1}" data-delay="350" data-time="350">Sed ut perspiciat unde orodiaer leroacustiu mera reuentis mose keriasertas toresa.<small>Architecto beatae naseaeraciat kuiase undeosler miase osac usa ntiume uedearsteked icexplicabo nemo enim ipsam lertasevol uptatemia voluptas sit.</small></p>
<div class="gkHeaderHat" data-start="{'left':'40px', 'opacity': 0, 'top': '600px'}" data-end="{'opacity': 1, 'top': 40}" data-delay="0" data-time="600">Hat</div>
<div class="gkHeaderOrder" data-start="{'bottom':'0px', 'opacity': 0, left: '-300px'}" data-end="{'opacity': 1, 'left': 30}" data-delay="700" data-time="250">Order online</div>
<div class="gkHeaderSign" data-start="{'bottom':'40px', 'opacity': 0, right: '-300px'}" data-end="{'opacity': 1, 'right': 40}" data-delay="700" data-time="250">Chef Jeferson</div>
</div>
User avatar
Moderator


cron