christofino
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Carousel] [Plugin: WP Carousel] Applying a carousel to only one pageI’m in the same boat – this plug-in looks perfect for what I would like to do (sliding images/links/text), but I only want it to appear on one page, not the whole site. Is there a way to do this?
Forum: Fixing WordPress
In reply to: Forum Login Problems ftp/wordpress problemsOK, I’ve discovered what the problem is, but I’m not sure how to fix it. My site is no longer “connected” to my server. If I upload things via WordPress – such as an audio file in the media uploader – I see that the link is https://www.christopherpitts.net/wp-content/uploads/2009/05/audiofile.mp3.
Such files work – images are displayed, audio can be heard, plugins are activated.
However, when I look at my server via ftp, there is no directory 2009/05.
It stops at 04. I’ve refreshed it several times – new files are clearly going elsewhere, but where? Any ideas what could be happening?
Thanks.Forum: Fixing WordPress
In reply to: Forum Login Problems ftp/wordpress problemsThanks, I’ve taken some initial steps on security. I’ve also figured out the answer to number 1. However, I’m still at a bit of a loss as to why I can no longer get the 1 Pixel Out audio player to work with new uploads. I know the problem is not with the files – is this perhaps a problem with WP7? Or is it indicative of a problem at the server level? I can no longer manually install plugins either, but maybe this is also part of WP7?
Forum: Everything else WordPress
In reply to: Hacked (Censored) in ChinaThanks, Figaro. I have added some features so hopefully this will help! I still have some minor problems but I will post this elsewhere.
Forum: Fixing WordPress
In reply to: Custom Home Page ImageThanks!!! I did use the custom page template (which I named hompage.php) and it seems to have worked perfectly.
If anyone else who is as clueless as myself wants to do something similar:
<?php
/*
Template Name: Homepage
*/
?><style type=”text/css”>
body { background: #fff url(images/mybackground.jpg) no-repeat; top center }</style>
and personalize from there!