figaro
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Media Uploader Issue after move :(Make sure your upload path is correct in Settings/Miscellaneous
Open style.css in your theme and find:
#footer { background:#3A4731 none repeat scroll 0 0; height:20px; padding-left:15px; padding-right:15px; padding-top:10px;Remove the background line so it looks like this:
#footer { height:20px; padding-left:15px; padding-right:15px; padding-top:10px;Forum: Fixing WordPress
In reply to: File Area in User Profile AreaLook at the bottom of the following page for links to a couple of plugins that may help you edit the subscriber role and add that capability…I haven’t used any of these, so I’m just assuming one of them will work.
Forum: Plugins
In reply to: [Plugin: Contact Form 7] only spinning arrow also when all plugins disabledI had this problem recently while helping a client…couldn’t figure out a fix. She was on a windows hosting account…we switched her to a linux account and the problem was solved…along with a couple others we were experiencing.
Forum: Themes and Templates
In reply to: [How to] Change iNove 1.4.5 header image height?You’re welcome…glad you got it fixed.
Forum: Fixing WordPress
In reply to: Photography blog is this possable?Have you tried using the more tag?
Forum: Themes and Templates
In reply to: [How to] Change iNove 1.4.5 header image height?See if the following video…hot off the press :-)…helps.
Forum: Themes and Templates
In reply to: Where can I find the default WordPress theme to download?Inside the default wordpress download here:
http://wordpress.org/download/
However, realize that is an image based theme, so you will need to either do a lot of editing to replace images with css or do a lot of image editing. If you are good with a program like Photoshop, you can do a lot with it though…the following videos and psd file may help.
Forum: Fixing WordPress
In reply to: UTC-8 code undoYou’re welcome…glad you got it fixed.
Forum: Fixing WordPress
In reply to: UTC-8 code undoDoes this mean you can’t login to change it? If so, then you may need to change it directly in the wp-options table in the database. Do you have access to, and know how to use, phpMyAdmin?
Forum: Fixing WordPress
In reply to: UTC-8 code undoDid you make the change in Settings/Reading? If so, just go back and change it to what it was.
Forum: Installing WordPress
In reply to: Which comes first?You should be able to go from 2.6 to 2.8.2. Just be sure to take a backup first, then deactivate all plugins before you upgrade It’s also a good idea to switch to the default theme.
Chances are your 2.6 theme will work.
Forum: Everything else WordPress
In reply to: WordPress forum is unfriendly!WordPress forum is unfriendly!
Can’t help but notice all the friendly help offered here in less than a day. Just an observation…
Forum: Plugins
In reply to: Plugin for theme sellersYea i just want something to keep up with who buys what so i can give the proper people the proper updates.
Well then, why not just a simple off-line spreadsheet? Otherwise, you could use something like phpMyEdit to keep track in an online database…you could even use your WP db with this.
Forum: Fixing WordPress
In reply to: reinstall?See the following videos…they should help you understand the process.