Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #999953
    Rupok
    Member

    Hi there,

    I have tried both code within Text element and Cornerstone which seems working fine – http://prntscr.com/b60szd

    Thanks

    #1000255
    Autostopowicz
    Participant

    Hi
    In deed it works – but only if the “starts open” option is on (I finally figured it out). Is there a way to force the map to work without accordion open on the start?

    Regards.

    #1000687
    Rad
    Moderator

    Hi there,

    Please add this CSS to Admin > Appearance > Customizer > Custom > CSS

      .x-accordion .collapse {
    display: block;
    height: 0px;
    overflow: hidden;
    }
        .x-accordion .collapse.in {
      height: auto;
      }

    The map isn’t loading correctly if its container has no dimension (display: none). Hence changing it to block with zero height still maintains a dimension due to width.

    Thanks!

    #1001202
    Autostopowicz
    Participant

    Wow, finally works super fine. Thank You!

    #1001238
    Paul R
    Moderator

    You’re welcome! 🙂

  • <script> jQuery(function($){ $("#no-reply-988541 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>