I like to keep the map invisible in only single tour page.

Closed
Panagea - Hotel and Tours Booking WordPress Theme Panagea - Hotel and Tours Booking WordPress Theme January 20, 2019
Login to reply
Kelly R Support Agent
5 years ago
Resolved.
HyunKi Kim
5 years ago

solved.

Thank you.

Kelly R Support Agent
5 years ago

Hi,

Please remove following section in /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; ?>

Regards, C-Themes

HyunKi Kim
5 years ago

Hi!

I like to keep the map invisible in only single tour page.

is it possible?