• Resolved kolmioglobal

    (@kolmioglobal)


    When you click on each tab, it is not changing to reflect the information within the tab. It is continuously showing the information from the first tab. This is a recent issue.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi @kolmioglobal,

    You are applying wrong pattern to create tabs you are applying this :

    <!– Tab panes –>
    <div class=”tab-content” id=”tab-content_644″> <div role=”tabpanel” class=”tab-pane active” id=”tabs_desc_644_1″></div>
    </div> <div role=”tabpanel” class=”tab-pane” id=”tabs_desc_644_2″>This is a test</div>
    </div>

    But actual process this :

    <!– Tab panes –>
    <div class=”tab-content” id=”tab-content_644″> <div role=”tabpanel” class=”tab-pane active” id=”tabs_desc_644_1″></div> <div role=”tabpanel” class=”tab-pane” id=”tabs_desc_644_2″>This is a test</div>
    </div>

    if you have any query let me know.

    Thanks!

    Thread Starter kolmioglobal

    (@kolmioglobal)

    Thank you for your response. To create the tabs, I just added the shortcode to the page. It was working perfectly when I first downloaded the plugin. I have not changed anything in the CSS or files. Therefore I am not understanding how to change the pattern.

    Hi @kolmioglobal,
    I Inspect the code & found that your Content Part is generating out side the content div.
    This Issue May be Generated by conflict any other Plugin, So I Would Like to suggest you Create A New Temporary Tab then check it is working properly or not.

    Thanks

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Tab info showing under one tab’ is closed to new replies.