test
Viewing 8 posts - 16 through 23 (of 23 total)
  • Author
    Posts
  • darengr Friend
    #562938

    <em>@Ninja Lead 463153 wrote:</em><blockquote>@darengr: I tested about of your question but the map of google only shows with active tab and not other tabs hidden and you could not show the google map with multi tabs in line. I’m so sorry about this.</blockquote>

    How can I explain this better?

    The active tab shows 2 maps (instead of only 1): it shows its map and the map of tab2 below the first map!!!
    if you have 4 tabs, then it shows 3 maps, instead of only one, and so on…
    it always shows all maps from all tabs minus one, below it.

    This is not correct, please forward to the developers, so we get this fixed. I have provided to you login details previously via pm, in case you need them.
    thanks

    rickdegroot Friend
    #562977

    Hi,

    I too have applied your solution by making changes to the code, I think it just makes the whole thing more screwy with undesirable results!

    Take a look: http://elitedesignfurn.com/contact

    As noted, it worked before so there must have been a negative change made?

    Ninja Lead Moderator
    #563211

    @rickdegroot: Your site is working fine now. If possible, pls share your findings here. It will be helpful if others face the same issue.

    Thank you!!!

    seamushatch Friend
    #566619

    There is an issue here. The acm/tabs/tmpl/style-2.php file has the following code for tab panes:

    <!– Tab panes –>
    <div class=”tab-content”>
    <?php for ($i=0; $i < $count; $i++) : ?>
    <div class=”tab-pane active” id=”tab-style2-<?php echo $i ; ?>”>
    <?php echo $helper->get(‘map’, $i) ; ?>
    </div>
    <?php endfor ; ?>
    </div>

    I made the following change so that only the first tab-pane would be marked as active.

    <!– Tab panes –>
    <div class=”tab-content”>
    <?php for ($i=0; $i < $count; $i++) : ?>
    <div class=”tab-pane<?php if($i<1) echo(” active”);?>” id=”tab-style2-<?php echo $i ; ?>”>
    <?php echo $helper->get(‘map’, $i) ; ?>
    </div>
    <?php endfor ; ?>
    </div>

    Now only the first tab-pane displays on page load, but when I click on the other tabs the maps are cropped into the top left corner (note code on right panel)

    If I resize the browser window causing the page to be redrawn the map is then full size, note the changes in the code as a result of this resize.

    Any ideas?

    Thanks.


    1. cropped-map
    2. after-resize
    Ninja Lead Moderator
    #566710

    @seamushatch: You can go to System – JA Google Map plugin and change Width of Map option with the width of your site


    1. Screen-Shot-2015-04-13-at-12.50.02
    seamushatch Friend
    #567440

    Same issue, just a narrower map

    1200px wide maps

    1920px wide maps


    1. 1200
    2. 1920
    Ninja Lead Moderator
    #567557

    @seamushatch: I could not duplicate the problem as you mentioned, what did you change on your site? Please rollback any changes on your site and pm me URL of your site, admin login and FTP account. I will help you to check it directly on your site.

    Ninja Lead Moderator
    #732667

    @seamushatch: I could not duplicate the problem as you mentioned, what did you change on your site? Please rollback any changes on your site and pm me URL of your site, admin login and FTP account. I will help you to check it directly on your site.

Viewing 8 posts - 16 through 23 (of 23 total)

This topic contains 23 replies, has 4 voices, and was last updated by  Ninja Lead 9 years, 7 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum