Qustion for editing the Coffe tempelate

Demonstrate your product attractively using clean and distinctive coffe shop Joomla template.
GK User
Tue Oct 02, 2012 4:00 pm
how to change
1- the logo 'Coffe' , written on top of the website ?
2- the small icon photograph under it and the statement 'welcome in Coffe Picolo' and 'a unique coffe bar ,serving the best coffe serving in Santo Domingo'.
3- The image of 'Our Location'
4-The phone number 'Reservations Call 01504 263577'

tempelate is installed here - http://capoeiraindia.com/
User avatar
Fresh Boarder

GK User
Tue Oct 02, 2012 7:15 pm
Hi

digantsharma wrote:how to change
1- the logo 'Coffe' , written on top of the website ?


By replacing the png image with alpha transparency on each style folders:
../templates/gk_coffe/images/style1/logo.png
../templates/gk_coffe/images/style2/logo.png

You have logo psd source file available on rest_files package.

digantsharma wrote:2- the small icon photograph under it and the statement 'welcome in Coffe Picolo' and 'a unique coffe bar ,serving the best coffe serving in Santo Domingo'.


Those are images set on custom module type published on "header1" position.
Also this source images are available on rest_files package inside of source folder (filename: demo.psd)
This files are placed on ../images/stories/demo/

To call this style you need to add the following line on custom module with toogle editor enable.

Code: Select all
<div id="demo1">Demo block</div>


and

Code: Select all
<div id="demo2">Demo block</div>


digantsharma wrote:3- The image of 'Our Location'


Also code added on custom module type:

Code: Select all
<p><img class="gkDemoMap" src="http://maps.google.com/maps/api/staticmap?center=santo+domingo,calle+opalo&amp;zoom=16&amp;size=400x154&amp;maptype=roadmap &amp;markers=color:red|label:|santo+domingo,calle+opalo&amp;sensor=false" border="0" alt="Our Location" /></p>
<div class="info-block">
<div>
<p>Location in S.Domingo</p>
<p>21-24 Bridge Street,<br />CB2 1UF</p>
</div>
<div class="info-block-time">
<p><span>Monday to Friday</span><span>8am to 11pm</span></p>
<p><span>Saturday, Sunday</span><span>9am to 11pm</span></p>
</div>
</div>


digantsharma wrote:4-The phone number 'Reservations Call 01504 263577'


Also this image is available on demo.psd file and it's placed on custom module type:

Reservations:
Code: Select all
<div id="demo3">Demo block</div>


Cheers
User avatar
Platinum Boarder


cron