• Hi all,

    I got a little visual problem, as you see on the image below;
    https://img337.imageshack.us/img337/3194/sidebarma0.png

    i do have circles just before the texts of arciheves and user menu (meta).
    i do make use of the thema the morning after, thema the morning after is widgets disable as default..

    So i follow the instroductions of www.ads-software.com documents and i do made a file calle functions.php and put the following code in it;
    <?php
    if ( function_exists(‘register_sidebar’) ){
    register_sidebars(2,array(
    ‘before_widget’ => ‘<ul class=”cat”>’,
    ‘after_widget’ => ”,
    ‘before_title’ => ‘<h3 class=”mast”>’,
    ‘after_title’ => ‘</h3>’,
    ));
    }
    ?>

    and in theme file called sidebar.php i put the code below where i want them to appear;

    <?php if (function_exists(‘dynamic_sidebar’) && dynamic_sidebar(1)) : else : ?>

    <?php endif; ?>

    if you wanted to take look you can find the demo, on https://www.projectdvd.org/wp

    if there is anyway to make that circles “o” away, i appreciate any help that you will make. : )

    Thanks for reading..

Viewing 1 replies (of 1 total)
  • Thread Starter riehn

    (@riehn)

    after all work i done, i aint got a solution yet.
    But i start thinking that little circle must be added by wordpress as default.. Oh man, i dont know..

    Got someone any idea ?

Viewing 1 replies (of 1 total)
  • The topic ‘Visual Problem with Widgets’ is closed to new replies.