Unfortunately, this version is at lockalhost now.
I deactivated all plugins and it’s still same. Please, fix it, it’s something with your theme.
Unfortunately, but this plugin doesn’t work…
This what happened, if I add this form and click
http://savepic.net/5009000.htm
I don’t know, how another link can help me.
So, I still looking for solution…
Ok, I find a way and add this widget to header.
Hi again
As I understand, from http://codex.wordpress.org/Function_Reference/dynamic_sidebar
I need to add in helper-main-menu.php those types of code
<ul id="sidebar">
<?php if ( ! dynamic_sidebar() ) : ?>
<li>{static sidebar item 1}</li>
<li>{static sidebar item 2}</li>
<?php endif; ?>
</ul>
or
<ul id="sidebar">
<?php dynamic_sidebar( 'right-sidebar' ); ?>
</ul>
or
<?php if ( is_active_sidebar( 'left-sidebar' ) ) : ?>
<ul id="sidebar">
<?php dynamic_sidebar( 'left-sidebar' ); ?>
</ul>
<?php endif; ?>
Did I understand right or not?
I don’t see any results from it.
Please, give me instruction step-by-step, I didn’t learn php.
Thanks