Search Results for 'logo'

Results from the Forum
diegovillanueva
Participant
Header Ad - topic
#0

hi everyone

How can I put the ad above logo on the full header centered? What size should have the header?

Ad

Logo

Menu

Thanks.

Marius
tagDiv Staff

Hello,
You can upload on the top logo, the footer logo and see how it look, is ok if not keep the 300×100 size as is specified.

Thanks for the message!

dreamsiter
tagDiv Member

Hi there Marius, apologizes for my late reply but I had to go and purchase hosting for the site.

The site URL is: http://lsport.nl/
Screenshots from my HTC (Broken BG and footer logo mainly):
1) http://imgur.com/hHkgYh6
2) http://imgur.com/LVa03CH

Please explain me how I can show mobile users my site as if they were browsing it on the computer, and how to fix the broken footer image.

Thank you for this wonderful theme, I hope you can help me with this little issue.
Thanks.

Anna1986
Participant
#0

Hello,

I would like modify slightly the size of my logo and use 298 x 124px (that is actually in the footer, part 1, left side). I have already tried to upload the logo on the header, but strange, I don’t see it clean as in the footer, but I see it a little bit “cloudy”.

See the screenshot please:

http://i39.tinypic.com/a2pv1j.jpg

You can see the difference regard quality, with the logo on the footer online, on my site: http://www.webhostingmagazine.it

See the screenshot of the logo in the footer:

http://i41.tinypic.com/1zd0yux.png

Should I modify some size attribute in the .css, for the header?

Thank you

Marius
tagDiv Staff

Hello,
Probably that logo was cached, i see now you have another logo, is everything ok now?

Thanks!

alezan
tagDiv Member

I already tried that which generated something like a 600x80pxl logo centered in the middle of the header area..

Tom
tagDiv Member

my double logo is when i have CDN turned on 🙁

Tom
tagDiv Member

I did incognito, clear browser, dns cache etc… Still got double logo. How come??
http://www.cafetography.co.uk

Marius
tagDiv Staff

Add this in style.css

.td_980_resp .td-full-logo .td-grid-wrap {
    padding: 23px 0 0 !important;
}

Also change like here to fit the social icons in the top menu http://screencast.com/t/dnSNfzdLf

Thanks!

alezan
Participant
#0

Hi, how do I get a full size header image to fill up the space between the two menus on top that is the main and the top menu. I don’t like to have a small tiny logo but a 1100 somethingx200pxl tall image in between. How do I sort this out?

portergraph
tagDiv Member

I’m having a similar logo & header ad overlap issue on mobile for theweddingmagazine.net – screenshot here:
pic

Used CSS code supplied above however it didn’t work.

**double checked now and logo is screen right? Is that where it’s supposed to be?

  • This reply was modified 12 years by portergraph.
  • This reply was modified 12 years by portergraph.
  • This reply was modified 12 years by portergraph. Reason: added info
Marius
tagDiv Staff

Hello,
What you can do is to make this image and overwrite it with original http://www.gadgetreview.eu/wp-content/uploads/2014/01/logo3.png to be sure the WordPress not make something with the image on upload process.

Make the image at 966px width as you can see here that is the require image size not 967px http://screencast.com/t/xg6Zv6Koz

Hope this help!
Thanks!

zeus
tagDiv Member

Yep I uploaded it through the customizer. If I recall, before uploading this size logo, I tried it with the 300×100 and it also came out blurrified. I changed the size manually through Photoshop first btw with that small logo.

With this big header-logo I didn’t.

Anonymous
tagDiv Member

You uploaded this banner through the theme customizer’s logo field? Maybe the dev’s know something about this (possibly huge banners don’t go into the logo because they get resized? http://screencast.com/t/eLqrVwQlBHwJ ) If that is the case then it would be an easy fix to add your header another way through the template code.

As far as I know though, I’m stumped! Let’s see what they say 🙂

Anonymous
tagDiv Member

The actual file itself is untouched http://www.gadgetreview.eu/wp-content/uploads/2014/01/logo3.png I think the CSS resize may have to do something with the fuzzy effect seen on Chrome. I can’t elaborate as my Firebug extension has chosen to stop working on Chrome.

Interesting… Chrome makes images blurry… Chrome breaks dev tools.

Bad chrome.

Anonymous
tagDiv Member

Susanne,

I’ve tested your page on Safari (iOS7) and can confirm that the titles do not show up.

I don’t know how to fix the other issues you’re having, but may I recommend that you change your logo into a .png format? Right now the mobile version of the logo shows a white background which is not consistent with the grey background behind it. A .png format would allow for transparency instead of a white background.

-Octavian

P.S. I’m not a part of the tagDiv team.

zeus
Participant
#0

Hi!

I’m busy customizing the theme and found out that when the logo is uploaded, the quality is less than the original.

You can see the difference in my test-invironment: gadgetreview.eu and the original at gadgetgoeroe.nl.

And yes, I’m 100% sure that I’m uploading a high-res version of the logo. Does this theme do anything with the uploaded header to make the filesize smaller or so? What’s the cause of this behavior?

Thanks!

Regards,
Roeland

Anonymous
tagDiv Member

Thanks again for all you support. I never knew that WordPress can handle images in the menu editor.

Marius
tagDiv Staff

Hello,
Yes. From menu editor.

Anonymous
tagDiv Member

Using the WordPress menu editor?

Marius
tagDiv Staff

Hello,
That slide you use from Jetpack, seems to not work well, use Mozaic, or Tiled from Jetpack, or if you want a photo slider use another plugin.

You have uploaded at the retina logo the favicon, please check there http://screencast.com/t/j1F0KqxnBtc

Thanks

Marius
tagDiv Staff

Hello,

Can you try with this css, add it in style.css

@media (min-width: 1200px) {
	.td-logo-rec-wrap .td_rec {
		padding-top: 22px;
	}
}
.td-logo-rec-wrap .td_rec {
	padding-top: 37px !important;
}
@media (min-width: 768px) and (max-width: 1018px) {
	.td-logo-rec-wrap .td_rec {
			padding-top: 27px;
	}
}
@media (max-width: 767px) {
	.td-logo-rec-wrap .td_rec {
		padding-top: 5px;
	}
	.mobile-logo-wrap img {
		width: 151px !important;
	}
}
Marius
tagDiv Staff

Hello,
Put the logo in menu using <img src="your logo" /> as a button.

Thanks.

  • This reply was modified 12 years by Marius.
Anonymous
Inactive
#0

How do I achieve an effect like the one above, with the logo in the navigation? http://screencast.com/t/s11sORZvowF I would not like the logo to be underline when the homepage is active, also my solution doesn’t work on the mobile version 🙁

EntertainmentWorld
tagDiv Member

The Slide it changes sizes of some of the photos. I did the regenerate on site day I started with it. The slider before template the heads are not cut off. I reuploaded the images and still same thing.

Also when I log into mobile Ipad or galaxy phone the front logo appears then it goes to the 16×16 Icon Logo.

Viewing 25 results - 11,976 through 12,000 (of 12,143 total)