template Instalation

GK User
Thu Apr 14, 2016 1:26 pm
template instalation
Hi when i try to instal the template it dosent alow, i get a message there is missing the XML file, how can i instal the template like the demo on the website
User avatar
Junior Boarder

teitbite
Mon Apr 18, 2016 11:02 am
Hi

Quickstart package is a joomla installation not a package to be used in joomla installator. Please read this article to learn how to use it properly. https://www.gavick.com/documentation/jo ... rt-package
User avatar
Moderator

GK User
Wed Apr 27, 2016 4:08 pm
hi teitbite

i have this problem with the BK icons they change size Get smaller!

http://94.46.177.1/~marisque/frangodagu ... php/pt-pt/


and i would like to insert one more icon i see its in template/ menu /add rule ... how can i find the icon i want and how i add the rule?
User avatar
Junior Boarder

teitbite
Thu Apr 28, 2016 11:54 am
Hi

You need to edit this module while editor is disabled. Editor is not recognising <i></i> and is changing the syntax of html.

Disable using editor in user settings and use this code to start over:

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

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

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

<ul class="gk-short-menu">
<li data-scroll-reveal="enter bottom over .5s after .25s"><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"><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"><a href="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"><a href="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"><a href="#location"><i class="gk-icon-map-path-solid"></i> <span>Location</span></a></li>
</ul>
User avatar
Moderator

GK User
Thu Apr 28, 2016 11:01 pm
can i change this information in template xml: name, author, authorUrl, copyright, ???

<?xml version="1.0" encoding="utf-8"?>
<!DOCTYPE install PUBLIC "-//Joomla! 1.6//DTD template 1.0//EN" "https://www.joomla.org/xml/dtd/1.6/template-install.dtd">
<extension version="3.3" type="template" client="site" method="upgrade">
<name>gk_steakhouse</name>
<creationDate>16 Jul 2015</creationDate>
<author>GavickPro</author>
<authorEmail>[email protected]</authorEmail>
<authorUrl>http://gavick.com</authorUrl>
<copyright>Copyright (C) 2007 - 2015 GavickPro. All rights reserved.</copyright>
<license></license>
<version>3.20.2</version>
<description>
User avatar
Junior Boarder

teitbite
Fri Apr 29, 2016 9:52 am
Hi

You can change name of the template, but after installing it it will not make much of a difference since this information is stored in database.

For the author and copyrights I'm afraid this data should stay unchanged. But if You will make visible changes to template than I believe noone will have problem if this details will be extended.
User avatar
Moderator

GK User
Fri Apr 29, 2016 3:22 pm
teitbite wrote:Hi

You can change name of the template, but after installing it it will not make much of a difference since this information is stored in database.

For the author and copyrights I'm afraid this data should stay unchanged. But if You will make visible changes to template than I believe noone will have problem if this details will be extended.



Thank you for your replay.....
i will leave it like it is no problem.

i need your help with the MAP location.... i change the latitude and longitude in the module but it didind change anything in the content of the site
http://94.46.177.1/~marisque/frangodaguiamadeira.com/index.php/pt-pt/contact.html

i need to change this map for this coordinates:
" data-latitude="32.63955613" data-longitude="-16.92744892"

Or the only solution is disable the: {GKCONTACT} ....

i go in the file GK:STUFF.CSS i dont find the latitude and longitude to change it ....

please can you explain me how to do it?
User avatar
Junior Boarder

teitbite
Sun May 01, 2016 7:02 pm
Hi

You can configure it in contact options in Miscellaneous Information section You fill find a place to put Your coordinates

Code: Select all
<div class="gk-map static" data-latitude="-34.397" data-longitude="150.644" data-ui="yes" data-zoom="8"> </div>
User avatar
Moderator

GK User
Sun May 01, 2016 11:56 pm
01-05-2016 16-15-49_small.jpg
teitbite wrote:Hi

You can configure it in contact options in Miscellaneous Information section You fill find a place to put Your coordinates

Code: Select all
<div class="gk-map static" data-latitude="-34.397" data-longitude="150.644" data-ui="yes" data-zoom="8"> </div>


Yessss thanks :D :D :D

can i make it closer to the area? like in the photo attached?
mybe changing this in the: data-zoom="8" change to data-zoom="100%" ?
User avatar
Junior Boarder

GK User
Sun May 01, 2016 11:57 pm
like this size zoomor someting similar but closer
User avatar
Junior Boarder

teitbite
Tue May 03, 2016 1:03 pm
Hi

data-zoom="8" is responsible for it. If I'm not mistaken a value of 18 is the closest You can use in google maps.
User avatar
Moderator


cron