WN

WN (https://www.wn.se/forum/index.php)
-   Serversidans teknologier (https://www.wn.se/forum/forumdisplay.php?f=4)
-   -   Wordpress Hierarki (https://www.wn.se/forum/showthread.php?t=37198)

FredrikNas 2009-06-07 13:00

Baboo, antal inlägg efter poster, kategorier etc. Tar du bort i "Widgets"

Babboo 2009-06-08 05:15

Mitt problem blev halvlöst!

Citat:


<script src="http://www.google.com/jsapi?key=[NYCKEL]" type="text/javascript"></script>
<script language="Javascript" type="text/javascript">
//<![CDATA[
google.load("jquery", "1.3.1");

function OnLoad() {
$("#meny>li>a").click(
*function(){
* $("li.current").removeClass("current");
* $(this).parent().addClass("current");
* $("#meny>li>ul").not("#meny>li.current>ul").slideU p(300);
* $(this).siblings("ul").slideDown(300);
*}
);
}
google.setOnLoadCallback(OnLoad);
//]]>
</script>
<style type="text/css">
#meny,
#meny li,
#meny li ul{
padding: 0;
width: 210px;}

#meny {font-size: 120%;}
/*#meny .first{border-top: 1px solid black; }*/

#meny li a {
margin: 0 0 1px;
display: block;
width: 200px;
padding: 5px;
/*border-bottom: 1px solid black;
background: #000;*/
color: #333;
text-decoration: none;
}
#meny li a:hover,
#meny li.current > a{
background: #f5f5f5;
text-decoration: underline;
}

#meny li ul {display:none; margin-top: 2px;}
#meny ul a{text-indent: 1em;}
#meny ul ul a{text-indent: 2em;}
</style>

La även till i sidebar.php:

Citat:


<ul id="meny">
<?php wp_list_cats('sort_column=id&hide_empty=0&optionco unt=1&hierarchical=1&id="meny"');?>

Nu behöver jag bara på något vänster kunna få mindre text, få bor numrena efter och få tillbaka den blå färgen...
Any clues?

Tack på förhand.

allstars 2009-06-08 12:43

Citat:

#meny {font-size: 120%; /* HÄR ÄNDRAR DU TEXTSTORLEK */ }


#meny li a {
margin: 0 0 1px;
display: block;
width: 200px;
padding: 5px;
background: #000;
color: #333; /* HÄR ÄNDRAR DU LÄNKFÄRG*/
text-decoration: none;
}


Babboo 2009-06-08 21:28

Nu har jag och sambon pillat och tänkt mm och löst färg och teckenstorlek, men...

* Numrena till antalet inlägg under kategorier är kvar
* Man hinner inte välja underrubrik innan huvudrubrik öppnas i sliden


Alla tider är GMT +2. Klockan är nu 11:52.

Programvara från: vBulletin® Version 3.8.2
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Svensk översättning av: Anders Pettersson