lettergrade
Forum Replies Created
-
Forum: Installing WordPress
In reply to: Installing wordpress on a forwarded domainWhere did you move it from?
Would these steps help? Moving WordPress
Forum: Installing WordPress
In reply to: Do you need a domain to install WordPress ?If you already have a root domain name, you can install WordPress in a subfolder and run it there. Your url would be http://www.root.com/subfolder, etc.
Forum: Themes and Templates
In reply to: Genesis theme multiple times on same domainHow are you uploading the genesis theme? Are you using an auto-loader somewhere?
You should be able to upload the theme directly to the right folder of each individual WordPress install using ftp. Or, the other option: log into each WordPress site individually and install the theme from each individual admin dashboard.
Forum: Installing WordPress
In reply to: Installing wordpress on a forwarded domainIf you created the database on the right server, then you just need to install WordPress into the subdirectory you’ve created. This should be able to outline the steps for you: Installing WordPress
Forum: Fixing WordPress
In reply to: Facebook gets wrong imageI don’t think you have to worry about the error message. If you read the article I posted about the Facebook Debugging Tool, you’ll see that you don’t really need debugging — but going through the process is what updated the Facebook cache of your images. The cache is the result of a crawl of your page, because Facebook can only pick up what’s actually there. I don’t believe it’s possible to assign an image that doesn’t exist on the page whose url is being posted.
Forum: Themes and Templates
In reply to: Woo themesHi aw1980, the woo theme wootique is a commercial theme so it isn’t supported by these forums. You can try asking for help from the theme developer, though: http://www.woothemes.com/products/wootique/
WooThemes SupportForum: Fixing WordPress
In reply to: Select category in post permalinkHere’s the answer, from Using Permalinks:
Using %category% with multiple categories on a post
When you assign multiple categories to a post, only one can show up in the permalink. This will be the lowest numbered category (see Manage Categories). The post will still be accessible through all the categories as normal.Forum: Themes and Templates
In reply to: Display recent posts inlineHave you tried floating them?
Forum: Fixing WordPress
In reply to: Facebook gets wrong imageHi @leonardogsouza, I tried this tutorial and ran your site through the Facebook debugging tool he mentions:
Using the Facebook Debugger Tool
Now your three image options are showing up in status updates, instead of just two! Check it out yourself and see if it’s fixed.
Forum: Fixing WordPress
In reply to: Dashboard is emptyDo you have experience using an ftp program like Filezilla? This would allow you access to the WordPress files on your server. HostGator may also have a web interface for transferring files via ftp in your account admin area.
Here’s a support tutorial from your hosting company that may be helpful.
Forum: Fixing WordPress
In reply to: in page or article no more access to change colorOh, sure. Good call on checking the plugins individually.
Urban News is a commercial theme and not part of the WordPress.org repository, so it’s not supported in these forums. You should be able to find direct help in the theme developer’s support forums: http://themeforest.net/item/urbannews-wp-magazine-theme/3509166/support
Forum: Plugins
In reply to: [W3 Total Cache] W3 Total Cache Breaks AdminIgnore this! You were in the right place already.
Forum: Fixing WordPress
In reply to: in page or article no more access to change colorCould you tell us what theme you are using, and provide a link to your website?
Forum: Fixing WordPress
In reply to: Can't remove 'leave a reply' section on my PageWhich theme are you using and editing? If you still decide to edit the theme code, you’ll thank yourself for following the instructions in the Child Theme link above! It safeguards your code changes against theme updates, and simplifies things for you by a lot.
Forum: Fixing WordPress
In reply to: Can't remove 'leave a reply' section on my PageNot sure why the logged-in/logged-out status thing is happening to you, but regarding the removal of comments: You can remove it from your code if you are comfortable doing that, or you can try a plugin like Hide Comments Feature. Let us know if it helps you!
Also, if you do want to edit your theme files, are you using a Child Theme so that your edits will be preserved after future theme updates?