Search Results for 'logo'

Results from the Forum
Ulmi
tagDiv Member

@nate: Great but is there also a way to get the search icon on the right-hand side of the logo?

mehedi
Participant
#0

Hello!

Is there anyway to choose a different logo for mobiles? My menu colour is Cyan and the logo texts are also cyan. That’s why in mobile devices the colour matches and none can see the logo. It will be really great if someone from tagDiv tells me how to select a different logo for mobile.

Thanks
Mehedi

Julianap
tagDiv Member

Hi Marius, thanks for your reply! Your support is great 🙂

Our site is online, don’t know what happened. http://www.maisquemae.pt

1. The transparent header background didn’t work. We use style 1 and I’ve changed the code as you said.

2. The margin on the logo worked, thanks.

3. The ad size would be 125×125…two on top and two on bottom.

4. It works on blocks but not on sidebar widgets like Jetpack subscription, etc.

Many thanks again!

Marius
tagDiv Staff

Hi,
Your site doesn’t work.

1. You can make the header transparent with a custom CSS, that you have to add it in Theme panel -> Custom CSS

This is made particularly for header style 3, change the CSS for you header that you use.

.header-style-3 .td-full-logo {
    background-color: transparent !important;
}

2. Use this CSS and change the size like you want.

.header-logo-wrap img {
    margin-bottom: 50px;
}

3. What add size you want to use for that small square? You can insert it manualy in a text widget.

4. Our blocks have option to hide the title, see here: http://screencast.com/t/6XGJWVKiCca for others widgets that doesn’t have can be hidden with a custom CSS

Thanks for the message!

Radu A
tagDiv Member

hi,
it should work, try it.

Thanks for you message.
Radu A.

Marius
tagDiv Staff

Hi,
Change this value: http://screencast.com/t/CeoMa6LiIJ4v

Thanks!

griffinassoc
Participant
#0

In the previous version of Newspaper I was able to over-ride /parts/header/header-style-3.php buy mirroring the folder in the child theme. Is this still possible?

For example, over-ride Newspaper/parts/header-style-3-logo.php by adding another version in Newspaper-child/parts/header-style-3-logo.php?

Julianap
Participant
#0

Hi,

I would like to have some help with the customization:

1. I would like to have the header with no background, transparent. Now is white, like the body: http://maisquemae.pt/ but we want it transparent, so the site background (pink stripes) would appear in the header too.

2. How can I give more space btw the bottom of the logo and the main menu? As you can see, the logo is too close.

3. Is that a way to put 4 small square ads on the sidebar align in 300 x 250? I already have 300×250 ads, but I want 4 smaller ads, 2 on top, 2 on bottom, on the sidebar. Is that possible?

4. How can I remove the title of a widget? If I don´t put any title it appears the box title empty anyway on sidebar.

Many thanks in advance 🙂
Juliana

Boondock Marketing
Participant
#0

Hi There,

I’m having an issue of the menu jumping because the logo height is over the expected size. Can you let me know where to change the CSS or JS?

Thanks,

Jason

Marius
tagDiv Staff

Hi,
We will take a look about 3 and 6 style and we will fix it ASAP.
Thanks for the message!

nate
tagDiv Member

To center the logo:

@media (max-width: 767px) {
.mobile-logo-wrap img {width:170px;position:absolute;left:0;top:-3px;margin-left:auto;margin-right:auto;}
}

The key is auto margins. I’ve only tested this on my Galaxy S3 but it works for both landscape and portrait.

pastordc3110
tagDiv Member

Thanks a lot. I found the way. I leave it here to help people who´s going to do same thing:

Just find class:

td-grid-wrap

And modify his padding and margin attributes from the header type you´re using on your configuration.

pastordc3110
tagDiv Member

Thanks. This is my site:

http://wordpress.rubenluengas.com/

If this could be done. Please, write a step by step about it.

simchris
tagDiv Member

@enemyborat
glad all my little rantings are helping somebody 🙂

“fonts and FOUT” Subject is top of mind for me at the moment as I’ve been toying with the difference between loading Open Sans off the Amazon CDN (where was able to compress the stylesheet more than the Google version is, for those who’ve run into that item on GTMetrix for scoring; meaning I basically am loading a minified and optimized version of the Open Sans font stack off the Amazon CDN for better performance/rating), vs just loading from Google directly. I get FOUT on my page right now with the CDN, and sometimes IE won’t load Font Awesome off the CDN at all (even with proper CORS rules) – whole ‘nother topic of pain there. Gave up and am loading Font Awesome 4x off our own server since IE 11 just randomly doesn’t load it and then all my icons are blank spots.

Anyway… “right now” if I go to a test page for site redesign (NOT using WordPress btw), I see moment of “italic” font then regular font. IE will load the italic font first for some reason so I see FOUT from italic to normal font. Stupid stuff (damn IE!!!).

I’m actually hoping to use the Google font CDN, and then the upcoming stable version of mod_pagespeed has a nifty feature where it will inline only the needed CSS for the browser being used.

So, for example this page …
http://www.send2press.com/clients/testimonials_2008-2012.shtml

I see a FOUT in IE11 on Win7/64 with a 32GB RAM machine on a 85mbps FIOS fibre connection. Page loading on dedicated server in Class A datacenter (Softlayer/IBM) with common elements like logo and main CSS coming off the CDN. Blah blah. Meaning, it’s not loading off anything with slow load times.

Starting to just “live with it.” Annoying as hell, though.

(argh)

Browser “should” cache the CSS on second page view. I have my cache in browser set to clear on close so I can re-suffer the view of a first time visitor EVERY time. Hence the annoyance can really annoying. Google “FOUT” to see the couple of years of whining by others, if one cares to. 😉

  • This reply was modified 12 years by simchris.
  • This reply was modified 12 years by simchris.
puirseal
Participant
#0

Hi,

My logo is wide. In theme panel I have tried header style 3 and header style 6, both are described as full width logo.

In desktop and mobile the logo is displayed below the main menu

When the screen size is standard mobile the logo is reduced in size and is displayed top right above the menu and search icon.

How can I ensure my logo appears below the menu and search icon and is displayed responsively.

Thanks in advance

Marius
tagDiv Staff

Hi,
Strange 🙂
Use this CSS in theme panel -> Custom CSS to align it

#outer-wrap {
    left: -1px;
}

For transparent header use this CSS, but htis is for header style 3, depend on which header you use

.header-style-3 .td-full-logo {
    background-color: transparent !important;
}

Thanks!

Marius
tagDiv Staff

Hi,
You want to remove this white color from header? http://screencast.com/t/xKiTT0evqAM

Add this CSS in Theme panel -> Custom CSS

.header-style-3 .td-full-logo {
    background-color: transparent !important;
}

Thanks!

hawkswine
Participant
#0

Hey guys,

I just ran the most recent upgrade and I lost the transparency behind my logo in my header and I can’t figure out how to get it back.

I went to Theme Panel/Theme Colors and set Header Color to blank but that didn’t do it.
I tried changing the Header Color to yellow though, and it didn’t change anything either.
I also made sure Background Color was blank and also tried setting Menu Background color to blank but I can’t make any changes.

You can see my site here:
http://thegaminggals.com/

You should be able to see the pink silhouettes behind the black logo in the top. It used to be that everything between the top menu and the main menu was transparent – I just can’t figure out how to get it to no longer be white. I’m guessing there something over riding it somewhere but I can’t find it. I have not used any custom CSS.

Radu A
tagDiv Member

hi,
give me a link to your site, I think we can do it from css

Thanks for you message.
Radu A.

Marius
tagDiv Staff

Hi,
Is on our issue tracker, we will fix it ASAP.

Thanks!

Marius
tagDiv Staff

Hi,
You can add it manually directly in file, get you social buttons and here is the files with the logo http://screencast.com/t/cesgOktiXPg

Thanks!

Radu A
tagDiv Member

hi,
send me the link to the site
i will take a look.

Thanks for you message.
Radu A.

pastordc3110
Participant
#0

I have a logo with 1170px width size. Always that I add it to the header, this resize to 1074px. Is there a way to modify this to show the natural size of logo?. Thanks.

goopy20
Participant
#0

Hi there. I was trying to create a full width banner but somehow there is a little margin with the header space and the full width of the site. Can anyone tell me how to change the color of the (logo) header so that it spans the full width of the site?

Thanks!

alexgpano
Participant
#0

Hello, first of all, TagDiv thanks for this great theme, i was one of the first to buy the theme, but i give it a time because i was focus in other things and now i back to touch my personal project that has as based your theme, and i´m really surprise in how your theme is great and how it for sure the best buy that i did in themeforest. Congratz and thanks for this great work.

Now lets go to my questions.

First of all, into my site i´m doing the logo on menu like guide https://forum.tagdiv.com/topic/moveplace-logo-in-menu-when-scrolled-down-and-menu-fixed/

Everything go ok, and is working perfectly but i want to do 2 things that i dont know how do it using custom CSS:

1. I need to increase the height of the menu area because when in menu my logo is going out of this area.

2. Every main menu item have a blue (or another color if you change) line on hover or when the menu item is selected. This is great but i want to remove these line when i hover my logo in the menu or when its in the home page.

Waiting for heard from you soon and that my doubts can help others clients. Thanks

Viewing 25 results - 11,851 through 11,875 (of 12,143 total)