Theme Support Forum

Support Forum for Free and Premium Themes. Premium Theme Forums are Private! Please log in first to see the Premium forums

Viewing 3 posts - 1 through 3 (of 3 total)

sidebar problem zenon pro

Home Forums Misc. General Forums sidebar problem zenon pro

  • #12519

    dimitar

    subscriber

    Hi,

    I am tried to move my widget on right sidebar under ad’s but now does not working. Please help me to fix that problem. My web site is http://www.mycredo.eu and this is a source code at now:

    <div id=”sidebar”>

    <div class=”widgets”>

      <?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘Right Sidebar’) ) : ?>

      <?php endif; ?>

    </div><script type=”text/javascript”>

    (function(){try{

    var aff_id=9036, bnr_sz=”300×250″, filter_city_id=”1″, filter_genders=”nm”, filter_cat_ids=”33,34,35,36,37,42,40,39,43,38,44,41″;

    var alternative_banner_code=””;

    var altcodeindex=Math.round(Math.random()*999); if(!window.grabo_alt_banner_codes) { window.grabo_alt_banner_codes={}; } window.grabo_alt_banner_codes[altcodeindex]=alternative_banner_code; document.write(‘<script src=”http://b.grabo.bg/index_alt.php?altcodeindex=’+altcodeindex+’&r=’+Math.round(Math.random()*1000)+’&affid=’+aff_id+’&size=’+bnr_sz+’&cityid=’+filter_city_id+’&category=’+filter_cat_ids+’&gender=’+filter_genders+'&#8221; type=”text/javascript”></’+’script>’);

    }catch(e){};})();

    </script>

    </div><center><script type=”text/javascript”><!–

    w=300;h=250;s=2;c=1;l=100727011;

    //–></center></script>

    <script type=”text/javascript” src=”http://m.netinfo.bg/sinoptik/js/show_widget.js”></script&gt;

    ?php if ( !function_exists(‘dynamic_sidebar’) || !dynamic_sidebar(‘Right Sidebar’) ) : ?>

    <?php endif; ?>

    #17789

    Towfiq I.

    administrator

    replace these lines:

    ?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Right Sidebar') ) : ?>

    with these:

    <?php if ( !function_exists('dynamic_sidebar') || !dynamic_sidebar('Right Sidebar') ) : ?>

    #17790

    dimitar

    subscriber

    Thanks, now everything is working properly