Okay
  Public Ticket #1498634
Customization
Closed

Comments

  • Rubén started the conversation

    Hi, i´m trying to customize your html theme, and i can´t change the default position of Google map included, i actually put my API Code and changed latitude and longitude in plugins.css, there is any else to do with?

    Thank You so much

  •  840
    Jelly replied

    Hello,

    Could you please give me a link to your website? http://www.trepiagastronomia.es/ doesn't work

    You should change position in two places of plugins.js: line 138 and line 208.

    Best Regards,
    Jelly Team

  • Rubén replied

    Hi, im triying the template in localhost, and i´ve changed both values and still at the example location, but in my plugins.js there are the values in lines 150 and 220...

    Another question: The correct line for maps section is with "sensor=false" Ending, or the API KEY Ones?

  •  840
    Jelly replied

    Hello,

    Could you please give me you Longitude and Latitude? I want to try myself.

    This one:

    <!-- BEGIN MAP SECTION -->
            <section id="maps">
                <script type="text/javascript" src="http://maps.google.com/maps/api/js?key=API_KEY&v=3"></script>
                <div class="map-content">
                    <div class="wpgmappity_container inner-map" id="wpgmappitymap"></div>
                </div>
            </section>
            <!-- END MAP SECTION -->
    

    Best Regards,
    Jelly Team