This topic has 18 replies, 3 voices, and was last updated 9 years, 3 months ago ago by Eva Kemp
I want to add an image or some text to say call us on 01179 828180 on my home page to the left of the logo. There was a block here before i just cant work out what i need to do to activate this
I have header 7 selected and i would like to put the number where the Just another wordpress image was ?
Hello,
If you want to put a phone number beside the logo you need edit header.php file or you can enable top bar in Theme Options > Header and add the content in “Place in header top bar” area in Appearance > Widgets.
Regards,
Eva Kemp.
Is there not a way to just change the image thats displayed to the left of the logo ?
Hello,
Unfortunately there is no other way. You have to edit header.php in order to add your own content into the header.
Regards,
Eva Kemp.
Can anyone tell me what to put in the header.php just to display an image to the left of the main logo on http://www.blccs.co.uk please…
Hello,
You need edit the file wp-content/themes/woopress/headers/header-structure-2.php on line 21 replace the code <div class="tbs blog-description"><span><?php bloginfo( 'description' ); ?></span></div>
with your image code <div class="side_image"><img src="YOUR_PATH_TO_IMAGE"></div>
.
Thank you.
Regards,
Eva Kemp.
Sorry for the late reply. I have recently updated my theme and now this has disappeared and i cannot find the code in the suggested file anymore.
Is there another way to do this ?
Hello,
In this case you need create child theme http://codex.wordpress.org/Child_Themes and make changes in there so all modifications will be saved after theme update.
If you have difficulties with child theme we can create it for you.
Please provide us with FTP and wp-admin panel credentials in Private Content.
Regards,
Eva Kemp.
Hi Eva,
I twould be great if you can help me get the header sorted. I also have a weird problem where thumbanils of my products are being stretched to fit the box.
Hello,
We also need FTP credentials.
Thank you.
Best regards,
Jack Richardson.
Sorry Jack, see in this post.
Hello,
As you’re using the seventh header type you can add image in Theme Options > Header > “Header custom HTML (for 6, 7, 13, 14, 18 headers)”. I’ve uploaded your logo into there just for example and commented the code in custom.css:
.header-type-7 .header .tbs span{
display:none;
}
which prevented custom HTML content from displaying.
Also I’ve added this css code:
.header-type-7 .header .tbs span {
border: none;
}
.header-type-7 .header .tbs span:before {
display: none;
}
Now check your header.
Best regards,
Jack Richardson.
I have added the image I want but cant get it to nicely in from the left inline with my content ?
Any more ideas ?
Hello,
Please add this code in custom.css:
.header-type-7 .header .tbs span {
right: 50px;
}
Best regards,
Jack Richardson.
Great thanks that works and i can even add a top value to bump it down.
One last query on this subject but the image doesnt show in my Mozilla browser but works in Safari ?
Any ideas ?
Also not showing on mobile ?
Hello,
To show your image on mobile add this code in custom css:
@media only screen and (max-width: 992px){ .tbs.blog-description {
display: block !important;
}}
I’ve checked your site in Firefox browser and the image is shown:
http://storage2.static.itmages.com/i/15/0817/h_1439810516_9287446_03a0408995.png
Is your browser updated?
Regards,
Eva Kemp.
Tagged: customization, design, header, phone, template, woocommerce, wordpress
You must be logged in to reply to this topic.Log in/Sign up