Synergy Update Version 1 0 2

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 3

UPDATE version 1.0.

Follow the steps bellow to update your template only if you have an
earlier version ( for example you have version 1.0.1)

STEP 1

IMPORTANT !!! First create a back-up of your current SYNERGY


version

STEP 2
Open the file mc.modules.animation.js from the folder js with any
text editor.

1) Select all text from /* start ready function */ (line 26) until the
end(/*----------------- end Utils Methods ---------------------*/) and delete
it.

2) Open the NEW mc.modules.animation.js from v1_0_2 and select


again the text from /* start ready function */ until the end.

Copy the text and paste it in your current JS file( 1) ).

Save the file( dont change the file name ).


STEP 3
Update the file mc.custom.list.js from the folder
js/mediacreed/scrollbar/. Just overwrite the old one with this new
one.

STEP 4
Update the file style.css from the folder css. Just overwrite the old
one with this new one.

STEP 5
Update the file style.css from the folder css. Just overwrite the old
one with this new one.

STEP 6
Open the file contact.html from the folder html/contact/ with any
text editor and find the line that looks like this:
<div id="map-holder" data-address="Oxford Circus, London, United Kingdom"
.

Add the following line above the line you just found and now the code
should look like this:
<!--<div id="media-holder-contact" data-src="assets/media/contact/contact_image.jpg"></div>-->
<div id="map-holder" data-address="Oxford Circus, London, United Kingdom"

Now if you want to use an image instead of the Google Maps read the
documentation regarding Contact.

You might also like