andymelton
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Styling page navigationI just needed to take a break, I think. Fixed it with somewhat cleaner code:
/* * Pages */ #pagemenu { width: 275px; } #pagemenu a, a:link a:active a:visited { padding: 21px 0 0 52px; display: block; font-family: Arial, Helvetica, sans-serif; font-size: 14px; } #pagemenu ul { margin: 0; padding: 0; list-style: none; } #pagemenu li { width: 275px; height: 63px; background: url('images/page_link_background.jpg') no-repeat; margin: 0 0 0 0; padding: 0 0 0 0; list-style: none; }Forum: Plugins
In reply to: Seeking multimedia suggestionsI am working on a project for a client. They wanted to use the TV Elements theme which is $75. It uses the custom fields to create an MSNBC style website. It takes the key value of embed and positions it at the top of the page.
Forum: Themes and Templates
In reply to: Stray </style> TagI got that error taken care of. Disabling the plugin wasn’t enough to realize that one of them was causing a problem. It was Contact Form ][. The extra
</style>was lurking in there. I don’t know how it got there. It seems as though I had to add something to the plugin once upon a time so it would style correctly. I just can’t remember if that’s what it was or not. I guess that is what you get for recycling themes from other websites and re-styling them!I downloaded the plugin and re-installed it. The error in the validation output went away.
At least I’ve got this one figured out. From 10 validation errors down to 8 now! Thanks for your help everyone!
Forum: Themes and Templates
In reply to: Stray </style> TagThank you both for your responses. I had already looked in the header.php file before making this post as well as all other included files. I did not think to look in the functions.php file. I removed the contents of that file and uploaded it to the server and I am still receiving the stray
</style>closing tag.I know where it is in the W3C ouput but I cannot find it anywhere in the source code. I’ve looked through all the files and plugins.
I apologize for not responding sooner. I thought I was suppose to get an email notification of new responses.
Forum: Themes and Templates
In reply to: Recent entries with excerpts – Code helpI think what happened was when I imported my database into my local server, the dates got reversed. That’s the only logical conclusion. I don’t know why it did that because the newest posts that I have made are still on the front page.
But anyways. I uploaded the theme to my production server and it worked fine.
Forum: Themes and Templates
In reply to: Recent entries with excerpts – Code helpWell, I thought that would fix it. But now it’s displaying the oldest posts.
Forum: Themes and Templates
In reply to: Recent entries with excerpts – Code helpI found a temporary fix. I am now having it to display all categories except the un-categorized category. I try my best to keep my posts out of that category so it shouldn’t be a problem.
Forum: Themes and Templates
In reply to: Recent entries with excerpts – Code helpI am trying to do something similar to this. Instead of displaying posts from a specific category I want to display the 5 most recent entries on my blog (from all categories). I am looking at the Loop information on the Codex pages but I don’t seem to be grasping how to do this.
Forum: Fixing WordPress
In reply to: SPAM making blog posts.Never mind on this as well. I do not believe it was SPAM attacking the site. They were making posts via email and I believe that email address was receiving SPAM.
Forum: Themes and Templates
In reply to: Different styling for categories in loopThank you very much HandySolo, I will look into it! Thanks.
Forum: Plugins
In reply to: Recent Posts DropdownNever mind on this. I’m changing this to resolved. I used pages instead.
Forum: Fixing WordPress
In reply to: Re-link or re-upload images after import?I corrected the problem. I used the Search and Replace plugin. I uploaded the images to the new domain and then used the Search and Replace plugin to search for the old URL and replace it with the new one.
Forum: Fixing WordPress
In reply to: Re-link or re-upload images after import?The old site was running WordPress as well, if that helps any, hopefully! lol
Forum: Plugins
In reply to: Filosofo Home Page Control Sidebar IssuesAwesome! Thank you moshu! Greatly appreciated!
Forum: Plugins
In reply to: Filosofo Home Page Control Sidebar IssuesIn the sidebar.php file I took out:
<?php /* If this is the frontpage */ if ( is_home() || is_page() ) { ?>When I refresh the blog, in the sidebar I get:
Parse error: parse error, unexpected ‘}’ in