Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • Meng Fei Koo Friend
    #202689

    I am using Uber – Corporate template and realize that the contact page are using JA ACM, it is using TAB and the page need to be two contact or else my map will be missing if only one. How can this be fixed?

    Also, it seems like a lot of position are missing when I look at responsive layout positioning.

    Regards,
    Koo

    Saguaros Moderator
    #555182

    Hi Koo,

    <blockquote>the page need to be two contact or else my map will be missing if only one</blockquote>

    Nope, sir. This is JA ACM module with type of ‘Tabs’ + ‘style-2’ style and it’s not related to the number of contact here.

    Try going to backend settings of this module (by default, it called ‘ Map’ in full-width position), navigate to Tab settings. You will see that there are 2 groups there, each group will be one tab in frontend with embeded Google mage for each.

    http://easycaptures.com/fs/uploaded/917/5746249172.png

    You can add / delete group as you want.

    And also make sure that you assign this module to correct page (you can check Menu assignment tab in module backend settings)

    Meng Fei Koo Friend
    #555243

    Hi,

    Thanks for the reply.

    I received a solution from email support. I will paste here in case other people seek for same issue.


    Go to file: templatesuberacmtabsjsscript.js

    Replace this snippet of code:

    jQuery(window).load(function(){
    jQuery('.acm-tabs .style-2 .tab-content .active').last().removeClass('active');
    });

    With:

    jQuery(window).load(function(){
    if (jQuery('.acm-tabs .style-2 .tab-content .active').length > 1) {
    jQuery('.acm-tabs .style-2 .tab-content .active').last().removeClass('active');
    }
    });

Viewing 3 posts - 1 through 3 (of 3 total)

This topic contains 3 replies, has 2 voices, and was last updated by  Meng Fei Koo 10 years ago.

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