George Hozendorf
Forum Replies Created
-
Forum: Themes and Templates
In reply to: [Theme: Twenty Eleven] make img footer responsiveFinally got Pieterbroeckx’s suggestion to work. But now there is padding at the top and bottom of the image. I see the line, padding: 50px; If I change it to 0, the image gets chopped off. What should the padding be changed to?
Thanks.Forum: Themes and Templates
In reply to: [Twenty Eleven] Comment Date Link in TwentyElevenThe date the commentor send a reply in.
Forum: Themes and Templates
In reply to: [Twenty Eleven] Comment Date Link in TwentyElevenSorry. I should have mentioned I have a child theme and know how to create child php files for any php files that might be needed.
Forum: Fixing WordPress
In reply to: How Remove Date in Comments in Twenty ElevenAnyone know how to get rid of the link for the date? I can see no reason to have the date and time a link.
Thanks.
Forum: Themes and Templates
In reply to: My picture stretched the footerIn an attempt to place a 50px x 1000px in the twentyeleven footer, I made the following changes in my child footer.php file:
/*Removed Proudly Powered by WordPress By Deleting*/
<div id=”site-generator”>
<?php do_action( ‘twentyeleven_credits’ ); ?>
” title=”<?php
esc_attr_e( ‘Semantic Personal Publishing Platform’, ‘twentyeleven’ ); ?>”><?php
printf( __( ‘Proudly powered by %s’, ‘twentyeleven’ ), ‘WordPress’ ); ?>
</div>/*Add image to footer Inserted this just before <?php wp_footer(); ?>*/
<center>
<img src=”https://gcdcc.safeport.com/wp-content/uploads/dcf_footer.jpg” alt=”dcf_footer.jpg”>
to Appearance/Editor/footer.phpThese changes gave me a 50px high by 1000px wide image at the bottom of the page. But, when I tried to make it responsive, width wise for small devices by adding the following code to the child style.css file it didn’t reduce in width as I intended. However, it did retain it’s width when the screen was widened.
/*Make Footer Image Responsive Added*/
#colophon img { max-width: 100%; height:auto; }Any suggestions?
ThanksForum: Themes and Templates
In reply to: Automatically resizing footer image – height problemRichard,
Please explain in detail to this newbie what you mean. I’ve got a 1000px wide by 50 px high image in the footer. When I resize the screen, the height stays, as it should, but the width doesn’t reduce. However it does remain at 1000px when the screen is widened.
Forum: Themes and Templates
In reply to: [TwentyEleven] Changing Navbar Font with Child ThemeHere what I added to child theme css. As you can see some things worked and others didn’t. Before updating to twentyeleven 1.6, they did. Adding important didn’t change anything. Any suggestions?
/*Reduce Space between Paragraphs/* /*DID NOT WORK*/
p {
margin-bottom: .5em;
}/*Indent Post Paragraphs*/
p {
text-indent: 1.5em;
}/*Decrease Line Spacing in Paragraphs*/ /*DID NOT WORK*/
body, input, textarea {
line-height: 1.625em;
}Forum: Themes and Templates
In reply to: [Theme: Twenty Eleven] make img footer responsiveSorry, I was working on local host. Made changes online, so please take a look now.
Forum: Themes and Templates
In reply to: [Theme: Twenty Eleven] make img footer responsiveJust added
<center>
<img src=”https://gcdcc.safeport.com/wp-content/uploads/dcf_footer.jpg” alt=”dcf_footer.jpg”>the the child footer.php. Now I’ve got a non-responsive image and Proudly powered….
Forum: Themes and Templates
In reply to: [Theme: Twenty Eleven] make img footer responsiveThanks for the suggestion. But, that put me back to Proudly powered by WordPress.
Forum: Themes and Templates
In reply to: [Theme: Twenty Eleven] make img footer responsiveYes.
Forum: Fixing WordPress
In reply to: Twenty Twelve Header size reductionThanks for this topic. It worked perfectly. Put, the menu bar is overlapping the bottom of my image. This total newbie (3days old) doesn’t have a clue what to change. Any suggestions will certainly be appreciated.
Thanks.
Forum: Themes and Templates
In reply to: [Theme: Twenty Eleven] make img footer responsiveI’m a total newbie to wordpress so forgive me if this seems like a really dumb question.
The footer in my twentyeleven theme has <div id=”site-generator”> not #site-generator {
I got an image in the footer by adding the following to footer.php
10 Removed Proudly Powered by WordPress
Deleted:
<div id=”site-generator”>
<?php do_action( ‘twentyeleven_credits’ ); ?>
” title=”<?php esc_attr_e( ‘Semantic Personal Publishing Platform’, ‘twentyeleven’ ); ?>”><?php printf( __( ‘Proudly powered by %s’, ‘twentyeleven’ ), ‘WordPress’ ); ?>
</div>
in Appearance/Editor/footer.php11 Add image to footer
Inserted:
<center>
<img src=”https://gcdcc.safeport.com/wp-content/uploads/dcf_footer.jpg” alt=”dcf_footer.jpg”>
to Appearance/Editor/footer.php (just before <?php wp_footer(); ?>This works except for the fact it’s not responsive. When I replace the footer.php with a fresh copy and use your code, it just puts the text in the footer area.
Please tell me how to accomplish what you did. I tried putting your code in the style.css with no luck.
Thanks in advance for helping this newbie.
Forum: Themes and Templates
In reply to: Remove Title on Page – Twenty ElevenNeither this or anything else I’ve found in the past 3 hours works on TwentyEleven v1.6 running WP v3.6.
Even tried one suggestion to not give the page a title, but got #20(no title) in the menu bar. Some suggestions said put .page-id-20 .entry-title {display:none}. Well guess what it’s not page-id, it’s page_id. And this on a search for the issue specifically for TwentyEleven.
I’m a newbie to WP, but am about to throw up my hands in disgust. It shouldn’t be so difficult to find a solution to things. A large number of forum topics will list numerous ways to change and/or fix something on a specific theme. There shouldn’t be but two, or three at the most, ways to fix something. Before diving into WP, I thought it was difficult to find solutions in Photoshop or Illustrator. It’s most frustrating to a newbie. I blame the theme publisher. Themes should come with instructions for making simple changes.
Well, that’s my two cents.
Forum: Plugins
In reply to: [Category Posts in Custom Menu] Can't get plugin to show upDiane,
The last communication from you that I received only had questions, not suggestions. I gave up. For a newbie this plugin is above my pay grade.