Sidebar in itenerary

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #21967
    alisarac@live.com
    Participant

    Hi there,

    I want to remove the sidebar from the itinerary site when I chose no sidebar in layout it doesn’t work sidebar keeps showing up. I toke a look at theme editor, and think this part is not working;
    in file: wp-travel/archive-itineraries.php

    		<?php if ( is_active_sidebar( 'wp-travel-archive-sidebar' ) ) : ?>
    			<div id="secondary">
    				<?php do_action( 'wp_travel_archive_listing_sidebar' ); ?>
    			</div>
    		<?php endif; ?>

    How can I remove it so the sidebar doesn’t show up,

    the second question is how can I remove Archive, Meta, and Categories from the sidebar?

    Thank you in advance

    Best Regards.

    #21988
    Support Team
    Keymaster

    Hello @alisaraclive-com,

    The page layout depends on the theme that you are using. If you have used the Travel Log theme then it does have the option to manage the layout. For this, you need to go to the page and chose no sidebar option.

    Also, if the theme have not provided the option then it can be removed using the CSS.

    So please provide your site URL so that we can help with the CSS.

    Thank you.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘WP Travel Pro’ is closed to new topics and replies.