lbrown1179
Forum Replies Created
-
Forum: Plugins
In reply to: need menu to select content in a page frameI will answer my own question and share this link for others. I think this is the kind of plugin I need and will try it out on my site.
Forum: Plugins
In reply to: [WP-Members Membership Plugin] [Plugin: WP-Members] Customizing appearance?Very helpful. Thanks for your clear instruction. This will come in handy with other widgets, too.
Forum: Plugins
In reply to: [WP-Members Membership Plugin] [Plugin: WP-Members] Customizing appearance?That did help, thanks! It modified the form page: http://www.spiritworksfoundation.org/members-area/resources/
But the sidebar widget remains untouched. How can I style the log-in widget?
Forum: Plugins
In reply to: [WP-Members Membership Plugin] [Plugin: WP-Members] Customizing appearance?P.S. I modeled this CSS on the “Search” button on my site that I would like the Login, Submit, and Clear Form buttons to look like. -Laurie
Forum: Plugins
In reply to: [WP-Members Membership Plugin] [Plugin: WP-Members] Customizing appearance?I’m having a similar problem. I wrote this CSS, but nothing changed on my WP-Members page:
#wpmem_login {
background: #3F99B1;
color: #FFFFFF;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
font-family: Arial, Tahoma, Verdana;
font-size: 11px;
font-weight: bold;
text-decoration: none;
margin: 0px;
padding: 2px 2px 1px 2px;
border: 1px solid #3F99B1;
}#wpmem_reg {
background: #3F99B1;
color: #FFFFFF;
-moz-border-radius: 3px;
-khtml-border-radius: 3px;
-webkit-border-radius: 3px;
font-family: Arial, Tahoma, Verdana;
font-size: 11px;
font-weight: bold;
text-decoration: none;
margin: 0px;
padding: 2px 2px 1px 2px;
border: 1px solid #3F99B1;
}Forum: Fixing WordPress
In reply to: can’t see posts after WordPress reinstallOH NO! I spoke too soon. The sample post supplied by WordPress displayed, so I thought all was well. But as soon as I created my own post, I got th error page.
What could be causing new posts not to display?
Forum: Fixing WordPress
In reply to: can’t see posts after WordPress reinstallOh, thank you, thank you. I re-uploaded WordPress to the subdirectory, edited the wp-config.php file, and this time remembered to run the install script. In my frustration last night I forgot that all-important last step. Thanks for getting me back on track!
Forum: Fixing WordPress
In reply to: can’t see posts after WordPress reinstallWon’t the instructions on this page cause WordPress to overwrite my existing site?