Google maps

Open
Panagea - Hotel and Tours Booking WordPress Theme Panagea - Hotel and Tours Booking WordPress Theme December 11, 2020
Login to reply
Maria Garcia
3 years ago

Thanks

Kelly R Support Agent
3 years ago

Hello,

Unfortunately, Panagea theme has not option to disable google map.

Please remove following codes in /wp-content/themes/panagea/single-hotel.php file.

<?php if ( ! empty( $hotel_pos ) ) : ?>

        <h3><?php echo esc_html__( 'Location', 'panagea' ); ?></h3>
        <div id="map" class="map map_single add_bottom_30"></div>
        <!-- End Map -->
       <?php endif; ?>


And please remove following codes in /wp-content/themes/panagea/single-restaurant.php file.

<?php if ( ! empty( $restaurant_pos ) ) : ?>

        <hr>
        <h3><?php echo esc_html__( 'Location', 'panagea' ); ?></h3>
        <div id="map" class="map map_single add_bottom_30"></div>
        <!-- End Map -->
       <?php endif; ?>

And remove following codes in /wp-content/themes/panagea/single-tour.php file.

<?php if ( ! empty( $tour_pos ) ) : ?>

        <hr>
        <h3><?php echo esc_html__( 'Location', 'panagea' ); ?></h3>
        <div id="map" class="map map_single add_bottom_30"></div>
        <!-- End Map -->
       <?php endif; ?>

Best regards,

Maria Garcia
3 years ago

HI

I would like to remove the google maps from the activities posts, how can I do it?

Thanks