• Closed
  • irina nikole
    Spectator
    December 27, 2013 at 7:14 pm #8207

    Hi! I love evolve theme and trying to set up the website. On the right side on home page, there is bootstrap things and I would like to know how to edit it and where. Thank you so much!

    Bootstrap Examples

    Hero Unit
    Buttons
    Alerts
    Collapse
    Hello, world!

    This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.

    Roman
    Spectator
    Posts: 3147
    December 27, 2013 at 8:42 pm #8862

    in widgets area: Appearance -> Widgets. choose your widgets per your needs

    irina nikole
    Spectator
    Posts: 1
    December 28, 2013 at 12:22 am #8863

    Thank you, got it!!

    Nicola Booth
    Spectator
    Posts: 21
    February 6, 2014 at 10:33 pm #9085

    Hi,
    I’m wondering the same thing. I can’t see it in the list of Widgets though – where did you find it, and how did you edit it please?

    Thanks
    Nicola

    Roman
    Spectator
    Posts: 3147
    February 7, 2014 at 8:53 am #9089

    visit Appearance -> Widgets and use a Text widget, insert there for example:

    Code:
    <!– Nav tabs –>
    <ul class=”nav nav-tabs”>
    <li class=”active”><a href=”#home” data-toggle=”tab”>Home</a></li>
    <li><a href=”#profile” data-toggle=”tab”>Profile</a></li>
    <li><a href=”#messages” data-toggle=”tab”>Messages</a></li>
    <li><a href=”#settings” data-toggle=”tab”>Settings</a></li>
    </ul>

    <!– Tab panes –>
    <div class=”tab-content”>
    <div class=”tab-pane active” id=”home”>…</div>
    <div class=”tab-pane” id=”profile”>…</div>
    <div class=”tab-pane” id=”messages”>…</div>
    <div class=”tab-pane” id=”settings”>…</div>
    </div>

    modify per your needs. more about Bootstrap tabs http://getbootstrap.com/javascript/#tabs

    Nicola Booth
    Spectator
    Posts: 21
    February 7, 2014 at 1:31 pm #9094

    Thanks for this, I’ll go and read up on it. Meanwhile though, I pasted the code you gave above, but it is just showing as that text, it’s not actually showing as the bootstrap thing. I’ve tried pasting it into the visual box as well as trying it in the HTML.

    Could you advise further please?

    Roman
    Spectator
    Posts: 3147
    February 7, 2014 at 4:19 pm #9100

    for me it works….please provide me your website URL so I can check it

    Nicola Booth
    Spectator
    Posts: 21
    February 7, 2014 at 9:42 pm #9103

    Thanks, it’s nicolaboothconsultancy.co.uk

    Could you also let me know where to find the search results page, as I’d like to edit the bootstrap thing there. When I do a search, the results page just shows the generic bootstrap, which is obviously irrelevant to my site.

    Thanks again

    Roman
    Spectator
    Posts: 3147
    February 8, 2014 at 4:36 pm #9105

    are you using any custom sidebars? because when you add any widget to the sidebar widget area, the bootstrap example should disappear.

    Brian Bullet Tromblay
    Spectator
    Posts: 1
    February 8, 2014 at 5:05 pm #8960

    Good Day Roman, Nicola.
    Same issue, Bootstrap Box is up on the right side.
    Have page set to Wide, no sidebars.
    ‘Hello World!’ still there, unwanted, perhaps my refresh of the pages is not appearing? or uploading slow in the background.
    I’ll keep pursuing clearing all blog options to reset for re-entry.

    In Progress,
    Bullet

    Roman
    Spectator
    Posts: 3147
    February 8, 2014 at 5:23 pm #8961

    have you inserted any widgets?