Results 1 to 2 of 2

Thread: Show Contact Form Tab before Maps = Broken Maps

  1. #1
    Thread Starter
    cyanweb's Avatar
    Join Date
    Nov 2011
    Location
    Australia
    Posts
    10
    Thanks
    0
    Thanked 4 Times in 3 Posts

    Unhappy Show Contact Form Tab before Maps = Broken Maps

    I tried this solution http://forums.appthemes.com/contact-...ad-maps-11878/

    And it worked to put the Contact form first... though the maps tab would not show maps correctly

    The maps do not fill the DIV and when draging map it is broken / tiles don't show etc...

    I did some research and tried everything though nothing works... can anyone here help?

    To recreate this just change sidebar-ad.php

    ------
    <?php if ( $gmap_active ) { ?>
    <li><a href="#priceblock1"><span class="big"><?php _e('Map', 'appthemes') ?></span></a></li>
    <?php } ?>

    <li><a href="#priceblock2"><span class="big"><?php _e('Contact', 'appthemes') ?></span></a></li>
    ------

    to

    ------
    <li><a href="#priceblock2"><span class="big"><?php _e('Contact', 'appthemes') ?></span></a></li>

    <?php if ( $gmap_active ) { ?>
    <li><a href="#priceblock1"><span class="big"><?php _e('Map', 'appthemes') ?></span></a></li>
    <?php } ?>

  2. #2
    jomarkosabel's Avatar
    Join Date
    Mar 2009
    Location
    Philippines
    Posts
    40,701
    Thanks
    166
    Thanked 3,390 Times in 3,261 Posts
    You must be an AppThemes customer and logged in to view this response. Join today!
    Please help our moderating team work more efficiently by not sending us support questions via PM. You can read more about how AppThemes support works here. However, you can send a PM to follow up and remind me if I missed your support request/thread.

    Thank you and have a nice day.

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Replies: 1
    Last Post: January 11th, 2012, 09:48 AM
  2. Google Maps wont send Contact email!! HELP!
    By tlexington in forum Report ClassiPress Bugs
    Replies: 1
    Last Post: November 7th, 2011, 12:53 AM
  3. How do I show Google Maps in job post for end user?
    By mpeterffy in forum Report JobRoller Bugs
    Replies: 3
    Last Post: August 12th, 2011, 11:36 AM
  4. [SOLVED] Contact tab shows as default instead of maps?
    By reboot in forum ClassiPress General Discussion
    Replies: 3
    Last Post: November 19th, 2010, 10:56 AM
  5. Replies: 2
    Last Post: July 14th, 2010, 04:05 PM