When navigating JA ACM module Conference Schedule (with content module: Day 1, Friday October 14 and module: Day 2, Saturday October 15) the ACM fails to live "swap" the day's content when either button is depressed. In your live demo, clicking a button instantly displays the corresponding Day and schedule.

Clicking Day 2 on my live site, does "open it" lower (below Day 1) but is confusing for visitor as Day 1 is still displaying static or in the place where Day 2 is expected.

JA ACM module Conference Schedule is both available on the homepage and sub page accessible from main menu. Both fail the same.

How to resolve? I'm on J4.
Thank you

    bulbdesign

    It seems to be issue in J4, I've forwarded to our dev team for further checking and update.

    I will keep you posted.

    Thank you, saguaros. We'd like to launch in the next week if they can please put some attention to this.

    Many thanks.

      Our team fixed it, kindly check.

      .acm-container-tabs .tab-pane {
        display: none !important;
      }
      
      .acm-container-tabs .tab-pane.active {
        display: block !important;
      }

      Excellent work. Thank you to the team and your support!

      It works and is now functioning as intended.

      For others also requiring this fix, simply add the above code to your custom.css file (as support has done)>

      It's located in /templates/ja_conf/css

      Thanks again for the fix and quick turn-around with this!

        Write a Reply...
        You need to Login to view replies.