Forum replies created

    Roman
    Spectator
    Posts: 3147
    February 7, 2014 at 4:22 pm #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
    February 7, 2014 at 4:19 pm #9100

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

    Roman
    Spectator
    Posts: 3147
    February 7, 2014 at 4:10 pm #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
    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

    Roman
    Spectator
    Posts: 3147
    February 7, 2014 at 8:50 am #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
    February 7, 2014 at 8:48 am #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
    February 7, 2014 at 8:46 am #9086

    please provide the URL with the issue

    In reply to Sidebar in Blog
    Roman
    Spectator
    Posts: 3147
    February 6, 2014 at 9:46 pm #9084

    for now it can be set as you found out 🙂

    Roman
    Spectator
    Posts: 3147
    February 6, 2014 at 11:17 am #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
    February 6, 2014 at 11:09 am #9081

    yes, you could add another widget area