figaro
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Moving WP from PC to server – problemSee the following video on copying a blog from your server to XAMPP…just reverse the process.
Forum: Fixing WordPress
In reply to: Turned off Comments, but spam still getting throughAnnoyingly, “No Comments” still shows, and when a visitor clicks on that, they see at the bottom of the message “Comments are closed”. This is not very elegant.
If you want to remove that from your theme, see the following video for some pointers. Once you discover what code to remove, then you would just need to remove it from all files in your theme (single.php, index.php, archive.php, etc.) where it appears.
Forum: Plugins
In reply to: Audio PlayerIf it’s this audio player…
http://wordpress.org/extend/plugins/audio-player/
It hasn’t been updated in nearly 2 years…not going to work with the current version of WP. That is unfortunate…I used that player years ago and really liked it. I haven’t found anything else comparable yet…if you do find something like it that works, please post back and let us know.
There was an attempt to update it last year it seems, but that seems to have been abandoned as well…
Forum: Fixing WordPress
In reply to: How to learn php coding?Yes, in my opinion it would be better to start with a simple theme. I just pointed out Atahualpa because it allows you a great deal of control and customization without needing to be a coder.
Forum: Installing WordPress
In reply to: blog not foudWell, that’s why you can’t find your site…it’s gone. You should check to see if your database is still present…if so, you will be able to recover most, if not all, of your content.
Forum: Installing WordPress
In reply to: blog not foudWhen you ftp to your site, do you see your WP source code?
Forum: Installing WordPress
In reply to: blog not foudCan you post a url of where is should be?
Forum: Fixing WordPress
In reply to: How to learn php coding?I’m beginning to suspect that I need to learn some coding (php, not html, right?)
Not really. There are plenty of themes out there that will allow you to change just about anything you want without needing to do any php or css coding. This is the first one that comes to mind:
http://wordpress.org/extend/themes/atahualpa
If you do want to start learning some coding, I would suggest starting with a good intro to css book. Remember, php basically controls (or should control) the functioning of a site…css controls the “look and feel” of the site. So, css may be more directly related to what you want to do…at least in the beginning.
Forum: Fixing WordPress
In reply to: What do I do when I got 30 pages of spam comments?Maybe this will help.
Forum: Fixing WordPress
In reply to: YouTube Thumbnails turned blackIs this a YouTube problem?
My guess is yes. As of today, I have the same issue with all the YouTube embeds on my site.
Maybe they will fix it soon.
Forum: Fixing WordPress
In reply to: ENDLESS SPAMMING FROM BOB@GMAIL.COMGo to Settings/Discussion and backlist the email address.
Forum: Installing WordPress
In reply to: do I need multiple installations? do I need 2 databases?do I need 2 databases?
No, you can use the same db and just have separate tables for each blog. See the following video for the details.
Try finding the following:
#subfooter { background:transparent url(images/menubg.png) repeat-x scroll 0 0; height:20px; padding-right:15px; padding-top:3px; text-align:right;and change the height from 20px to 16px
Forum: Fixing WordPress
In reply to: Media Uploader Issue after move :(Thanks…as they say, “A picture is worth a thousand words”…and a movie is worth a million 🙂
Forum: Fixing WordPress
In reply to: Moving WordPress from MAMP to a online web host databaseSee if the following video helps…it illustrates how to copy an online site down to XAMPP, but just reverse the process.