gorjdesign
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Add Tags to Articlesok.. but in what file and what line do I add this code line ?
Forum: Themes and Templates
In reply to: Add Tags to Articlesok, problem 2 solved, I only need help for the first one ..
What code in what files do I need to change ?Forum: Fixing WordPress
In reply to: Pages problem???
Forum: Fixing WordPress
In reply to: Google 301 sitemap redirect errorSolved, thx anyway
Forum: Fixing WordPress
In reply to: Google 301 sitemap redirect error*Bump*
Forum: Themes and Templates
In reply to: Change Page links and make category barI cant thank you enough , I made it and it looks like I wanted to.
Thank you again for your time !Forum: Themes and Templates
In reply to: Change Page links and make category barwell . my header under the </head> looks something like this :
</head>
<body>
<div id=”container”><div id=”header”>
<div id=”title”>“><?php bloginfo(‘name’); ?>
<div id=”tagline”><?php bloginfo(‘description’); ?></div>
</div></div>
<div id=”navigation”>
-
<li class=”page_item”>“>Home
<?php wp_list_pages(‘depth=1&title_li=’); ?></div>
I searched the .css for div, ul, li but didint found anything that would suggest that it is allined at the right side ..
I will post here all the results for div, ul ,li :div#title {
font-size:3.5em;
margin-top:30px;
float: left;
}div#title a {
color:#fff;
}#sidebar div.title {
margin-top: 5px;
font-size: 1.1em;
color: #333;
font-weight: bold;
margin-bottom:10px;
}
ol, ul {
list-style: none;
}
ul, ol {
line-height:2;
margin-bottom:2em;
}
ul {
list-style:inside disc;
}
#sidebar ul {
list-style:none;
}
ul li, ol li {
margin-bottom:5px;
}
#navigation ul {
list-style-type:none;
list-style-image:none;
position:absolute;
top:0;
right:0;
z-index:99;
}
#navigation li { float: left; }#navigation li a:link,
#navigation li a:visited
{
float: left;
color: #fff;
display: block;
padding: 10px 10px;
font-size: 1em;
}#navigation li a:hover,
#navigation li a:active
{
color:#fff;
background-image:url(images/nav-bg.gif);
background-repeat:repeat-x;
}#navigation li.active a
{
color: #555;
background-color: #fff;
}
.commentlist li {
margin-bottom: 1.5em;
padding-bottom: 1em;
border-bottom: 1px solid #69c;
}Forum: Themes and Templates
In reply to: Change Page links and make category barAt least help me with the first thing please , the position change .. i really need that change..
Forum: Themes and Templates
In reply to: Change Page links and make category barYes.. but where exactly .. what files and what line code,,
Forum: Fixing WordPress
In reply to: Search form on Theme ProblemI solved it , you can close this.