Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter techno23

    (@techno23)

    Can anyone suggest me what may be causing the issue in my site?

    In your page,
    There iş a CSS style rule defined for your Tab-content,

    .tab-content>.tab-pane, .pill-content>.pill-pane {
    display: none;
    }

    that is why it is not visible.

    Using firebug or Chrome developer extensions, you can check yourself that the content is still in your page, but just hiding because of that.

    Diasbling that rule will make both of those tab contents visible, that invisiblity funtion is to select the one to view and hide the other tab, etc…

    Maybe there is a conflict between those TAB settings with some other elements in the page, maybe some kind of jquery or javascript incompatibility.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Product Description Not Displaying’ is closed to new replies.