kerrymeaway@gmail.com
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Missing Images from PostFigured it out, thanks.
Forum: Themes and Templates
In reply to: CSS for positioning & creating a main nav from scratch?OK- that makes sense, but if I already uploaded the images I need to the library – how do I actually put one into the text widget?
I’m going to that link now to see if I can find out.
Thanks!
πForum: Themes and Templates
In reply to: CSS for positioning & creating a main nav from scratch?Thanks! I’ll check that one out.
What if there isn’t an Image widget that I can move to the “primary widget area”? I see ones for text, but not for images. Isn;t it possible to just insert the <img class=”path”> tag somewhere?
How would I insert an image into that div? I’ve had better luck editing the actual code in the file manager of cpanel than using WP. I’ve spent over a week on this and am still no closer to getting a two page site done.
π
Forum: Themes and Templates
In reply to: CSS for positioning & creating a main nav from scratch?Thanks- I can’t seem to finds a really REALLY basic one that is only for computer screens – not mobile devices – and can be made into a simple two column css layout with an image in the header, a main nav below that and a text only footer.
Any suggestions?
I’ve been wrestling with twentytwelve, twentyeleven, sandbox, blankslate, veryplaintxt, base, albedo….
πForum: Themes and Templates
In reply to: CSS for positioning & creating a main nav from scratch?Forum: Themes and Templates
In reply to: where to add text to footer.phpIt worked! THANK YOU.
I went to bluehost file manager in cpanel, copied the footer.php file into the childofveryplaintxt folder, and went back to edit it on the wp theme editor.
Is this the proper way to do it?
Forum: Fixing WordPress
In reply to: how to edit html in left side of firebug?Forum: Fixing WordPress
In reply to: how to edit html in left side of firebug?I can see the html content in the left panel of firebug, but I cannot figure out where to edit the text.
I’m using sandbox theme and I added a couple widgets with text content when I had another theme activated. Now I want to remove the content in the widgets and in Sandbox, there appear to be no widgets available. And yet the text I entered is right there on the page when I refresh.
Also- if there is a set of specific text on my page – why is it not in the template file? At a loss as to how to move things around.
Thanks in advance. π
K
Forum: Themes and Templates
In reply to: targeting a single p tag within div in twenty twelveOooh how cool is that? I’ve never seen cssdesk before.
Let me try to do that. It might take me a bit, but I’ll be back. π
Forum: Themes and Templates
In reply to: targeting a single p tag within div in twenty twelveok.
For example:
I can change this:html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, {
margin: 0;
text-align: left;
}to this:
p {
text-align: center;
}What confuses me is the need to add a class or somehow identify THAT p tag from all others.
Forum: Themes and Templates
In reply to: targeting a single p tag within div in twenty twelveYes- it only appears on one page because the entire site has only two pages. This one and a contact form. I’m finding it very difficult to customizeΒ this theme to something so simple and ugly as what my client wants.
I tried using blank slate, but ran into trouble there too. Maybe I should go back to that.
Forum: Themes and Templates
In reply to: targeting a single p tag within div in twenty twelveSo basically, I disregard the selector #webadminbar altogether?
When I need to edit only one of the selectors in a rule, what is the correct way to isolate it?
Forum: Themes and Templates
In reply to: targeting a single p tag within div in twenty twelveForum: Themes and Templates
In reply to: targeting a single p tag within div in twenty twelveRight- that makes sense, but I don’t think this theme offers an independent “footer” per se, so I am adding one to the main area of text and styling it differently.
If I could find a way to add a p to the existing footer.php doc, I would love to do it. I’m hesitant to alter the php files because I don’t really know what I’m looking at.
Can I add
<footer>
<p> Hello world </p>
</footer>to the div that contains the other paragraph without affecting the “real” footer?
Forum: Themes and Templates
In reply to: targeting a single p tag within div in twenty twelveI’ve chosen the correct stylesheet (style.css) from the dropdown menu, so I think I’m viewing the correct stylesheet. I’m just confused as to what #wpadminbar means. Wish I could upload a screenshot here. ..