thisisedie
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: How to retreve an old wordpress accoundIncidentally the best way of getting mod help is not to start a new thread asking for it, it’s to tag an existing thread with the modlook tag.
Sawwy! I didn’t know about the modlook tag.
Forum: Everything else WordPress
In reply to: How to retreve an old wordpress accoundI hate when that happens. Maybe a mod will notice this post and help ya out. If not, you could try posting a post with a title like “Need help from a mod” or something :o)
Forum: Everything else WordPress
In reply to: How to retreve an old wordpress accoundClick the “forgot” link by the login (above right) and follow instructions.
Forum: Fixing WordPress
In reply to: No Blog In IE, How Is That Possible?You have 60 validation errors which can cause all sorts of problems in different browsers. You should try to get those cleared up even if the issue is a plugin or the theme.
Forum: Fixing WordPress
In reply to: Just want a simple website with three buttons on the home pageI think he meant http://www.ijuant.com/.
You’re gonna have to give us more info. Where is WP installed? The root? It’s own directory?
Forum: Fixing WordPress
In reply to: Just want a simple website with three buttons on the home pageI’ve played with templates and my site is still not coming up when i type in the url
What DOES come up? Post the address please?
Forum: Fixing WordPress
In reply to: resizing width of pageYou can change the width in the stylesheet.
Forum: Fixing WordPress
In reply to: How to Center Post?Remove
<?php get_sidebar(); ?>so it isn’t calling a blank sidebar… or if you’ve already done that, make the “main” div wider in the stylesheet so it covers more area.Forum: Fixing WordPress
In reply to: Need to change siteurl valueYou don’t change the site URL for email purposes. I’d suggest this plugin: http://wordpress.org/extend/plugins/mail-from/
Forum: Fixing WordPress
In reply to: Blog page no longer the splash pageI was creating a new page for the site which I uploaded as a parent page.
Uploaded? Do you really mean uploaded or do you mean you wrote and published it in admin?
Forum: Fixing WordPress
In reply to: Suddenly my blog url just shows the installation panel!I’m getting the installation page. I’m guessing it has something to do with your host. You should probably contact them. Also, back up your database in case someone tries to install so you don’t lose your work.
Forum: Plugins
In reply to: [Technical Support] Technical Support Plugin Does Not Work Don't BotherThat’s weird cause it shows under settings in my admin area. I’m guessing it has to do with something other than the plugin… another plugin perhaps, that is preventing it from working. Try deactivating ALL plugins, then reactivate TSP and see if it works. If it does, reactivate the other plugins until you find the culprit.
Forum: Fixing WordPress
In reply to: Where to put keywords in static WP siteYou put this:
<meta name="keywords" content="KEYWORDS HERE">in the header.php of the theme between the
<head>and</head>tags.Forum: Fixing WordPress
In reply to: Whats happened to my imagesI would suggest not clicking on the link to his site. The instant I did I got one of those fake “you should check your system” pop ups and it started running the fake virus scan thing.
Forum: Fixing WordPress
In reply to: Zero posts,0 pages,0 categories,0tags on dashboardCould be a plugin. Try deactivating all plugins to see if that fixes the issue. If it does, reactivate them one by one to figure out which one is the culprit.