Categories

Featured templates

Joomla 1.5.x. How to remove Google map

Daniel Morales May 29, 2012
Rating: 5.0/5. From 1 vote.
Please wait...

This tutorial will show you how to remove Google Map from your Joomla template.

1) Navigate to the “templates\themeXXX\html\com_contact\contact” folder.

2) Open default_address.php file (or default.php, depends on the template design) in any php/text editor.

3) And remove the map tag/code:

<div id="contact-address">
<div class="map-wrapper">
<div id="map">
<?php echo $renderer->render($position, $options, null); ?>
</div>
</div>

Also, it may look like:

 <div id="map"><iframe width="400" height="340" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&source=s_q&hl=en&geocode=&q=Brooklyn,+New+York,+NY,+United+States&aq=0&sll=37.0625,-95.677068&sspn=61.282355,146.513672&ie=UTF8&hq=&hnear=Brooklyn,+Kings,+New+York&ll=40.649974,-73.950005&spn=0.01628,0.025663&z=14&iwloc=A&output=embed"></iframe>
</div>

4) Save the changes and refresh your browser window. Google Map has been successfully removed.

Feel free to check the detailed video tutorial below:

Joomla. How to remove Google map

Joomla Themes
This entry was posted in Joomla! Tutorials and tagged google, map, remove. Bookmark the permalink.

Submit a ticket

If you are still unable to find a sufficient tutorial regarding your issue please use the following link to submit a request to our technical support team. We'll provide you with our help and assistance within next 24 hours: Submit a ticket