Home Forums WoodMart support forum Tab "description" still displayed altough it's empty and supposed to be hidden

Tab "description" still displayed altough it's empty and supposed to be hidden

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #280940

    Jeriss Cloud Center
    Participant

    Hi,

    Please check this video
    Tab section should be hidden since there is nothing to display.

    Thanks
    Simon

    #281132

    Artem Temos
    Keymaster

    Hello,

    Try to add the following code snippet to the Custom CSS area in Theme Settings.

    .product-tabs-wrapper {
    	display: none;
    }

    Regards.

    #281185

    Jeriss Cloud Center
    Participant

    Mmh ok the css works but that’s not what I wish for.

    If tab is empty and nothing is available to display, there shouldn’t be any tabs displayed at all. It should naturally be hidden (without custom css).

    #282463

    Jeriss Cloud Center
    Participant

    Isn’t it supposed to be the case?

    When everything is disabled, all tabs are disabled, then we whouldn’t see any row at all by default (without needing custom css).

    #282587

    Artem Temos
    Keymaster

    Hello,

    Yes, but we can’t recognize if there are no tabs at all. There are a lot of different plugins that add their tabs and we can’t write PHP conditions for all the cases.

    Kind Regards

    #311465

    Jeriss Cloud Center
    Participant

    Please close this ticket thanks

    #311501

    Artem Temos
    Keymaster

    You are welcome! Feel free to contact us if you have any questions.

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

The topic ‘Tab "description" still displayed altough it's empty and supposed to be hidden’ is closed to new replies.