• Closed
  • irina nikole
    Spectator
    27.12.2013 at 19:14 #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
    27.12.2013 at 20:42 #8862

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

    irina nikole
    Spectator
    Posts: 1
    28.12.2013 at 00:22 #8863

    Thank you, got it!!

    Nicola Booth
    Spectator
    Posts: 21
    06.02.2014 at 22:33 #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
    07.02.2014 at 08:53 #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
    07.02.2014 at 13:31 #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
    07.02.2014 at 16:19 #9100

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

    Nicola Booth
    Spectator
    Posts: 21
    07.02.2014 at 21:42 #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
    08.02.2014 at 16:36 #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
    08.02.2014 at 17:05 #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
    08.02.2014 at 17:23 #8961

    have you inserted any widgets?