Forum replies created
those parameters seem to be fine….if the layout of the child theme looks OK then the coding is OK also 🙂
for me it works….please provide me your website URL so I can check it
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
visit Appearance -> Widgets and use a Text widget, insert there for example:
<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
the right code should be as follow:
sorry, this theme doesn’t support such feature. it requires coding and that we don’t support in our forums
please provide the URL with the issue
for now it can be set as you found out 🙂
try to increase the values:
post_max_size = 700M
upload_max_filesize = 700M
the first one is the most important
yes, you could add another widget area