Okay
  Public Ticket #1010083
Documentation
Closed

Comments

  •  2
    Musclegrafx started the conversation

    Hi,

    the theme is superb!

    I just have some difficulties with the following:

    1) I Want to use 2 different logo formats. a) for the intropage and b) for the rest (logo in upper left corner). Where do I specify this?

    2) Google Maps: Where to change the coordinates? Do you mean to replace "initMap" on the index.html page with the coordinates? I have generated the API key. But it doesnt work. I suppose I haven´t inserte the coordinates/format corectly.

    Wouldn´t be a static map easier?

    3) When I add a link to the logo and I move the mouse over it, it shows the URL, but it isn´t possible to click on it.

    The documentation could be more detailed.


    thx

    Musclegrafx

  •  840
    Jelly replied

    Hi,

    1. You can change the intro image in: \Shoot\styles\main.css line 917.

    2. You can change the logo image in: \Shoot\styles\main.css line 453.

    3. To change map, please change it in: \Shoot\scripts\main.js in the end of the file.

    You can see both line:

    center: { lat: -33.9, lng: 151.2 }, in line 519
    position: { lat: -33.9, lng: 151.2 }, in line 528

    Please change it to your coordinates.

    4. Maybe you can provide website url so I can see this problem?

    Best Regards,
    Jelly Team