Wordpress Themes - WP Forum at BFA

Wordpress Themes - WP Forum at BFA (http://forum.bytesforall.com/index.php)
-   Sidebars & Widgets (http://forum.bytesforall.com/forumdisplay.php?f=14)
-   -   [SOLVED] Problem of representation bullets on sidebar after plugin installation (http://forum.bytesforall.com/showthread.php?t=5014)

shus Dec 26, 2009 08:42 PM

[SOLVED] Problem of representation bullets on sidebar after plugin installation
 
I have installed plugin AVH Extended Categories.

Previuosly I added in CSS insert next code (from forum):

/* Setup bullets for LI items on sidebar */
div.widget widget_extended-categories ul {
list-style-type: none !important;
}

div.widget ul li a:link,
div.widget ul li a:visited,
div.widget ul li a:active,
div.widget ul li a:hover {
border-left: 0 !important;
padding-left: 0 !important;
}

/* Normal bullet for subtitle*/
div.widget ul ul li {
border-left: 0 !important;
padding-left: 15px !important;
background: url(/wp-content/themes/atahualpa/images/bullets/circle-in-circle-blue12x12.png) no-repeat 0 3px;
}
/* On hover bullet for subtitle*/
div.widget ul ul li:hover,
div.widget ul ul li.sfhover {
border-left: 0 !important;
padding-left: 15px !important;
background: url(/wp-content/themes/atahualpa/images/bullets/xxxcircle-in-circle-brown12x12.png) no-repeat 0 3px;
}
/* Normal bullet for title*/
div.widget ul li {
border-left: 0 !important;
padding-left: 15px !important;
background: url(/wp-content/themes/atahualpa/images/bullets/XXXarrow_right-1.gif) no-repeat 0 3px;
}
/* On hover bullet for title*/
div.widget ul li:hover,
div.widget ul li.sfhover {
border-left: 0 !important;
padding-left: 15px !important;
background: url(/wp-content/themes/atahualpa/images/bullets/xxx.png) no-repeat 0 3px;
}


Now bullets disappeared.
I have found the code for Left Sidebar and tried to solve the problem without assistance, but couldn't.

<!-- Left Sidebar -->
<td id="left">

<div id="extended-categories-4" class="widget widget_extended-categories"><!-- AVH Extended Categories version 2.3.3 | http://blog.avirtualhome.com/wordpress-plugins/ --><div class="widget-title"><h3>ЮВА</h3></div><ul> <li class="cat-item cat-item-7 current-cat"><a href="http://webshus.ru/?cat=7" title="View all posts filed under Бирманское">Бирманское</a>
</li>
<li class="cat-item cat-item-8"><a href="http://webshus.ru/?cat=8" title="View all posts filed under Из книги С.Рамешевой &quot;Страна золотых пагод&quot;">Из книги С.Рамешевой &quot;Страна золотых пагод&quot;</a>
</li>
</ul></div><div id="extended-categories-3" class="widget widget_extended-categories"><!-- AVH Extended Categories version 2.3.3 | http://blog.avirtualhome.com/wordpress-plugins/ --><div class="widget-title"><h3>Заметки </h3></div><ul> <li class="cat-item cat-item-1"><a href="http://webshus.ru/?cat=1" title="View all posts filed under Uncategorized">Uncategorized</a>
</li>
</ul></div>
</td>
<!-- / Left Sidebar -->

Be thankful for any help.

www.webshus.ru

shus Dec 28, 2009 01:33 AM

Close, pls.
Solved.


All times are GMT -6. The time now is 07:34 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.