• Hello,

    I’m trying to get the map on the contact page to be at the bottom instead of the top. I tried to simply mode the “map code” to the bottom on page-contact.php. I guess there’s a detail I’ve missed or how is it done?

    /All the best

Viewing 3 replies - 1 through 3 (of 3 total)
  • You would need to take this :

    <?php if ($map == 'yes') { ?>
                <div id="pageheader" class="titleclass">
                	<div class="container">
    		            <div id="map_address">
    		            </div>
    	            </div><!--container-->
                </div><!--titleclass-->
      <?php } ?>

    and move to the bottom of the page template. I recommend you use a child theme.

    Kadence Themes

    Hi I am new at wordpress and have the same issue can you please advice where I can find that code to pull the map at the bottom. I donot see a contact.php.
    Thank you

    The contact template is now in the virtue toolkit because wordpress.org no longer allows themes to have contact forms as it’s marked as plugin territory.

    If your new to wordpress would probably be easier just to install a map plugin and add it to your page rather then editing any templates.

    Kadence Themes

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Google map to the bottom?’ is closed to new replies.