I'm unable to find where I Can find the line of code to change the home image behind the logo
Also the documtation is inncorect in some of the places and lines of code. I tried changing the map areas and it did but not it wont zoom in and place the arrow on the location. I have entered the correct long and lang
I'm unable to find where I Can find the line of code to change the home image behind the logo
Also the documtation is inncorect in some of the places and lines of code. I tried changing the map areas and it did but not it wont zoom in and place the arrow on the location. I have entered the correct long and lang
Hi,
You don't see the images/logo.png in your index file?
Go to images folder and replace your logo with example logo with same name, it will work.
For the maps, please try again:
Best Regards,
Jelly Team
I'm still getting an error heres some photos
http://imgur.com/a/5CZl8
Regarding the map i have the map changed i just cant get the pointer to work
what do i need to add? Theres are the cordinates: (31.601007, -94.649230)
if ($('#map-header').length>0)
google.maps.event.addDomListener(window, 'load', init_contact);
function init_contact() {
var mapOptions = {
zoom: 11,
center: new google.maps.LatLng(31.601007, -94.649230), // Texas
disableDefaultUI: true,
styles: [
Hi,
The slider image will need change it in: /uniform/css/uniform.css from line 4453.
For the maps, maybe you can provide ftp information and website url so I can check it?
Best Regards,
Jelly Team
Does the photo need to be a url? how do i change it to an image from my folder?
Hi,
You can change it with similar:
Best Regards,
Jelly Team