Parenthetical
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Magazine Basic] Header Widget doesn't appear in the right placeThanks, zabsv. That worked for me!
Leigh, my code now looks like this:
/* =Header Widgets
————————————————————– */
#header-widgets {
padding: 30px 20px;
float: right; /* CHANGED so header widget appears correctly to the right of header */
background: #ccffcc; /* CHANGED widget background color */
}#header-widgets.fr,
#header-widgets.center {
float: left;
}#header-widgets.fl {
float: right;
}#header-widgets.center {
display: block;
text-align: center;
width: 100%;
}.header-widget-title {
padding: 0;
border-bottom: 0;
margin-bottom: 5px;
-moz-box-shadow: none;
-webkit-box-shadow: none;
box-shadow: none;
}.header-widget.widget_search {
margin-top: 45px;
}.header-widget img {
padding: 0;
}Forum: Themes and Templates
In reply to: [Magazine Basic] Child theme for v. 3.0I can’t access that support thread because I’m not a Premium member. But thanks; that sounds like more or less what I figured the problem was.
Forum: Themes and Templates
In reply to: [Magazine Basic] Header Widget doesn't appear in the right placeThanks!
I’m not currently using an image for the header, just the site title. It only takes up a little more than half of the header area. You can look here: library.danahall.org.
Forum: Fixing WordPress
In reply to: Database error when exportingNever mind — turns out my friend has started a paid host, which will be much more full-service and functional. So that solves that! 🙂
Thanks for your help, everyone.
Forum: Fixing WordPress
In reply to: Database error when exportingWell, as I said, I’m currently hosting my site on my friend’s server. He backed up the database for me and gave me the file. More access for doing things like that without having to bug him is one reason I want to switch to a new host!
Is there anything I can do with the .sql file that I have, though?
Forum: Fixing WordPress
In reply to: Database error when exportingOh, I do have a .sql file that I backed up before I started doing any of this fiddling. Is there any way to use that, or do I need a .xml exported file?
Forum: Fixing WordPress
In reply to: Database error when exportingThanks! Unfortunately, though, I don’t have access to phpMyadmin (or even access to run mysql commands from the command line). Is there any other way to do it?