Forum replies created

    Roman
    Spectator
    Posts: 3147
    07.02.2014 at 16:22 #9101

    those parameters seem to be fine….if the layout of the child theme looks OK then the coding is OK also 🙂

    In reply to Bootstrap
    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

    Roman
    Spectator
    Posts: 3147
    07.02.2014 at 16:10 #9099

    if you have a one column widget layout, you can just visit Appearance -> Widgets and drag and drop a widget to the Header 1 widget area

    In reply to Bootstrap
    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

    Roman
    Spectator
    Posts: 3147
    07.02.2014 at 08:50 #9088

    the right code should be as follow:

    Code:
    E-mail me at <a href=”mailto:[email protected]?Subject=Website%20Contact%20Form” target=”_top”>[email protected]</a>
    Roman
    Spectator
    Posts: 3147
    07.02.2014 at 08:48 #9087

    sorry, this theme doesn’t support such feature. it requires coding and that we don’t support in our forums

    Roman
    Spectator
    Posts: 3147
    07.02.2014 at 08:46 #9086

    please provide the URL with the issue

    In reply to Sidebar in Blog
    Roman
    Spectator
    Posts: 3147
    06.02.2014 at 21:46 #9084

    for now it can be set as you found out 🙂

    Roman
    Spectator
    Posts: 3147
    06.02.2014 at 11:17 #9082

    try to increase the values:

    Code:
    max_execution_time = 240
    post_max_size = 700M
    upload_max_filesize = 700M

    the first one is the most important

    Roman
    Spectator
    Posts: 3147
    06.02.2014 at 11:09 #9081

    yes, you could add another widget area