Site logo

[Resolved] Display map in woocommerce tab

Home Forums Support [Resolved] Display map in woocommerce tab

Home Forums Support Display map in woocommerce tab

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #345494
    nictic

    There is the common problem with displaying google maps on hidden elements like tabs etc with different fixes depending on themes and plugins. I want to display a google map (using a short code) in a custom tab (created with WooCommerce Tab Manager). So currently because it is a tab, the map remains grey/blank.

    What fix would you suggest to successfully display google maps inside a WC tab in Generatepress?

    I for bootstrap tabs there is a simple css fix so maybe there is a simple fix like that for GP.

    #345653
    Tom
    Lead Developer
    Lead Developer

    What’s the simple fix for bootstrap?

    GP doesn’t control any of the tabs in WC, those are dealt with by WC code. So it’s likely it would be something in their code that needs adjusting.

    #345680
    nictic

    The fix for bootstrap tabs is:

    .tab-content > .tab-pane {
        display: block;
        height:0;
        overflow:hidden;
    }
     
    .tab-content > .tab-pane.active {
        display: block;
        height:auto;
    }
    #345698
    Tom
    Lead Developer
    Lead Developer

    So you would have to apply that same fix to the WC tab selectors.

    #345711
    nictic

    Any idea perhaps what the wc tab selectors are?

    #345855
    Tom
    Lead Developer
    Lead Developer

    I’m not really familiar with how Tab Manager adds the tabs etc.. It might be something you want to bring up with that plugin developer, as they’ll have a way better idea of how things are structured.

    #345904
    nictic

    Thank you

    #345936
    Tom
    Lead Developer
    Lead Developer

    No problem – if you can link me to the page in question I might be able to see as well.

    #346272
    nictic

    Can I mail you the link? What’s your mail address?

    #346296
    Tom
    Lead Developer
    Lead Developer

    Here you go: https://generatepress.com/contact/

    Be sure to mention this topic.

    #346317
    nictic

    Great thanks. Mail sent.

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.