evearoo
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Header with social media icons displays under menu on mobileThanks again cubecolor, that worked for me perfectly and I have also managed to remove the background at the top of the site however I cannot change the colour on the mobile version, have added the following but it doesn’t change it… any ideas?
@media (max-width : 480px) {
body.custom-background {
background-color: #FFFFFF;
}
body .site {
margin-top: 0;
}
}Forum: Themes and Templates
In reply to: Removingor adjusting the top space above the headerThanks so much for posting this, worked like a charm however I am still seeing the background at the top on mobile devices? any ideas?…
Forum: Fixing WordPress
In reply to: Header with social media icons displays under menu on mobileThank you for your reply and apologies for the delayed response – I have been out of action.
I will try the above. I added the social media icons in my child theme header.php file:
[ Moderator note: please wrap code in backticks or use the code button. ]
<?php /** * The Header for our theme. * * Displays all of the <head> section and everything up till <div id="main"> * * @package WordPress * @subpackage Twenty_Twelve * @since Twenty Twelve 1.0 */ ?><!DOCTYPE html> <!--[if IE 7]> <html class="ie ie7" <?php language_attributes(); ?>> <![endif]--> <!--[if IE 8]> <html class="ie ie8" <?php language_attributes(); ?>> <![endif]--> <!--[if !(IE 7) | !(IE 8) ]><!--> <html <?php language_attributes(); ?>> <!--<![endif]--> <head> <meta charset="<?php bloginfo( 'charset' ); ?>" /> <meta name="viewport" content="width=device-width" /> <title><?php wp_title( '|', true, 'right' ); ?></title> <link rel="profile" href="http://gmpg.org/xfn/11" /> <link rel="pingback" href="<?php bloginfo( 'pingback_url' ); ?>" /> <?php // Loads HTML5 JavaScript file to add support for HTML5 elements in older IE versions. ?> <!--[if lt IE 9]> <script src="<?php echo get_template_directory_uri(); ?>/js/html5.js" type="text/javascript"></script> <![endif]--> <?php wp_head(); ?> </head> <body <?php body_class(); ?>> <div id="page" class="hfeed site"> <header id="masthead" class="site-header" role="banner"> <hgroup> <h1 class="site-title"><a>" title="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>" rel="home"><?php bloginfo( 'name' ); ?></a></h1> <h2 class="site-description"><?php bloginfo( 'description' ); ?></h2> </hgroup> <nav id="site-navigation" class="main-navigation" role="navigation"> <h3 class="menu-toggle"><?php _e( 'Menu', 'twentytwelve' ); ?></h3> <a href="#content">"><?php _e( 'Skip to content', 'twentytwelve' ); ?></a> <?php wp_nav_menu( array( 'theme_location' => 'primary', 'menu_class' => 'nav-menu' ) ); ?> </nav><!-- #site-navigation --> <?php $header_image = get_header_image(); if ( ! empty( $header_image ) ) : ?> <a>"><img src="<?php echo esc_url( $header_image ); ?>" class="header-image" width="<?php echo get_custom_header()->width; ?>" height="<?php echo get_custom_header()->height; ?>" alt="" /></a> <?php endif; ?> <div class="socialicons"> <a href="https://www.facebook.com/julian.hayes.353"> <img src=" http://test.hhtherapy.co.uk/wp-content/themes/childoftwentytwelve/images/facebook_30px.jpg" alt="Julian Hayes on Facebook" /> </a> <a href="http://uk.linkedin.com/pub/julian-hayes/54/750/283"> <img src=" http://test.hhtherapy.co.uk/wp-content/themes/childoftwentytwelve/images/linkedin_30px.jpg" alt="Julian Hayes on LinkedIn" /> </a> <a href="https://twitter.com/HayesPsy"> <img src=" http://test.hhtherapy.co.uk/wp-content/themes/childoftwentytwelve/images/twitter_30px.jpg" alt="Julian Hayes on Twitter" /> </a> <a href="psychotherapy121?call"> <img src=" http://test.hhtherapy.co.uk/wp-content/themes/childoftwentytwelve/images/skype_30px.jpg" alt="Julian Hayes on Skype" /> </a> <a href="mailto:info@hhtherapy.co.uk?subject=Client Enquiry"> <img src=" http://test.hhtherapy.co.uk/wp-content/themes/childoftwentytwelve/images/email_30px.jpg" alt="Email Julian Hayes" /> </a> </div> </header><!-- #masthead --> <div id="main" class="wrapper">Forum: Themes and Templates
In reply to: Different text sizing in same paragraphI did many thanks – it seems to have been an issue with one of the styles in my child theme – many thanks
Forum: Themes and Templates
In reply to: Different text sizing in same paragraphThanks, see below. If you take a look at the home page you will see what I mean.
The third paragraph should be the same as above – H1
And the end of the 4th paragraph you will see the text gets smaller…