Visual Problem with Widgets
-
Hi all,
I got a little visual problem, as you see on the image below;
https://img337.imageshack.us/img337/3194/sidebarma0.pngi 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..
- The topic ‘Visual Problem with Widgets’ is closed to new replies.