jmichals
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Twenty Eleven renders smaller than usualWhat could cause a site to zoom out on a user’s browser, while other sites using the same theme would not cause this?
Forum: Themes and Templates
In reply to: Twenty Eleven: Move menu on top of headerI copied my old Twenty Eleven, which worked perfectly, renamed it, and then I had my new theme. Did I miss a step?
Forum: Themes and Templates
In reply to: Twenty Eleven: Move menu on top of headerNow that I am using a child theme, why am I getting errors when trying to use the editor? Every time I modify a php file it tells me it can’t find the next page, instead of redirecting me back to the editor.
Forum: Themes and Templates
In reply to: Twenty Eleven: Move menu on top of headerI have created and activated a child theme now, although I had already edited the old one directly.
How does one move the menu so that it rests on top of the header image?
Forum: Themes and Templates
In reply to: Twenty Eleven renders smaller than usualThat worked, thank you very much. Why would the browser (Firefox) be set to zoom out for one site and its WordPress interface only?
My employer mentioned that the sizes switched on him as well, on a different computer. Is there something that could cause this?
Forum: Themes and Templates
In reply to: Twenty Eleven: Move menu on top of headerBut how can I move the menu bar to rest on top of the header image?
Forum: Themes and Templates
In reply to: Problems with Custom LogoI’m not very good with CSS but if you download Firebug for Firefox (addons.mozilla.org), you can right click on the page, click Inspect Element, and click the little box and cursor icon to inspect all the different elements of the page visually. The CSS regarding what your have selected shows up in the right hand frame of Firebug, and you can experiment with modifications and see their effects immediately, like a simulation.
Can anyone else be more specific?
Forum: Themes and Templates
In reply to: Can't edit page from Dashboard, Lifestyle themeAhh, thank you!
Forum: Themes and Templates
In reply to: Removing the indent: Recent PostsAh yes, thank you, you were right, it was in single.php.
Forum: Themes and Templates
In reply to: Removing the indent: Recent PostsI also noticed that after I click a blog post, at the bottom of the post there is a section that says Possibly Related. I looked at the code and it is inserting two spaces before it posts anything of value.
It does this twice:
<p> </p> <p> </p>
Do you have any idea how I might get rid of this strange occurence?
Thanks again.
Forum: Themes and Templates
In reply to: Removing the indent: Recent PostsOh…wow…thank you very much JarretC.
That would have taken me a long long time to figure out, if ever.
Thank you!
Forum: Themes and Templates
In reply to: Removing the indent: Recent PostsOk, I’ll keep looking. Thank you.
If anyone else has experience with the Ice theme I would much appreciate it.
Forum: Themes and Templates
In reply to: Removing the indent: Recent PostsOk, thank you very much.
The problem is that I experimented with the stylesheet many times and was not able to do what I needed. I am not experienced with CSS.
Are there any clues you know of, as to where I might find how to remove the indent? I looked at many margin and padding settings but to no luck.
Forum: Themes and Templates
In reply to: Removing the indent: Recent PostsOk, well it highlights the entire sidebar widget area under Attorney Blog when I mouseover the “ul” below, in Firebug:
<div id="wdg_specialrecentposts-3" class="widget Special Recent Posts"> <h2>Attorney Blog</h2> <ul> </div>
I’ve seen the ul many times when I was poking through the code. How do I put 2 and 2 together and find where this happens in the stylesheet or the .php files in the theme, and change it so it does not indent so much?
Is it something to do with changing the settings of an unordered list?
Forum: Themes and Templates
In reply to: Removing the indent: Recent PostsOk, thanks, I’ll see what I can find with it.