lettergrade
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: how to get the contact page form to go to my email addressIs it going somewhere else, or nowhere at all?
It may have something to do with your mail server settings, but you’ll also be able to find more specific information at the Contact Form 7 support area.
Forum: Fixing WordPress
In reply to: Tab to Line Up CharactersIt’s an old solution, but for something this small: you could code a small table in your text editor. If you’d like to read into it, here’s an outline: HTML Tables
If your theme doesn’t have styling for tables included, you might have to write inline styles in your table.
Forum: Fixing WordPress
In reply to: "Lost" my pages when I changed themes from 2011 to 2012It’s likely the pages are there, but there is no link to access them. You could add those pages to your custom menu (Appearance > Menu, read up on it here: Appearance Menus Screen) or add a widget to the sidebar that displays all your pages.
Forum: Fixing WordPress
In reply to: Site down during crucial fundraising campaign!There are a few steps you could take to troubleshoot the problem:
a) deactivate plugins by renaming the plugin folder with -hold at the end of the filename. See if you can see the site now.
b) If you can log in, then reactivate the plugins one by one until you have determined whether one of them is causing the conflict.
c) Or try something similar with your theme. Switch to the twentytwelve theme by renaming your current theme folder with -hold at the end of the filename. Log in and see if your site works using the twentytwelve theme. If so, the theme is the culprit.
d) You could also try overwriting the WordPress install update files (all EXCEPT your wp-content folder and your wp-config.php) with your previous version of WordPress, whichever it was. Just make sure you back up your wp-content folder beforehand and don’t overwrite it!
Forum: Fixing WordPress
In reply to: how to get the contact page form to go to my email addressWhich theme or plugin are you using for this contact form? Could you give us the site url? (that’s your email address, which you’ll probably want to remove from your public post…)
Forum: Fixing WordPress
In reply to: Authors not receiving emails about commentsOh, great. What was the plugin?
Forum: Fixing WordPress
In reply to: Facebook gets wrong imageAre you using a plugin to generate that code, or is it part of the theme you’re using? The theme is commercial, so you may want to check their support forums. If it’s a plugin, you may want to ask directly in that plugin support forum.
Forum: Fixing WordPress
In reply to: Website loading speed: Very badHave you looked at cacheing plugins like W3 Total Cache?
Forum: Fixing WordPress
In reply to: Facebook gets wrong imageHere’s a good post on the subject: Set Up your Website to Control Images & Text in Facebook Status Update Links
Let us know what you change and if it works!
Forum: Installing WordPress
In reply to: Installing wordpress on a forwarded domainOh, sure. Your hosting and/or domain name registrar providers should be able to give you instructions specific to your account for forwarding the DNS to the right place.
Forum: Fixing WordPress
In reply to: CSS and menuFor coding of a specific commercial theme, you should contact the theme developers or ask in their support forums.
In terms of it being a simple css question, we can’t help without an url to look at!
Also, are you using a Child Theme if you’re adapting a theme? You might want to look into that if you’re not, so that the original theme is preserved and can be updated without losing your code changes.
Forum: Fixing WordPress
In reply to: Copying content from page to postWould be curious to know if anybody here has tried changing post-type from page to post in the database.
Forum: Fixing WordPress
In reply to: Authors not receiving emails about commentsHave you set up under Admin Dashboard > Settings > Discussion with “Email me whenever someone posts a comment”
I thought it should do this automatically: Settings Discussion Screen
Do all your authors have the right email addresses associated with their usernames?
Forum: Themes and Templates
In reply to: Genesis theme multiple times on same domainGreat, glad to hear it!
Forum: Fixing WordPress
In reply to: Blog pageHard for us to say without a bit more information. Could you provide a screenshot of what you’re seeing?