doc4
Forum Replies Created
-
Forum: Your WordPress
In reply to: New Site: Looking for Suggestions and Criticismsanjaymenon, isaacyassar,
The dimensions of the header seem to be an issue with several others as well. Is this a result of the home page “Selected Work” graphic being over sized or is this really a header size situation?
Thank you for the feedback so far.
Forum: Everything else WordPress
In reply to: Contact FormStephenLove,
We prefer Dagon Design’s Secure PHP Form Mailer Script which cab found here: http://www.dagondesign.com/articles/secure-php-form-mailer-script/
Forum: Your WordPress
In reply to: Check out my new headerisaacyassar,
Like the site, I will bookmark it. The header looks good, I’m surprised you pulled this off with Corel 🙂
Forum: Your WordPress
In reply to: Welcome to Goaagle New theme wordpressGoaagle,
Link is invalid.
Forum: Your WordPress
In reply to: IdeaButter.com needs your feedback!ideabutter,
I agree with isaacyassar, the sidebar images are not aligned and the read more link is affecting your leading.
Forum: Plugins
In reply to: [Plugin: All in One SEO Pack] – Used to Be a Good Plug-inTranny,
I understand what you are going through. Have you put in a question in their forum?
Forum: Fixing WordPress
In reply to: Login dosen’t change to site admin after logging in.merid,
What you have entered for WordPress is not a valid address. Double check the location of the blog.
Forum: Fixing WordPress
In reply to: cannot modify header warning??tracyrosen,
Try this: Open the wp-config.php and remove all spaces before “<?php” and after “?>” Upload and replace. As noted on this site: http://www.hongkiat.com/blog/wordpress-error-warning-cannot-modify-header-information/
Forum: Fixing WordPress
In reply to: the_date() is not appearing on my posts.romanonly,
greenshady has a good point here: SPECIAL NOTE: When there are multiple posts on a page published under the SAME DAY, the_date() only displays the date for the first post (that is, the first instance of the_date()). To repeat the date for posts published under the same day, you should use the Template Tag the_time() with a date-specific format string.
Check out the WordPress Template Tag Page for more. http://codex.wordpress.org/Template_Tags/the_date
Forum: Plugins
In reply to: [Plugin: WP Contact Form] Is This Plug-in Dead?Tranny,
Try Dagon Design’s secure PHP form mailer. http://www.dagondesign.com/articles/secure-form-mailer-plugin-for-wordpress/
Forum: Fixing WordPress
In reply to: Login dosen’t change to site admin after logging in.merid,
What address do you have under Settings > General > Blog address (URL)?
Forum: Fixing WordPress
In reply to: Http error in uploading filesMember111,
Can you elaborate on this a little more?
Forum: Plugins
In reply to: [Plugin: All in One SEO Pack] – Used to Be a Good Plug-inTranny,
Not intending to sound rude, but the plugin is free and the coder put quite a bit of time into it. If it doesn’t fulfill its purpose effectively you should communicate this to them.
Forum: Fixing WordPress
In reply to: One Step Forward, Two Steps BackTranny,
Can you tell us what is wrong. I’m curious if your issues are related to plugins that may no longer be functioning properly with 2.8.4 or simply need to be updated.
Forum: Fixing WordPress
In reply to: Please HELP me remove unwanted info on front pageJedi4jc,
1. Image: Visit Appearances > Editor and click on styles.css. Look for the following CSS style on line 76:
.bg_header { background: url(images/bg_header.jpg) no-repeat scroll right 63px; height: 375px; width: 100%; }This is the image you are looking for. If you create a new image and save it as bg_header.jpg it will replace the current image. The file is located here: wp-content/themes/theme599/images/bg_header.jpg
2. Header Text: This text is in two places. First visit Settings > General and remove the Blog Title “v1.0” and change it to something more appropriate. Then ope Appearances > Editor again and click on header.php look for and delete the following div:
<div class="logo"> <h1><a href="http://gordonfamilyministries.org/wordpress/">v1.0</a></h1> <div><span>Gordon Family Ministries</span> </div></div>3. Email: This is part of the image.