Michelle Hansen
asked 10 years ago

file:///C:/Users/mph/Downloads/designwall_problem.jpg
 
– Is it possible and how can I do it? 🙂

5 Answers
DominicStaff
answered 10 years ago

Please add the image to the  http://imgur.com/ site then send me the link image.

Michelle Hansen
replied 10 years ago

Is it my logo you want me to add to imgur.com? or what, doesn’t quite understand what you mean? 🙂

Dominic Staff
replied 10 years ago

You can tell me detail about the position which you want to change the logo, please send me your site for further checking.
Regards.

Michelle Hansen
answered 10 years ago

If you put this file (file:///C:/Users/mph/Downloads/designwall_problem.jpg) into a browser, then you can see where I want the logo. 🙂 here is the domain http://www.cognitio.dk (but I’m not shure if you can see it, having some trouble with people outside of Denmark to see it – don’t know why?)

DominicStaff
answered 10 years ago

I can not see your image from file:///C:/Users/mph/Downloads/designwall_problem.jpg :). Please add the designwall_problem.jpg image to the http://imgur.com/ site, then send me your image link.

Notice: If you want to replace the site’s title with a graphic on the home page, you can add the following code to the style.css file (Dashboard > Appearance > Editor )

.banner .page-title {
   background: url('FILE URL');
   height: ...px;
   width: ...px;
}

In which: FILE URL is where you paste your image URL
Hope this helps !

Michelle Hansen
replied 10 years ago

Thanks, but I don’t wanna replace the site title – just adding the logo in the right upper corner. 🙂

okay, I’ll put the problem.jpg to the imgur.com so you can see it. 🙂

Michelle Hansen
replied 10 years ago

Hello again. What did you found out? 🙂

Michelle Hansen
answered 10 years ago

Can somebody help me, my client is impatient to get his webpage up and running!? 🙂

Wilfred
answered 10 years ago

Please follow our instruction below on how to upload image into imgur:
1. Go to  http://imgur.com/
2. Click on the Computer button   
3. Select your image (designwall_problem.jpg)
4. Click the Start Upload   
5. Send us “Direct link” as on the image below:  

Michelle Hansen
replied 10 years ago

http://imgur.com/tvMqOpM – here is where I want the logo to be!! 🙂 🙂

Wilfred
answered 10 years ago

To resolve this issue please followng my instruction here:
1. Open page-header.php in /wp-content/themes/dw-timeline-pro/templates/page-header.php
2. Replace following code form line 1 to line 5

<div class="page-header">
<h1>
<?php echo dw_timeline_title(); ?>
</h1>
</div>

with:

<div class="page-header row">
<h1 class="col-md-6">
<?php echo dw_timeline_title(); ?>
</h1>
<div class="col-md-6">
<img src="IMAGE LINK" alt="">
</div>
</div>

Note: Change IMAGE LINK by your image link.
Hope this helps !

Michelle Hansen
replied 10 years ago

Thanks!! 🙂 what if I want it a little bit more to the right? what should I change in the code to make that happend? 🙂

Dominic Staff
replied 10 years ago

you can add the following code to the style.css file:
.col-md-6 > img {
float: right;
{
Regards,

Michelle Hansen
replied 10 years ago

Thank you!! 🙂 🙂

Michelle Hansen
replied 10 years ago

Can I also make it into a link?

Wilfred
answered 10 years ago

You can add a link by use following code

<a href="YOUR LINK"><img src="IMAGE LINK" alt=""></a>
Michelle Hansen
replied 10 years ago

Thanks, it all works! 🙂

Powered by DW Question & Answer Pro