• Blake

    (@alexanderblake)


    I am tasked with making a few updates to a friend’s website, and one of them is to add a location on this page: http//suntexmarinas.com/suntexportfolio

    I can access the page, but it’s blank. It calls out a page template which has all the code. (Listed below)

    I can add locations in the code, but for the life of me, I can’t figure out HOW the previous guy (who is out of the country for a bit and that’s why I’m stepping up in the interim) made it work. The flags on google maps. Where in the code does it call out the pages? The arrows?

    Any ideas?

    BEGIN map-page-template.php
    ————————

    <?php
    /*
    Template Name: Map Page
    */
    ?>
    
    <?php get_header(); ?>
    <!DOCTYPE html>
    <head>
    
    	<meta http-equiv='Content-Type' content='text/html; charset=UTF-8' />
    
    	<title>Suntex Map</title>
    
    </head>
    
    <body> 
    
    <div id="map_wrap">
     <div id="map_canvas"></div>
    
       <div id="map_info">
    
         <div class="marina_list">
    
         <div class="group list_box_coastal">
            <h3>Coastal Marina's</h3>
            <ul class="ulMap">
             <li rel="1"><span><strong>Amelia Island Yacht Basin</strong>Jacksonville, Florida</span>
             <li rel="2"><span><strong>Bay Pointe Marina</strong>Boston, Massachusetts</span>
             <li rel="3"><span><strong>Liberty Landing</strong>New York Harbor</span>
             <li rel="4"><span><strong>Port De Plaisance</strong>St. Maarten, Netherlands Antilles</span>
    
           </div>
    
          <div class="group list_box_inland">
            <h3 class="mname">Inland Marina's</h3>
    
    <ul>
              <li rel="5"><span><strong>Captains Cove</strong>Dallas, Texas</span>
              <li rel="6"><span><strong>Canyon Lake</strong>San Antonio, Texas</span>
              <li rel="7"><span><strong>Chandler's Landing</strong>Dallas, Texas</span>
              <li rel="8"><span><strong>Cranes Mill</strong>San Antonio, Texas</span>
              <li rel="9"><span><strong>Crosswater Yacht Club</strong>Austin, Texas</span>
              <li rel="10"><span><strong>Eagle Mountain</strong>Fort Worth, Texas</span>
              <li rel="11"><span><strong>Glade Marina</strong>Atlanta, Georgia</span>
              <li rel="12"><span><strong>Harbor One</strong>Fort Worth, Texas</span>
              <li rel="13"><span><strong>Hurst Harbor</strong>Austin, Texas</span>
              <li rel="14"><span><strong>Lake Country</strong>Fort Worth, Texas</span>
              <li rel="15"><span><strong>Saylorville</strong>Des Moines, Iowa</span>
             </ul>
            </div>
    
          </div>
         <div class="marina_info">
          <div class="info"></div>
    
          <div class="marina_button"></div>
         </div>
    
      </div>
     </div>
    
    </body>
    
    </html>
    
    <?php get_footer(); ?>


    [Please use the backticks when posting code – as is, your code may have been damaged by the forums parser]

Viewing 1 replies (of 1 total)
  • Thread Starter Blake

    (@alexanderblake)

    If it’s in the stylesheet, I don’t know what I’m looking for. If it’s in the functions, I still can’t see anything being called out.

    I can post whatever file content you like.

Viewing 1 replies (of 1 total)
  • The topic ‘HOW did he do this with the map?’ is closed to new replies.