delite
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Readers getting a blank pageThanks for the quick reply
I’ve disabled all plugins and still nothing, perhaps I need to contact my host?
Forum: Plugins
In reply to: fatal error with gravatar plugin.In your comments.php file, do you have this:
<?php if (function_exists(‘gravatar’)) { gravatar_image_link(); } ?>Forum: Fixing WordPress
In reply to: Changing the ‘Leave a comment’ textIt should be located near the end of your comments.php
Forum: Plugins
In reply to: Multi-blog blogrollWhy not use blogrolling
Forum: Themes and Templates
In reply to: How make themes user selectableThis plugin offers that
Forum: Your WordPress
In reply to: post edit questionThat edit link is only visible to you when you are logged in ??
Forum: Themes and Templates
In reply to: Please Help…install theme problemsWhen you upload them via your ftp make sure you have uploaded the correct file. Sometimes when you open the zip files that themes are located in they will make a folder within a folder (if that makes sense) meaning that you have to click on the file name which then opens another folder that has all the themes files. Make sure it is that folder you upload via ftp. Then when you go to your admin page you should be able to view the themes via your presentation tab and then enable them
Forum: Plugins
In reply to: Add search bar to simplaSee this thread
Forum: Fixing WordPress
In reply to: Comments not workingDid they previously work before? Do you have the comments.php uploaded for that theme?
I also noticed that most of your links don’t work either, such as the “all about me” etc..
Also, the edit link is only visible to you when you are logged in
Forum: Themes and Templates
In reply to: error with pink-lady theme???I didn’t have any problems via wp theme viewer
Forum: Fixing WordPress
In reply to: Changing “Pages” and “Sites” to ImagesTry just adding the <img src=”image.gif”> between the <h2> </h2>
Forum: Themes and Templates
In reply to: Replacing sidebar headings with imagesIf you are just wanting to change the “look” of your headings just take out the title and replace with an image
ex:
from this:<li id=”linkcat-2″><h2>Blogs I read</h2>
to this: <li id=”linkcat-2″><h2><img src=”linktoyourheaderimage”></h2>
If you are correctly linking the images I don’t understand why they wouldn’t work
Forum: Themes and Templates
In reply to: Anyone want to help style my single.phpHave you tried to copy the index.php as your single.php?
Forum: Themes and Templates
In reply to: Too short page problem in Firefoxtry adding
overflow: auto; in the body section of your css
Forum: Themes and Templates
In reply to: Header Image Change in Kubrick ThemeIn your index file you are still refering to the default image color..
/default/images/header-img.php?upper=bbbbbb&lower=bbbbbb
that bbbbbb is the grey