secampbell
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Custom headerEsmi reached out and helped solve this for me. Thanks esmi!
Scott
Forum: Fixing WordPress
In reply to: Custom headerPosted again as there has been no response…esmi?
Forum: Fixing WordPress
In reply to: Custom headerI didn’t get any responses and I’m confident this is an easy solution, so I’ll try again with an amendment that makes it even easier-
I’d like the customer header image to go away on ALL pages. My website is here-
http://www.topmarketer99.com (the image I want to be removed on all pages is right underneath the nav bar which would move the content up to the nav bar area).I’ve tried a plug-in but it didn’t work. I’m guessing that this would be some code added to a PHP file. Could someone please help?
Thanks much!
Scott CampbellForum: Fixing WordPress
In reply to: Changing default header image using Child themeok
Forum: Fixing WordPress
In reply to: Changing default header image using Child themeEsmi,
Thanks for the direction. Unfortunately you’ve discovered my weakness. I know html pretty well, but I don’t know javascript. If there’s something in the code that is obvious, then I’m good. But if there’s code writing to be done, I’m lost.
I guess I’m going to need someone to generate this code for me. Do you do that? How much do you charge? Can you give me a little direction on that?
Thanks,
Forum: Fixing WordPress
In reply to: Changing default header image using Child themeEsmi,
I’m not sure what you’re telling me. Yes, that is the area of the header.php file that I believe I would need to modify. What specifically in that code would I modify to change (or point to) the location of the revised image?
Thanks again,
Forum: Fixing WordPress
In reply to: Changing default header image using Child themeThanks, esmi. I’ve looked at the header.php code and honestly cannot find the area where I would modify to point to another url (to find my modified image). Can you give me some direction there?
Forum: Fixing WordPress
In reply to: Footer icon changeDisregard the request as I simply saved the old footer.php file into the child folder and made the changes I wanted.
Thanks for the help though.
Forum: Fixing WordPress
In reply to: Footer icon changeI see that the “a href” link code messed it above, so I’m reposting using “d href” this time. Thanks-
<?php
<div id=”site-generator”>
<?php do_action( ‘twentyten_credits’ ); ?>
<d href=”<?php echo esc_url( __(‘http://blazemarketinginc.com
/’,’twentyten’) ); ?>”
title=”<?php esc_attr_e(‘Testing, testing’, ‘twentyten’); ?>”
rel=”generator”>
<?php printf( __(‘Designed by %s.’, ‘twentyten’), ‘Blaze Marketing’ ); ?></div><!– #site-generator –>
?>
Forum: Fixing WordPress
In reply to: Footer icon changeWell, I constructed a child account for my test account. And from that css file, the tagline’s new size and the background image in the footer works like a charm! Those were 2 out of 3 things I was wanted to improve…thanks for the help on those. By the way, here’s the site address I’m working on (I have to get it right on this test site before working on other sites)- http://blazemarketinginctestaccount.com
The problem I’m running into is the 3rd thing, changing the anchor text (and link) in the bottom right hand footer. I’m able to change it correctly in the original footer.php file, but I know that will be erased when Twenty Ten is upgraded. So I wrote a new footer.php file from the Twenty Ten child folder I built. Unfortunately, there must be something wrong with the code. It says that there’s “something wrong on line 3” of the new footer.php file.
Below is the code I am using in that file. According to my html editor, line 3 would be the <div id=”site-generator”> line. Can someone tell me what’s wrong with it? I think I’m close. Thanks in advance! ~Scott
<?php
<div id=”site-generator”>
<?php do_action( ‘twentyten_credits’ ); ?>
“
title=”<?php esc_attr_e(‘Testing, testing’, ‘twentyten’); ?>” rel=”generator”>
<?php printf( __(‘Designed by %s.’, ‘twentyten’), ‘Blaze Marketing’ ); ?>
</div><!– #site-generator –>?>
Forum: Fixing WordPress
In reply to: Tagline Size in Twenty TenEsmi/Alchymth,
Thanks for the help. The parent/child setup is working well. I have a problem with the new footer.php file (that I’ll address in another thread), but I’ve been able to change the tagline and the background footer image successfully using this process.
Thanks!
Forum: Fixing WordPress
In reply to: Footer icon changeIf I go into the directories and replace one wordpress.png with another wordpress.png (my design) file, it will still revert back to the original png file when WordPress is upgraded? I thought I did this very thing in a Pagelines theme and it doesn’t change. Please let me know.
And if that’s so, will the child theme that I construct circumvent this problem and keep the png file that I create?
Thanks,
Forum: Fixing WordPress
In reply to: Tagline Size in Twenty TenCool, thanks alchymth. I’ll keep that for when I create the child theme..
Forum: Fixing WordPress
In reply to: Footer icon changeThanks…found in the stylesheet.
I guess then that I’ll just replace their wordpress.png with my own (using same name and size)…then that should take care of it, no? That way I wouldn’t have a parent/child problem, true?
Thanks again!
Forum: Fixing WordPress
In reply to: Footer icon changeNot yet, you just introduced me to that in another thread (ha). You’re saying I should for this issue as well?