KathyDavie
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can't log in to WP site, get 404 pageI appreciate the quick turn-around on this, but where do I find the wp-config.php? Yes, I’m in my host site’s file manager thing and I’m looking at an assortment of folders. And I spend so much time hunting through these folders trying to find anything, it’s driving me mad.
I’m guessing that I go into wp-content > themes > responsive > and nothing there. I tried the wp-admin > maint / network / users. Then I thought maybe it’s in wp-includes > theme-compat, but no.
I don’t have this wp-config.php file…
On another site, I found a selection of four to eight different “samples” of urls that might be feeder URLs for one’s site.
For regular URLs, WP Codex suggested trying out:
https://example.com/?feed=rss
https://example.com/?feed=rss2
https://example.com/?feed=rdf
https://example.com/?feed=atomFor custom permalink feeder URLs, the WP Codex suggested trying out:
https://example.com/feed/
https://example.com/feed/rss/
https://example.com/feed/rss2/
https://example.com/feed/rdf/
https://example.com/feed/atom/I’m pretty clueless on how all this WordPress stuff works, so any help I can get…is a good thing *grin*
Forum: Fixing WordPress
In reply to: WP is centering body text lists, unordered and orderedGee, I dunno…
Here’s a bit of my custom html
html,
body,
header,
ul,
ol,
#content{
margin: 0;
padding: 0;
border: 0;
text-align: center; /* copes with IE 6 problems */
}/* [if IE 6]>
body{behavior: url(“csshover3.htc”);}
<![endif] */
body,
table,
td,
th,
ul,
ol,
li,
p,
dt,
iframe,
.bread,
.caption
.menuBox
#toc,
#content{
font: 100.1%/1.5em Verdana, Arial, Helvetica, sans-serif;
color: #004A3E /* green */;
text-align: left;
}Then as I get further into the actual details…
ul,
ol{
padding-left: 2.25em;
margin-left: 2.25em;
list-style-type: disc;
list-style-position: outside;
list-style-image: none;
text-align: left;
}Forum: Themes and Templates
In reply to: [Kelly] Centering Ordered and Non-Ordered Lists ?I’m having the opposite problem. I have ordered and unordered lists and the responsive theme is centering all of ’em. I’ve checked my css. I’ve added text-align:left, and it won’t do anything BUT center. It never did this in my web editor, and I have no idea how to deal with this.
Forum: Plugins
In reply to: [Pinterest Verify] Installing pluginNo, I wasn’t. But Bluehost helped me through it. Seems I needed to compress the folder the plug in came in, and then I could upload it. So problem solved.