Tagged: Header
- This topic has 5 replies, 3 voices, and was last updated 11 years, 1 month ago by Emmykk.
-
AuthorPosts
-
August 2, 2013 at 5:54 pm #2943cocopel12Participant
I know this is a little far from the free template but I ideally want in the header / logo area to have to links.
1) the logo going to the home page
2) a telephone and email text that links to an email link.Take a look at http://www.macofficesupplies.co.uk.
You will see I currently have the logo and telephone / email details in an image. How can I make these links… or at least make the whole of that header image link to an email link?Thanks for your time on this guys. Very much appreciated.
Ali
August 5, 2013 at 10:35 am #3014Sanjip ShahParticipant@cocopel12 The customization that you are trying to make will need code customization. In free support we only provide small css tweaks, guide/help our users to use the theme and fix the bugs that our users report. As your customization is a new feature to be added to the theme please hire a developer for this. You will have to make a child theme for this customization so that you won’t lose the changes when you update the parent theme. In the child theme you will have to add a link to header image pointing to the link that you want.
August 5, 2013 at 10:50 am #3019cocopel12ParticipantThank you Sanjip. I will give it a try.
You guys are great and so is your theme.August 6, 2013 at 6:12 am #3043Sanjip ShahParticipant@cocopel12 Okay. 🙂
August 15, 2013 at 7:05 pm #3275cocopel12ParticipantHi,
Just to update, I managed to make a new header that is a link by adding this code…
<?php $header_image = get_header_image(); if( !empty( $header_image ) ) :?> <a href="mailto:[email protected]"><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="<?php echo esc_attr( get_bloginfo( 'name', 'display' ) ); ?>"></a>
to line 244 of this file in a child theme.
wp-content/themes/attitude/library/structure/header-extensions.php😀
August 15, 2013 at 8:30 pm #3278EmmykkParticipantyou have a nice site dear.if i can set my site as the defualt i will be content and i can already.your site is just shining.thank to the attitude theme crew
-
AuthorPosts
- You must be logged in to reply to this topic.