ahippychick
Forum Replies Created
-
Forum: Installing WordPress
In reply to: 2.6.2 problem–already tried resetting pw, clearing cookies, etcHey, thanks for your support Wooami. I DO pay someone to do this, and they are not responding to me. Stupidly I thought the support forums may give me some *support*. But you know, I see this over and over in these forums where people who are really trying and just don’t have all the knowledge they need are jumped on. I said I don’t know where that file goes, and I’m not sure I know how to admit it anymore clearly.
Again…thanks.
Forum: Installing WordPress
In reply to: 2.6.2 problem–already tried resetting pw, clearing cookies, etcI think this is a 2.6.2 version issue, after doing a lot of searching on google with those terms.
Looks like I need to name the FILE (line 30) since 2.6.2 can be put anywhere. If I could just figure out how to do that I’d be good to go! Guess I’ll keep asking.
define(‘ABSPATH’, dirname(__FILE__).’/’);
require_once(ABSPATH.’wp-settings.php’);
?>Forum: Installing WordPress
In reply to: 2.6.2 problem–already tried resetting pw, clearing cookies, etcOkay—I’ve cleared everything out, reinstalled WP 2.6.2, and still getting fatal errors.
Would someone please clear up for me exactly where the wp-config.php file is supposed to go? I can’t get my webhosts to help tonight. It’s in the /home/xxx/publichtml/xxx directory right now…and still getting the “can’t find your file” message.
I know I’m intellectually challenged here, but I’d really appreciate some help.
Warning: require_once(/home/xxx/public_html/wp-admin/wp-settings.php) [function.require-once]: failed to open stream: No such file or directory in /home/xxx/public_html/wp-admin/wp-config.php on line 30
Fatal error: require_once() [function.require]: Failed opening required ‘/home/xxx/public_html/wp-admin/wp-settings.php’ (include_path=’.:/usr/lib/php:/usr/local/lib/php’) in /home/xxx/public_html/wp-admin/wp-config.php on line 30
Forum: Installing WordPress
In reply to: 2.6.2 problem–already tried resetting pw, clearing cookies, etcI even went back to my backup to redo the installation. Still nothing and I can’t log in. I hope I didn’t really screw it up!
I know I’m supposed to know this, but I can’t find the place to change the sidebar text to make it different than the background color. Here’s the whole sidebar code:
#sidebar{
float: left;
margin: 10px 0 0 10px;
width: 192px;
background: url(images/bg_sidebar.gif) no-repeat left top;
}#sidebar a{
color: #eefddd;
}#sidebar ul{
list-style: none;
margin: 0;
padding: 0;
}#sidebar ul li{
padding: 15px;
font-family: Georgia, sans-seriff;
text-transform: none;
}#sidebar ul li.syndicate a{
padding: 0 20px 0 0;
background: url(images/feed-icon.gif) no-repeat right 2px;
}#sidebar ul li h2{
border-bottom: 1px solid #e91fae;
padding: 0 0 7px 0;
font-size: 12px;
color: #514129;
}#sidebar ul ul{
padding: 7px 0 0;
}#sidebar ul ul li{
padding: 0;
font-family: Arial, Helvetica, Georgia, sans-seriff;
line-height: 24px;
text-transform: none;
}#sidebar ul ul ul{
padding: 0;
}#sidebar ul ul ul li{
padding: 0 0 0 15px;
background: url(images/bullet_2.gif) no-repeat 0 8px;
}#sidebar ul ul ul ul li{
background: url(images/bullet_3.gif) no-repeat 0 8px;
}#sidebar ul ul ul ul ul li{
background: none;
}.widget widget_pages{
color:#e91fae;
}.widget widget_link{
color:#e91fae;The links ARE there because if you click randomly around the sidebar it will send you to one. I just can’t see them, nor can anyone else, and I don’t know where to change the color.
I’m sorry to be so dumb, but can someone help?
Sigh…still can’t fix it. Can anyone help telling me what I’m supposed to be looking for? The background is the same color as the text, but in the style sheet this isn’t so. I don’t know if it’s named menu or what.
Any help just getting the dumb text to show up would be much appreciated.
Hmm, well that sort of worked as in now it’s a separated area with a divider line in the color I chose. I think the links ARE there, they’re just not showing up because they are the same as my background color. When I hovered over the sidebar and randomly clicked in the general area of where a link should be, a page came up. I don’t want to make the whole thing a weird color but maybe that’s where I should be looking?
Thanks so much for your response. 🙂
Forum: Themes and Templates
In reply to: Please help me with syntax errors–T_STRINGWell, I did get a new theme and modified it. The only trouble I’m having right now is trying to figure out how to make everything show up (meta, blogroll) but at least the search and comment features work. THANKS!