Marc B.
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Working behind-the-scenes with two themes?Thank you. Do you know if I need to install both the core AND developer files for XAMPP or are the core files sufficient?
Forum: Themes and Templates
In reply to: Working behind-the-scenes with two themes?Thanks! i’ll look at the article… but yes, i’d definitely prefer to work locally if at all possible! is it?
Forum: Themes and Templates
In reply to: Working behind-the-scenes/basic questionThis might just do it. I’ll check it out. Thanks!
Forum: Themes and Templates
In reply to: Working behind-the-scenes/basic questionthanks. i am unsure, but it looks like i might need to switch over from my current page to a different holding page? i just want to keep my current page as it is now.
Forum: Fixing WordPress
In reply to: Fatal error after Jetpack upgrade?Thank you!
Forum: Themes and Templates
In reply to: Changing link underline weight or color?That did it! Thanks a ton.
Forum: Themes and Templates
In reply to: Twentytwelve right margin issuesDo you mean whatever is in my child theme CSS?
I tried this but no luck. No affect on the right margin.
Thanks.Forum: Fixing WordPress
In reply to: Leading problemThat did it!
Fantastic.
Thank you.Forum: Fixing WordPress
In reply to: twentytwelve mobile issuesTurning off the mobile module seems to have done it. Thanks!
Forum: Fixing WordPress
In reply to: twentytwelve mobile issuesYes. Activated.
Forum: Themes and Templates
In reply to: TwentyTwelve title in two colors?Thank you, salsaturation, and batharoy, for the help! Things are working quite well now.
I was hoping to add a text column to the left of the main text area on my front page, but I think I’d be overstaying my welcome here ??
Cheers!
Forum: Themes and Templates
In reply to: TwentyTwelve title in two colors?Fantastic. That worked!
Any idea why the first part of the header is showing up as bold?
Thanks.Forum: Themes and Templates
In reply to: TwentyTwelve title in two colors?Ah, ok. Thanks and apologies from the newbie ??
#s inserted.
Still no luck.Also tried increasing font size w/o luck. I feel like I’m looking at the wrong bit of code.
Thanks.
Forum: Themes and Templates
In reply to: TwentyTwelve title in two colors?Thank you, but no luck.
Here is what my child theme code currently looks like if anyone wouldn’t mind peeking at it. Thanks!/*
Theme Name: twentytwelve Child Theme
Description: twentytwelve theme
Author: XXXXXXXXXXXXX
Template: twentytwelve
*/@import url(“../twentytwelve/style.css”);
#site-title a { color: #FFFFFF;
}<?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>.home.page .entry-title { display: none; }
/* Header */
.site-header {
padding: 24px 0;
padding: 1.714285714rem 0;
}
.site-header h1,
.site-header h2 {
text-align: center;
}
.site-header h1 a,
.site-header h2 a {
color: #FF0000;
display: inline-block;
text-decoration: none;
}
.site-header h1 a:hover,
.site-header h2 a:hover {
color: #FF0000;
}
.site-header h1 {
font-size: 24px;
font-size: 1.714285714rem;
line-height: 1.285714286;
margin-bottom: 14px;
margin-bottom: 1rem;
}
.site-header h2 {
font-weight: normal;
font-size: 24px;
font-size: 1.714285714rem;
line-height: 1.285714286;
color: #FF0000;
}
.header-image {
margin-top: 24px;
margin-top: 1.714285714rem;
}/* Minimum width of 960 pixels.(get rid of main box shadow) */
@media screen and (min-width: 960px) {
body {
background-color: #e6e6e6;
}
body .site {
padding: 0 40px;
padding: 0 2.857142857rem;
margin-top: 48px;
margin-top: 3.428571429rem;
margin-bottom: 48px;
margin-bottom: 3.428571429rem;
box-shadow: none;
}
body.custom-background-empty {
background-color: #fff;
}
body.custom-background-empty .site,
body.custom-background-white .site {
padding: 0;
margin-top: 0;
margin-bottom: 0;
box-shadow: none;
}
}/* Page structure (main box color clear) */
.site {
padding: 0 24px;
padding: 0 1.714285714rem;
/* background-color: #fff; */
background-color: transparent;
}/* getting rid of double rules */
.site-content article { border-bottom: none; }/* changing title & tagline to one line */
#masthead h1, #masthead h2 {
display: inline;
}
#masthead h2{
margin-left: 3px;
}/* changing title & tagline color */
.site-header h1 a, {
color: 00FF00;
}
.site-header h2 {
color: FF0000;
}Forum: Themes and Templates
In reply to: TwentyTwelve title in two colors?Thank you SO much. That aligned the two. However, Now I can’t seem to find where one changes the color of each. Thanks.