ChaMChoM
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Disable Comments on Pagesjust view this image i made and it will explane everything .
http://img340.imageshack.us/i/worw.jpgForum: Themes and Templates
In reply to: Remove Post Thumbnailsif u send me the link off the template so i might be able to help u thx .
Forum: Themes and Templates
In reply to: Boldy theme Rid of sidebar in pages.u can try to remove the image borders by adding this code
img { border:noen; }Forum: Themes and Templates
In reply to: How do you make files writable so I can change template HTML?Just Change your Theme folder Pre to 777 u can do that by ur FTP Client .
Forum: Themes and Templates
In reply to: bullet spaces in firefoxGlad to help
Forum: Themes and Templates
In reply to: bullet spaces in firefoxhmmm yes i understand the problem now but u did make u cods very confussing for ur selv . make it easy .
.sidebar { float:right; width:200px; } .sidebar ul { padding:0; margin:0; } .sidebar li { list-style-type:none; padding:0; margin:0; } .sidebar a { color:green; fontsize:14px; fontfamily:whatuwant; } .sidebar a:hover { color:blue; }make it simple than u want have problems . sure what i wrote now its just a example so u know what u have to edit .
and sure the xhtml .
<ul> <h2>Pages</h2> <li> <a href"#">Home</a></ul> <li> <a href"#">Fub</a></ul> <li> <a href"#">Lab</a></ul> </ul>Forum: Themes and Templates
In reply to: Have two search buttonsi saw into ur css and i found the problem u add the search button into ur css search class .
.Search input.search { width: 27px; height: 24px; background: url(./images/SearchButton.gif) no-repeat;}u can keep that .
and u add the button into ur hrml also<li><a href="http://silvys.com/blog/index.php/comments/feed/">Comments</a> (RSS) <img src="http://silvys.com/blog/wp-content/themes/dilectio/dilectio/images/Synico.png" height="10"></li>remove that line and add
<li><a href="http://silvys.com/blog/index.php/comments/feed/">Comments</a> (RSS)</li> and thats itForum: Themes and Templates
In reply to: bullet spaces in firefoxi see no bullets on firefox .
Forum: Themes and Templates
In reply to: Adding a small section to my blogok first think u have to do is to get or design your icons lets say the icons size are 20px 20px .
The Css
.iconplace { width:100%; padding-left:2px; height:20px; } .icon1 { width: 20px; height:20px; border: #666 solid 1px; background-image url("icon.jpg"); }The Xhtml
<div class"iconplace"> <a href="The URL" class="icon1" rel="tag">esD</a> </div>i didnt try it so i just wrote it here now but if something is wrong just say and ill fix it .
Forum: Themes and Templates
In reply to: How To Design Themes? Where to start?here is a website thay teach u how to design how css and wordpress