• Resolved divinebaibhav

    (@divinebaibhav)


    Hi,

    I have used custom tabs in my project.
    I have created some products on my front page.
    For first time when I open any product detail page, Custom tabs are not visible.
    But when again, Going back and going for product details, all custom tabs are visible.

    Please help.

    thanks
    Baibhav

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Contributor yikesitskevin

    (@yikesitskevin)

    Hi @divinebaibhav,

    Could you send me a URL to your site so I can see what’s happening? If I understand you right, while on the product page the tabs are sometimes visible and sometimes hidden. Is that right? I haven’t seen that before. Regardless, a URL to your site/products will definitely help.

    Thanks,
    Kevin.

    Thread Starter divinebaibhav

    (@divinebaibhav)

    hi,
    Thanks for the reply,

    Website : travel-balloon.com
    Steps:
    Under “Top Sellers” on front page
    Tap on 9-nights-melbourne-cairns-sydney option.
    On detail page at bottom of gallery there is tabs which get hide first time.

    Plugin Contributor yikesitskevin

    (@yikesitskevin)

    Hi,

    All of the tab section (including WooCommerce’s default Description tab) is hidden due to some CSS that’s directly inserted onto the page.

    .post-single > :last-child, .comment-content > :last-child {
        display: none;
    }

    Do you know where this CSS is coming from? Is that custom CSS or something from your theme or?

    If I remove that CSS, I see the whole tab block.

    If you can track down the source of that CSS then you will be able to display the tab area.

    Let me know,
    Kevin.

    Thread Starter divinebaibhav

    (@divinebaibhav)

    thanks a lot…
    You are right.
    🙂

    • This reply was modified 6 years, 9 months ago by divinebaibhav.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘tabs get disappered for first time’ is closed to new replies.