coffee_king
Forum Replies Created
-
Do I need to create a child sidebar.php first?
I’m using twentyeleven theme and I have already created a child for it
with child header.php and child style.cssForum: Fixing WordPress
In reply to: How can I add an email link to my header image?Sure was, I have a couple of other issues to address this weekend, but I’ll do some research first.
Have a good one!Forum: Fixing WordPress
In reply to: How can I add an email link to my header image?Fantastic!
Thanks EsmiForum: Fixing WordPress
In reply to: How can I add an email link to my header image?Done, and it works.
Is that it or do I need to add anything else now to tidy up etc?
Thanks for your help!Forum: Fixing WordPress
In reply to: How can I add an email link to my header image?OK, done.
Now I have a link up there (which would actually look quiet cool if it didnt cover the text on my image ??Next?
Forum: Fixing WordPress
In reply to: How can I add an email link to my header image?Done, so that space is now not clickable right?
Forum: Themes and Templates
In reply to: Remove search box [Twenty Eleven]Does this remove it and then make it a useable space for more page links?
Or is the space it frees up then unusable?My links below my header image sometimes move onto two lines and I’d like to free up a bit of space above so they always stay on the one line.
Maybe its possible to move the search box over to the right by say 30 pixels?
Anyone know how to do this?Forum: Fixing WordPress
In reply to: How can I add an email link to my header image?Hi
The position then is (in pixels)Start From Across 660
Start From Down 4End at 856 Across
End at 16 DownSo the size from this would be a rectangle shape
196 across x 12 downI take it this is what you meant?
Forum: Fixing WordPress
In reply to: How can I add an email link to my header image?The image I want PART of to become a clickable email link is the main header image, thats displayed on every page.
It is 1000 × 288 pixelsImage here
https://contemporaryfunctionband.co.uk/wp-content/uploads/2011/10/header-plus-email1.jpgI only want the part at the top that has the email address to be an email link, I want all the rest of the image to go back to home page when clicked on.
Forum: Fixing WordPress
In reply to: How can I add an email link to my header image?I believe you meant to type
<div id=”email-block”></div>But no problem.
Right, thats online now and the website looks ok again.
So onto the image mapping?Forum: Fixing WordPress
In reply to: How can I add an email link to my header image?I copied/pasted your earlier post which stated
<div id=”email-block></dv>
not
<div id=”email-block></div>I have now corrected it and re-uploaded but the page links still arnt sitting right (Its actually online like this now).
It doesnt need an extra ” at the end does it ? (Just a guess)
Forum: Fixing WordPress
In reply to: How can I add an email link to my header image?Also the image I want PART of to become a clickable email link is the header image, that is 1000 × 288 pixels
Image here
https://contemporaryfunctionband.co.uk/wp-content/uploads/2011/10/header-plus-email1.jpgI only want the part at the top that has the email address to be an email link, I want all the rest of the image to go back to home page when clicked on.
Forum: Fixing WordPress
In reply to: How can I add an email link to my header image?Hi
Ive just done that and up loaded it, but if I preview it it makes the links to other pages below the header image (that were horizontal across the page) vertical.
Please advise?Forum: Fixing WordPress
In reply to: How can I add an email link to my header image?OK, right.
I have edit the child’s style.css file and added:@import url(../twentyeleven/style.css);
And now the website looks how it used to.
I have also edited the child’s header.php file and immediately before the second occurrence of <?php get_search_form(); ?> add:
<div id=”email-block></dv>
So now what do I do next?
Many thanks for your help (I seem to be getting there now)Forum: Fixing WordPress
In reply to: How can I add an email link to my header image?Apologies.
Right, I’m kind of getting here now.So I should have
a folder called
twentyeleven-child
sitting in my THEMES folder.In the
twentyeleven-child folder
I should have two filesstyle.css
with the following code/*
Theme Name: Twenty Eleven Child
Theme URI: http: //example.com/
Description: Child theme for the Twenty Eleven theme
Author: Your name here
Author URI: http: //example.com/about/
Template: twentyeleven
Version: 0.1.0
*/and a file called
header.php
which has EXACTLY the same code in it copied from
Twenty Eleven
Appearance>Editor>(Click on header.php on the right hand side)Is this correct so far now?