Results 1 to 2 of 2

Thread: move map tab

  1. #1
    Thread Starter
    Expired Customer appsfinder's Avatar
    Join Date
    Feb 2014
    Location
    United Kingdom
    Posts
    72
    Thanks
    3
    Thanked 0 Times in 0 Posts

    move map tab

    can you give me full details on how to move map tab to position 3

    <!-- right sidebar -->
    <div class="content_right">

    <div class="tabprice">

    <ul class="tabnavig">
    <?php if ( $gmap_active ) { ?><li><a href="#priceblock1"><span class="big"><?php _e( 'Map', APP_TD ); ?></span></a></li><?php } ?>
    <li><a href="#priceblock2"><span class="big"><?php _e( 'Contact', APP_TD ); ?></span></a></li>
    <li><a href="#priceblock3"><span class="big"><?php _e( 'Poster', APP_TD ); ?></span></a></li>
    </ul>


    <?php if ( $gmap_active ) { ?>

    <!-- tab 1 -->
    <div id="priceblock1">

    <div class="clr"></div>

    <div class="singletab">

    <?php get_template_part( 'includes/sidebar', 'gmap' ); ?>

    </div><!-- /singletab -->

    </div>

    <?php } ?>


    <!-- tab 2 -->
    <div id="priceblock2">

    <div class="clr"></div>

    <div class="singletab">

    <?php if ( ( $cp_options->ad_inquiry_form && is_user_logged_in() ) || ! $cp_options->ad_inquiry_form ) {

    get_template_part( 'includes/sidebar', 'contact' );

    } else {
    ?>
    <div class="pad25"></div>
    <p class="contact_msg center"><strong><?php _e( 'You must be logged in to inquire about this ad.', APP_TD ); ?></strong></p>
    <div class="pad100"></div>
    <?php } ?>

    </div><!-- /singletab -->

    </div><!-- /priceblock2 -->


    <!-- tab 3 -->
    <div id="priceblock3">

    <div class="clr"></div>

    <div class="postertab">

    <div class="priceblocksmall dotted">

    <p class="member-title"><?php _e( 'Information about the ad poster', APP_TD ); ?></p>

    <div id="userphoto">
    <p class='image-thumb'><?php appthemes_get_profile_pic( get_the_author_meta( 'ID' ), get_the_author_meta( 'user_email' ), 64 ); ?></p>
    </div>

    <ul class="member">

    <li><span><?php _e( 'Listed by:', APP_TD ); ?></span>
    <a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>"><?php the_author_meta( 'display_name' ); ?></a>
    </li>

    <li><span><?php _e( 'Member Since:', APP_TD ); ?></span> <?php echo appthemes_display_date( get_the_author_meta( 'user_registered' ), 'date', true ); ?></li>

    </ul>

    <?php cp_author_info( 'sidebar-ad' ); ?>

    <div class="pad5"></div>

    <div class="clr"></div>

    </div>

    <div class="pad5"></div>

    <h3><?php _e( 'Other items listed by', APP_TD ); ?> <?php the_author_meta( 'display_name' ); ?></h3>

    <div class="pad5"></div>

    <ul>

    <?php $other_items = new WP_Query( array( 'posts_per_page' => 5, 'post_type' => APP_POST_TYPE, 'post_status' => 'publish', 'author' => get_the_author_meta( 'ID' ), 'orderby' => 'rand', 'post__not_in' => array( $post->ID ), 'no_found_rows' => true ) ); ?>

    <?php if ( $other_items->have_posts() ) : ?>

    <?php while ( $other_items->have_posts() ) : $other_items->the_post(); ?>

    <li><a href="<?php the_permalink(); ?>"><?php the_title(); ?></a></li>

    <?php endwhile; ?>

    <?php else: ?>

    <li><?php _e( 'No other ads by this poster found.', APP_TD ); ?></li>

    <?php endif; ?>

    <?php wp_reset_postdata(); ?>

    </ul>

    <div class="pad5"></div>

    <a href="<?php echo get_author_posts_url( get_the_author_meta( 'ID' ) ); ?>" class="btn"><span><?php _e( 'Latest items listed by', APP_TD ); ?> <?php the_author_meta( 'display_name' ); ?> &raquo;</span></a>

    </div><!-- /singletab -->

    </div><!-- /priceblock3 -->

    </div><!-- /tabprice -->


    <?php appthemes_before_sidebar_widgets( 'ad' ); ?>

    <?php if ( ! dynamic_sidebar( 'sidebar_listing' ) ) : ?>

    <!-- no dynamic sidebar so don't do anything -->

    <?php endif; ?>

    <?php appthemes_after_sidebar_widgets( 'ad' ); ?>


    </div><!-- /content_right -->

  2. #2
    Thread Starter
    Expired Customer appsfinder's Avatar
    Join Date
    Feb 2014
    Location
    United Kingdom
    Posts
    72
    Thanks
    3
    Thanked 0 Times in 0 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. How can I Move Map Up
    By tbase in forum Mapsupreme
    Replies: 0
    Last Post: July 14th, 2013, 09:35 PM
  2. How can I move Map
    By tbase in forum Vantage General Discussion (Legacy)
    Replies: 2
    Last Post: October 23rd, 2012, 11:12 AM
  3. Move Map indicator?
    By cohsmama in forum Report Vantage Bugs (Legacy)
    Replies: 1
    Last Post: August 15th, 2012, 03:29 PM
  4. Slider does not move
    By lihilo in forum Report Clipper Bugs
    Replies: 7
    Last Post: August 15th, 2012, 03:47 AM
  5. How can i move menu to top?
    By gecodk in forum ClassiPress General Discussion
    Replies: 8
    Last Post: July 29th, 2011, 03:26 PM