missteacup
Forum Replies Created
-
Forum: Themes and Templates
In reply to: How to edit this code to create child theme?Oh, the website name is http://www.picturesforbear.com and Author name could be anything, but Pictures For Bear is fine too…. does it matter?
I’m so sorry, just so clueless.Forum: Themes and Templates
In reply to: How to create child theme for Rectangulum?Thank you both so much!!!
Forum: Fixing WordPress
In reply to: How do I add an html banner to my website footer?Thank you so much! Just tried it and it worked well. Thanks!!!
Forum: Fixing WordPress
In reply to: How do I add an html banner to my website footer?Thank you very much! My footer looks a bit different. Where would I put it here? (Sorry, I really have no clue!) (The center of the footer would be just fine.)
<?php
/**
* The template for displaying the footer.
*
* Contains footer content and the closing of the
* #main and #page div elements.
*
* @package WordPress
* @subpackage Twenty_Twelve
* @since Twenty Twelve 1.0
*/
?>
</div><!– #main .wrapper –>
<footer id=”colophon” role=”contentinfo”>
<div class=”site-info”>
<?php do_action( ‘twentytwelve_credits’ ); ?>
” title=”<?php esc_attr_e( ‘Semantic Personal Publishing Platform’, ‘twentytwelve’ ); ?>”><?php printf( __( ‘Proudly powered by %s’, ‘twentytwelve’ ), ‘WordPress’ ); ?>
</div><!– .site-info –>
</footer><!– #colophon –>
</div><!– #page –><?php wp_footer(); ?>
</body>
</html>Forum: Fixing WordPress
In reply to: How to change order of Menu tabsAgain, thank you. I’ll try that out. I did paste it in the text editor, then switched back to visual and ‘saved’, and then only saw the code spelled out (no link). When I put it in the ‘link’ box it added code to each side of the phrase I highlighted and didn’t take me anywhere when I clicked on it.
Maybe it’s just cause I’ve been switching back and forth. Thanks.Forum: Fixing WordPress
In reply to: How to change order of Menu tabs(Thanks, the menu thing worked great!)
Forum: Fixing WordPress
In reply to: How to change order of Menu tabsThank you!
I am trying to add an amazon affiliate link to some of my posts and it just does not work. In the tutorial they just paste it into the html field OR click on the link option and paste it in there. Neither one works for me.
Forum: Fixing WordPress
In reply to: How to change order of Menu tabsThank you very much. I will look at that now. I guess I need to make a Menu, insert the categories and THEN change the order?
The difference I am talking about is that the ‘visual’ and ‘text’ tabs (when i write a blog post) are called ‘visual’ and ‘html’ tabs in the tutorials. I cannot figure out to insert the html of my affiliation links, since all the tutorials explain how to do this in the ‘html’ tab, and my text tab does not feature the same options. I hope that makes any sense.
Forum: Themes and Templates
In reply to: Newbie, my menu changed when I inserted header in 2012 theme.It worked like a charm.
I need to hire you.
Thank you!Forum: Themes and Templates
In reply to: Newbie, my menu changed when I inserted header in 2012 theme.at the bottom? leave the rest untouched?
Forum: Themes and Templates
In reply to: Newbie, my menu changed when I inserted header in 2012 theme.Yes, it is off to the left, but I’d like it to really hover over the middle of the menu bar.
Forum: Themes and Templates
In reply to: Newbie, my menu changed when I inserted header in 2012 theme.After all your help I feel bad asking, but if you’re still around,
is there are an easy way to center the header?Forum: Themes and Templates
In reply to: Newbie, my menu changed when I inserted header in 2012 theme.omg. You are a life saver! Thank you!
That really works.I still have so much to learn.
Thank you very much.
Forum: Themes and Templates
In reply to: Newbie, my menu changed when I inserted header in 2012 theme.Sorry for my utter stupidity, but I am assuming I copy the whole header.php from the parent twenty twelve theme, and then into the child theme directory? If that is correct, where do I find the child theme directory? You don’t mean the CSS style sheet that comes up under editor as the only option when the child theme is open?
Forum: Themes and Templates
In reply to: Newbie, my menu changed when I inserted header in 2012 theme.Ok, thank you very much.
I followed the steps and my site looks like this now:
themindstyleblog.com
As you can see the Menu or “HOME” is still above the header. How can I change that now?