Forum Replies Created
-
Mod
Quote:I’m trying to get the form centered in the widget area before the footer.If you mean the form in the left-hand side, try this in custom CSS or child theme stylesheet:
#WFItem504260 .wf-body li {
padding: 10px 0 !important;
text-align: center;
}Quote:it redirects people to our donations page and not to a signup pageI’m assuming this widget comes from a plugin and not some custom code you’ve written yourself? In that case, the settings is probably in the plugin settings somewhere.
Mod
You need to use a hash mark when specifying a hex color:
#content {
background: #ffffff;
}!importantdeclaration should not be necessary. Try it without first; only add it if necessary.Put code in between backtick (
Code:`) characters. It’s usually located above the Tab key on your keyboard.
Mod
Just as a friendly reminder, “downgrading” to an earlier version of WordPress, especially such an early version as 3.3, leaves you vulnerable to security issues. Take precautions.
Mod
I don’t see any bullets overlapping your images. Which browser are you seeing this in?
Mod
In reply to: Header disappears on all but primary page (using child theme)
July 11, 2014 at 7:32 pm #42942I am unable to replicate the issue on any of my sites.
Try the following:
1) Disabling plugins to rule out a plugin issue.
2) Disabling a child theme to rule out a child theme issue.
Be sure to flush both browser and server caches after each step.
Mod
In reply to: Header Image Disappears on "Search Results not found" page
July 11, 2014 at 7:32 pm #42938I am unable to replicate the issue on any of my sites.
Try the following:
1) Disabling plugins to rule out a plugin issue.
2) Disabling a child theme to rule out a child theme issue.
Be sure to flush both browser and server caches after each step.
Mod
I am unable to replicate the issue on any of my sites.
Try the following:
1) Disabling plugins to rule out a plugin issue.
2) Disabling a child theme to rule out a child theme issue.
Be sure to flush both browser and server caches after each step.
Mod
Is this a site you own, or that you have permission to display their posts?
Mod
In reply to: Graphene Mobile Neo Helper plugin is causing my site (being developed) to not load correctly
July 10, 2014 at 4:08 am #42917That plugin isn’t causing this problem for the rest of us, so it’s possible you might have a buggy copy.
Try deleting that plugin via FTP, and then reinstalling a fresh copy.
Mod
Will do!
