bricklayer.payne
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Store Products PageGah! That did it—I figured it out.
However, I have a new problem. Here’s the actual product page:
How would I go about getting the picture to not crowd out the text? See how the “quantity” is getting smushed?
Thank you! I’m using WP E-Commerce.
Forum: Fixing WordPress
In reply to: Centering Header Image With CSS?Yeah, that is just how I like it. Should it be different you think?
Forum: Fixing WordPress
In reply to: Blockquotes Look Different on Different ComputersI’ll give that a shot—thank you. Any other tips anyone has would be eternally appreciated!
Forum: Fixing WordPress
In reply to: Blockquotes Look Different on Different ComputersActually, all the computers are the same—Macs, either Firefox or Google Chrome. Operating systems are either 10.8x, 10.9x or 10.6x.
Here’s the CSS for the blockquotes:
blockquote {
display: block;
background: #fff;
padding: 10px 10px 7px 50px;
margin: 0 0 15px;
position: center;
/*Font*/
font-family: Georgia, serif;
font-size: 16px;
line-height: 1.2;
color: #000000;
text-align: justify;
font-style: italic;Forgive me for being a total doofus, but I do not know what Valid HTML is!
Forum: Fixing WordPress
In reply to: Can't Access wp-admin After Transferring DomainAhh, that worked! Whoever you are—you are a genius, possibly even Mensa!
Forum: Fixing WordPress
In reply to: Can't Access wp-admin After Transferring DomainThis is great—it’s transferred over! However, I’m having some trouble—my “About” page will not work. When it’s clicked on it goes to a 404. Same with clicking on an individual post; it just goes to 404. Do I have to wait a while for all that stuff to load up, or should I be concerned?
Forum: Fixing WordPress
In reply to: Can't Access wp-admin After Transferring DomainThis morning. About an hour ago.
Uh-oh…does a domain transfer take a while? Did I just make a public fool of myself?
Forum: Fixing WordPress
In reply to: Can't Access wp-admin After Transferring DomainI was running a wordpress.com blog; the domain was registered under WordPress. I transferred it as per the instructions here: http://en.support.wordpress.com/domains/transfer-domain-registration/
In short, it appears that my domain has transferred to Bluehost, but now I’m completely cut out of my admin. It redirects to wordpress.com every time.
Forum: Themes and Templates
In reply to: [Theme: Blaskan:] How to Change Button Colors?Nevermind, figured it out. Thank you for all your help!
Forum: Themes and Templates
In reply to: [Theme: Blaskan:] How to Change Button Colors?Gotcha—yeah, I already have a child theme for this one. Figured out the current page business. Since you’ve been so helpful: is there a way I can take the shadow / boldness off of the text in the boxes, and make them just normal text? The shadow is kind of jarring.
Forum: Themes and Templates
In reply to: [Theme: Blaskan:] How to Change Button Colors?Hmm. Having trouble with that. Where should I place it? Directly underneath the #nav a?
Forum: Themes and Templates
In reply to: [Theme: Blaskan:] How to Change Button Colors?You are the MAN.
However, I’m unable to change the “home” button. It stays the original color. Know how I might change that?
Forum: Fixing WordPress
In reply to: Routing a WordPress.com blog to WordPress.org.Thanks! Can you also direct me to some documentation on where I find the “root” or “subdirectory?” I’m hosting on Bluehost, if that helps.
Forum: Themes and Templates
In reply to: (Blaskan) Centering the TaglineOkay sorry, thank you!
Forum: Themes and Templates
In reply to: [Theme: Blaskan] CENTERING TAGLINEThanks, that did it!
What about the menu buttons? I’d like them centered as well, if that’s possible.