devilmaycry
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Problem after upgrading to WordPress 2..Open up your template’s style.css and look for the following segment of code:
————————-
.sidebarContent {
padding: 0px;
margin-left: 25px;
list-style-type: square;
}————————-
Change this to:
————————-
.sidebarContent {
padding: 0px;
margin-left: 25px;
list-style-type: disc;
}————————-
Forum: Themes and Templates
In reply to: Auto Correct Invalid HTML?I’m not sure if such a tool exists but I find that most XHTML code that isn’t validating correctly can easily be fixed if you have even a basic understanding.
For instance, the W3C XHTML validator informs you of where the errors have taken place and how you could fix them.
Forum: Installing WordPress
In reply to: Admin BarYou should be able to add custom content to your Admin CP by editing your admin-header.php file.
Forum: Installing WordPress
In reply to: How do I do the next/previous function on my blog?Place the code in your template’s index.php, and you can place it wherever you would like it to show.
Forum: Your WordPress
In reply to: A little feedback if you have time :)Quit an attractive looking theme you have there Andrew. And just so you know, almost everything seems to appear fine in Internet Explorer, except for the sidebar elements which seem to slump down towards the bottom of the page. Nothing a little CSS tweaking couldn’t fix.
Remember, Internet Explorer accounts for a massive amount of internet surfers out there, favoring a less popular browser like Firefox over another such as IE (to be honest I do it myself) would put alot of visitors off.
Forum: Fixing WordPress
In reply to: Coding the style.css sheet to change the backgroundw3central is right, there is no need for the background-repeat: command to be there as you are using the default ’tiled’ background behaviour.
Forum: Fixing WordPress
In reply to: Change Login And Register Pages?samboll is correct. Addimg a custom graphics to your login/register pages should just be a case of adding the appropriate HTML code to the php files.
Forum: Themes and Templates
In reply to: New Theme: Raining on MeLooks great, callistawolf. I do prefer your Summertime template but I can definatley find use for your latest release. Cheers!
Forum: Fixing WordPress
In reply to: sidebar disappears after modificationI just rank your site through the W3C XHTMl validator and I noticed that you have a noticable amount of XHTML errors on your index page, some of which are unclosed </div> elements which can lead to your sidebar not appearing correctly (or at all).
Another thing would be to check if the sidebar.php is being called in your index.php, I couldn’t find any reference to the sidebar in your index’s source code.
Forum: Everything else WordPress
In reply to: plugin that mimic personals pageI’m not sure if a plugin like that currently exists but the best place to look would be here:
Forum: Fixing WordPress
In reply to: Can’t enable sending referrersForum: Your WordPress
In reply to: My first blog powered by WordPress – Kindly reviewLooks great to me insaint, very nice work. I happen to be a stickler for dark skins, and I genuinely do like your layout.
Keep up the good work.
Forum: Everything else WordPress
In reply to: upload photosThere is an option to upload a file when writing out a post right underneath the text input area. Just select the image/file you want uploaded, click ‘upload’ and WordPress will do the rest.
Forum: Fixing WordPress
In reply to: Comments (0)Nice tip ebby, I had actually uninstalled Spam Karma 2 because I couldn’t understand why it wouldn’t update my comments count. But your suggestion did seem to fix it, cheers.
Forum: Your WordPress
In reply to: Showing off my new skin: www.nitallica.orgThat is a beautiful template Nitallica, nice work. However, I know that you mentioned you had built the template around Firefox, but in Internet Explorer 7 Beta, the footer seems to be displaying incorrectly (text not aligned with the box), hopefully you won’t mind correcting this.
Cheers!