Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • walkysss Friend
    #204513

    Hi

    need your help ..needs to use tabs in my article ..we cant switch to any other article..(next one) from the tab..

    Please help

    <h2>Tabs</h2>
    <ul class=”nav nav-tabs” style=”margin-bottom: 15px;”>
    <li class=”active”><a href=”#home” data-toggle=”tab”>Home</a></li>
    <li><a href=”#profile” data-toggle=”tab”>Profile</a></li>
    <li class=”disabled”><a>Disabled</a></li>
    <li class=”dropdown”><a class=”dropdown-toggle” href=”#” data-toggle=”dropdown”> Dropdown </a>
    <ul class=”dropdown-menu”>
    <li><a href=”#dropdown1″ data-toggle=”tab”>Action</a></li>
    <li><a href=”#dropdown2″ data-toggle=”tab”>Another action</a></li>
    <li><a href=”#dropdown2″ data-toggle=”tab”>Another action</a></li>
    </ul>
    </li>
    </ul>
    <div id=”myTabContent” class=”tab-content”>
    <div id=”home” class=”tab-pane fade active in”>
    <p>In the area of graphical user interfaces (GUI), a <strong>tabbed document interface</strong> (TDI) or a Tab is one that allows multiple documents to be contained within a single window, using tabs as a navigational widget for switching between sets of documents. It is an interface style most commonly associated with web browsers, web applications, text editors, and preference panes.</p>
    <p>GUI tabs are modeled after traditional card tabs inserted in paper files or card indexes (in keeping with the desktop metaphor).</p>
    </div>
    <div id=”profile” class=”tab-pane fade”>
    <p>In the area of graphical user interfaces (GUI), a <strong>tabbed document interface</strong> (TDI) or a Tab is one that allows multiple documents to be contained within a single window, using tabs as a navigational widget for switching between sets of documents. It is an interface style most commonly associated with web browsers, web applications, text editors, and preference panes.</p>
    <p>GUI tabs are modeled after traditional card tabs inserted in paper files or card indexes (in keeping with the desktop metaphor).</p>
    </div>
    <div id=”dropdown1″ class=”tab-pane fade”>
    <p>In the area of graphical user interfaces (GUI), a <strong>tabbed document interface</strong> (TDI) or a Tab is one that allows multiple documents to be contained within a single window, using tabs as a navigational widget for switching between sets of documents. It is an interface style most commonly associated with web browsers, web applications, text editors, and preference panes.</p>
    <p>GUI tabs are modeled after traditional card tabs inserted in paper files or card indexes (in keeping with the desktop metaphor).</p>
    </div>
    <div id=”dropdown2″ class=”tab-pane fade”>
    <p>In the area of graphical user interfaces (GUI), a <strong>tabbed document interface</strong> (TDI) or a Tab is one that allows multiple documents to be contained within a single window, using tabs as a navigational widget for switching between sets of documents. It is an interface style most commonly associated with web browsers, web applications, text editors, and preference panes.</p>
    <p>GUI tabs are modeled after traditional card tabs inserted in paper files or card indexes (in keeping with the desktop metaphor).</p>
    </div>
    </div>
    </div>
    <!– //Tabs –> <!– Vertical Menus –>
    <div class=”col-lg-4″>
    <h2>Vertical Menus</h2>
    <ul class=”nav nav-pills nav-stacked”>
    <li class=”active”><a href=”#”>Active Menu Item</a></li>
    <li><a href=”#”>Menu Item</a></li>
    <li><a href=”#”>Menu Item</a></li>
    <li class=”disabled”><a href=”#”>Disabled Menu Item</a></li>
    <li class=”dropdown”><a class=”dropdown-toggle” href=”#” data-toggle=”dropdown”> Dropdown </a>
    <ul class=”dropdown-menu”>
    <li><a href=”#”>Action</a></li>
    <li><a href=”#”>Another action</a></li>
    <li><a href=”#”>Something else here</a></li>
    <li><a href=”#”>Separated link</a></li>
    </ul>
    </li>
    </ul>
    </div>

    jooservices Friend
    #562341

    Hi there
    # Did you load bootstrap js ?
    # Which article you are using ? Please provide sample URL

    Thank you,
    Viet Vu

    walkysss Friend
    jooservices Friend
    #562436

    Hi there
    Just for checking would you try with this html

    <div class="bs-example bs-example-tabs" role="tabpanel" data-example-id="togglable-tabs">
    <ul id="myTab" class="nav nav-tabs" role="tablist">
    <li role="presentation" class="active"><a href="#home" id="home-tab" role="tab" data-toggle="tab" aria-controls="home" aria-expanded="true">Home</a></li>
    <li role="presentation"><a href="#profile" role="tab" id="profile-tab" data-toggle="tab" aria-controls="profile">Profile</a></li>
    <li role="presentation" class="dropdown">
    <a href="#" id="myTabDrop1" class="dropdown-toggle" data-toggle="dropdown" aria-controls="myTabDrop1-contents">Dropdown <span class="caret"></span></a>
    <ul class="dropdown-menu" role="menu" aria-labelledby="myTabDrop1" id="myTabDrop1-contents">
    <li><a href="#dropdown1" tabindex="-1" role="tab" id="dropdown1-tab" data-toggle="tab" aria-controls="dropdown1">@fat</a></li>
    <li><a href="#dropdown2" tabindex="-1" role="tab" id="dropdown2-tab" data-toggle="tab" aria-controls="dropdown2">@mdo</a></li>
    </ul>
    </li>
    </ul>
    <div id="myTabContent" class="tab-content">
    <div role="tabpanel" class="tab-pane fade in active" id="home" aria-labelledby="home-tab">
    <p>Raw denim you probably haven't heard of them jean shorts Austin. Nesciunt tofu stumptown aliqua, retro synth master cleanse. Mustache cliche tempor, williamsburg carles vegan helvetica. Reprehenderit butcher retro keffiyeh dreamcatcher synth. Cosby sweater eu banh mi, qui irure terry richardson ex squid. Aliquip placeat salvia cillum iphone. Seitan aliquip quis cardigan american apparel, butcher voluptate nisi qui.</p>
    </div>
    <div role="tabpanel" class="tab-pane fade" id="profile" aria-labelledby="profile-tab">
    <p>Food truck fixie locavore, accusamus mcsweeney's marfa nulla single-origin coffee squid. Exercitation +1 labore velit, blog sartorial PBR leggings next level wes anderson artisan four loko farm-to-table craft beer twee. Qui photo booth letterpress, commodo enim craft beer mlkshk aliquip jean shorts ullamco ad vinyl cillum PBR. Homo nostrud organic, assumenda labore aesthetic magna delectus mollit. Keytar helvetica VHS salvia yr, vero magna velit sapiente labore stumptown. Vegan fanny pack odio cillum wes anderson 8-bit, sustainable jean shorts beard ut DIY ethical culpa terry richardson biodiesel. Art party scenester stumptown, tumblr butcher vero sint qui sapiente accusamus tattooed echo park.</p>
    </div>
    <div role="tabpanel" class="tab-pane fade" id="dropdown1" aria-labelledby="dropdown1-tab">
    <p>Etsy mixtape wayfarers, ethical wes anderson tofu before they sold out mcsweeney's organic lomo retro fanny pack lo-fi farm-to-table readymade. Messenger bag gentrify pitchfork tattooed craft beer, iphone skateboard locavore carles etsy salvia banksy hoodie helvetica. DIY synth PBR banksy irony. Leggings gentrify squid 8-bit cred pitchfork. Williamsburg banh mi whatever gluten-free, carles pitchfork biodiesel fixie etsy retro mlkshk vice blog. Scenester cred you probably haven't heard of them, vinyl craft beer blog stumptown. Pitchfork sustainable tofu synth chambray yr.</p>
    </div>
    <div role="tabpanel" class="tab-pane fade" id="dropdown2" aria-labelledby="dropdown2-tab">
    <p>Trust fund seitan letterpress, keytar raw denim keffiyeh etsy art party before they sold out master cleanse gluten-free squid scenester freegan cosby sweater. Fanny pack portland seitan DIY, art party locavore wolf cliche high life echo park Austin. Cred vinyl keffiyeh DIY salvia PBR, banh mi before they sold out farm-to-table VHS viral locavore cosby sweater. Lomo wolf viral, mustache readymade thundercats keffiyeh craft beer marfa ethical. Wolf salvia freegan, sartorial keffiyeh echo park vegan.</p>
    </div>
    </div>
    </div>

    Thank you,
    Viet Vu

    walkysss Friend
    #562453

    Nop ..i got the same issue .. it work by clicking on MOST READ and LAST NEWS on SIDE BAR..

    Bizarre ?


    1. tabs
    walkysss Friend
    #562688

    do you have any news about the issue..Thanks

    jooservices Friend
    #562712

    Hi there
    Woh ! Thank you for your replied to give me more information
    For tabs at right sidebar

    <ul class="nav nav-tabs">
    <li class="active"><a href="#home" data-toggle="tab">Most read</a></li>
    <li class=""><a href="#profile" data-toggle="tab">Latest news</a></li>
    </ul>

    You are using tabs for #home & #profile. That’s ok for content part of this sidebar.
    But in your content, once again you are using same id

    <ul id="myTab" class="nav nav-tabs">
    <li class="active"><a id="home-tab" href="#home" data-toggle="tab">Home</a></li>
    <li class=""><a id="profile-tab" href="#profile" data-toggle="tab">Profile</a></li>
    <li class="dropdown"><a id="myTabDrop1" class="dropdown-toggle" href="#" data-toggle="dropdown">Dropdown </a>
    <ul id="myTabDrop1-contents" class="dropdown-menu">
    <li><a id="dropdown1-tab" tabindex="-1" href="#dropdown1" data-toggle="tab">@fat</a></li>
    <li><a id="dropdown2-tab" tabindex="-1" href="#dropdown2" data-toggle="tab">@mdo</a></li>
    </ul>
    </li>
    </ul>

    #home & #profile # …empty !
    Please update it correctly.
    Here is document

    http://getbootstrap.com/javascript/#tabs

    Thank you,
    Viet Vu

    walkysss Friend
    #562982

    Works now ,,,,thanks for everything

    jooservices Friend
    #563034

    You are welcome

    Thank you,
    Viet Vu

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

This topic contains 9 replies, has 2 voices, and was last updated by  jooservices 9 years, 8 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum