shadow
Forum Replies Created
-
Forum: Themes and Templates
In reply to: CSS disappearing?Disappearing? In what way exactly?
Forum: Fixing WordPress
In reply to: New to wordpressTwo easy options:
1. Edit your theme files with a html editor and then upload the changes. For instance, to edit your sidebar, go to sidebar.php – make any changes you wish and then upload sidebar.php to your online site.
2. Change the permissions on your online theme files [to 777 – writeable] and edit via the ADMIN – PRESENTATION – THEME EDITOR [Note: It’s always a good idea to reset your permissions back to a safer level when you have finished making changes].
Forum: Fixing WordPress
In reply to: Announcing your new blogTry going to http://yoursite.com/wp-admin/options-privacy.php
Forum: Fixing WordPress
In reply to: WordPress sending passwordsWell yes, that would help too 🙂
Forum: Fixing WordPress
In reply to: WordPress sending passwordsI tried to register and then checked for lost password and received this message..
The e-mail could not be sent.
Possible reason: your host may have disabled the mail() function…I would check your settings with your host.
Forum: Plugins
In reply to: Please help me with this wp-contactform pluginIt depends on which wp contact form it is exactly, but check on the author’s homesite for instructions. However, it is usually something like [CONTACT-FORM] in your post/page in the code option of your WRITE panel.
Forum: Fixing WordPress
In reply to: WordPress sending passwordsIt is instant. I would check your email account first to make sure it is working.
Forum: Installing WordPress
In reply to: cant upload themesAlso just check that the theme is not inside another folder with the same name.
i.e. wp-content/themes/theme-name/theme-name/
It happens a lot.
Forum: Fixing WordPress
In reply to: Text lowers itself down the page??????Looks fine to me in IE7 Dima.
Forum: Themes and Templates
In reply to: Sidebar Image HeadingsMost of these in the sidebar are given the title by the following, so you could replace them with your images as follows:
<h2><?php _e('Pages'); ?></h2>Replace with
<img src="/images/yourimage.jpg">Forum: Fixing WordPress
In reply to: Headers Not ShowingPlease provide your url…
Forum: Fixing WordPress
In reply to: making header static…? centering issueI dropped a
<div id="wrap>in place above the header and this wraps the whole page. You already had some css in place for it, but it was irrelevant without the call via the div.A few margin adjustments throught and it now sits in the centre.
All fixed…
Forum: Fixing WordPress
In reply to: How Do You Increase the Size of…If you could provide your site address that would be very helpful 🙂
Forum: Fixing WordPress
In reply to: How to Display Comments on Home Page (index.php)Copy the code from your single.php to your index page.
Forum: Requests and Feedback
In reply to: How to manage your images?There are a few image plugins available, some work in gallery formats, others help with uploading. It’s probably easiest though if you just do a search for yourself as you know what will suit you best.