Search Results for 'logo'

Results from the Forum
Alin [tagDiv]
tagDiv Staff

Hi,

You can use this css and change those values like you need: http://screencast.com/t/E43aNWYr

.td-header-style-8 .td-style-8-logo-wrapper .td-logo img {
max-width: 50%;
}
.td-head-style8-logo-desktop {
margin-top: 15px;
}

Thanks!

Rony123456
tagDiv Member

This is probably the last question. How to make the logo smaller on desktop when you are on the top of the page, when the menu is large? I tried setting a max-width but it is not centered.

Guideduchien
tagDiv Member

Hi Alin,

The code you provided works but when you are loading another page, you can see that the logo mooves from center to the left…

How can i fix it ??? Because for readers it is look like that the website doesn’t achieved.

Thank you for your replie !

Alin [tagDiv]
tagDiv Staff

Hi,

1. You can use header style 9 with logo in the menu and the ad bellow: http://screencast.com/t/Lv7nTZbrJkHf Also please provide more details how you disable the ad. Do you use Disable option for adsense?

2. Unfortunately theme doesn’t have an option for post title in backend and I don’t think that will have. You can use another post template for posts that you want title. So if you comment title code in default post template you can use style 1 for post where you want title.

Please send an email at contact@tagdiv.com so we can take a look and also send us a link to this conversation so we can know who you are.

Thanks!

yajones
Participant
#0

Hi good day,

I’m using your Full Blank page template here >> http://embracedominica.com/ << and I’d like to reduce the padding currently between the top of the page and the first image that appears (currently it’s my logo).

Thanks in advance.

Yuri at Embrace Dominica

bukavu
tagDiv Member

Hello Emile,
Thanks for the reply,
I tried but the line is not straight, website working on is here

.td-logo-rec-wrap {
 -webkit-box-shadow: 0px -3px 5px 1px rgba(8,33,133,1);
-moz-box-shadow:  0px -3px 5px 1px rgba(8,33,133,1);
box-shadow:  0px -3px 5px 1px rgba(8,33,133,1);
}

.td-menu-wrap {
-webkit-box-shadow: 0px -5px 5px 1px rgba(8,33,133,1);
-moz-box-shadow: 0px -5px 5px 1px rgba(8,33,133,1);
box-shadow: 0px -5px 5px 1px rgba(8,33,133,1);
}

.td-grid-wrap {
-webkit-box-shadow: 0px 8px 5px 1px rgba(8,33,133,1);
-moz-box-shadow: 0px 8px 5px 1px rgba(8,33,133,1);
box-shadow:   0px 8px 5px 1px rgba(8,33,133,1);
}
  • This reply was modified 11 years by bukavu.
Natuurlijk Hosting
tagDiv Member

Thanks. No, i mean the 780 px google banner next to the logo – that needs to disappear too! 🙂

Mark
Participant
#0

Hi,

My site is BitcoinWarrior.net. I’m trying to add a ticker to the header and it crunches up to the logo on the right. I don’t see any way to make it justify to the left. The examples in the documentation show ads that are much bigger, but still seem to align left.

Any help is appreciated.

Thanks.

Rony123456
tagDiv Member

Hi,

At the moment, I am running Style 8 header (logo and menu in the same line).

The problem is that the theme settings allow you to set only one color for the header menu. I want to add a gradient to it. So the top of the menu is blue and the bottom is lighter blue.

Alin [tagDiv]
tagDiv Staff

Hi,

You have to paste css code in Theme Panel > Custom Css: http://screencast.com/t/0qsdBCKq4O
I refer to this code:

.td-header-menu-wrap .td-social-wrap{
float: right;
}
.top-header-menu.td_ul_login{
float: right;
}
.top-header-menu.td_ul_logout{
float: right;
}

In the menu-top.php you have to change those span numbers to increase space for Top right (socials).

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

If you still need your logo image on left side please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/pJ7BAgrX5w

.td-header-style-7 .td-header-sp-logo img{
margin: initial;
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Header style 10 was designed to be used for blog stacks with text logo like you can see on our demo – http://demo.tagdiv.com/newsmag_classic_blog/ that’s why you have this issue with margins. If you want to use it like this(with image logo) please try this custom css in Theme Panel > Custom Css: http://screencast.com/t/x14F2dEywwW

.td-header-style-10 .td-header-text-logo {
margin: 30px auto 30px;
}

Thanks!

serendipity2014
Participant
#0

hi there
I am finding it hard to re-create what i thought was a TEMPLATE only to find the sample page tempates given are no way near the templates and post templates as advertised in the sales page on themeforest. this is really frustrating please. can anyone help in geting the looks of the full widthe bleed image on top and centered newspaper logo title as featured here in this page?
http://themeforest.net/item/newspaper/5489609

the documentation i went thru doesnt explain how to get the look we were initially promised please? the demo data is no way close to the sample posts posted above (full width image) centered title etc

appreciate your help

thanks
Serendipity

Guideduchien
tagDiv Member

Hi EmilG,

Here’s my website : http://www.guide-du-chien.com

But finally it is not a problem, it looks great on center. I tried with css “float left”, but you can see the logo mooving from center to left when the page is loading.

Thank you

adi_mitran
Participant
#0

Hello,
I want to use on my website (good-life.ro) style 10 header.
I uploaded a banner in the logo section but the space above/bellow the logo is too big.
Also the banner is slightly moved to right (about 10px).

So:
1. how do i shrink that space above and bellow the logo?
2. how do i center the logo.

thank you.

Alin [tagDiv]
tagDiv Staff

Hi,

Add also this code in Theme Panel > Custom Css: http://screencast.com/t/xql9PzgMhttp://screencast.com/t/8c24xQ5zZ

.header-style-3 .td-full-logo .td-grid-wrap{
padding: 0px;
}
@media (max-width: 767px){
.header-style-3 .td-logo img {
right: 0px;
}
}

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try this custom css in Theme Panel > Custom Css to fix this: http://screencast.com/t/1T80gZcxxx

@media (max-width: 767px) {
.header-style-3 .td-logo img {
top: 0px !important;
max-width: 75px !important;
}
}

Thanks!

Emil G
tagDiv Staff

Hi,

Try the following css – http://screencast.com/t/oxlghQNE1E

.td-full-logo .container-fluid, .header-style-3 .td-logo img {
padding: 0px;
}
.td-header-menu-wrap {
display: none;
}
/*mobile fix*/
@media (max-width: 767px){
.header-style-3 .td-logo img {
top: 1px;
width: auto;
height: 48px;
}}

Also change the color of the icons – http://screencast.com/t/jTtsxsa9

Thank you, Emil G.

  • This reply was modified 11 years by Emil G.
FilipeTavares
Participant
#0

Hello guys, I’m having a problem and I would like some help from you guys.

The logo of my website (www.feztacomz.com.br) on mobile is over the menu and content really messing up the layout. From what I’ve read so far here in the forums it happens only on header-style-3 and header-style-6.

I know devs are looking to change this maybe in the future but I reaaaally need some sort of solution in the meantime.

Only not showing the logo on mobile would be more than fine for me, is there any way of doing this? Any other suggestions?

simchris
tagDiv Member

Easier to just use “header” style “8” or whatever, which works like this:
[logo]
[menu]
[ad]
[story][sidebar]

http://musewire.com/bob-moog-foundation-announces-charity-raffle-for-rare-moog-liberation-synthesizer-keytar-8266/

boedakpinank
tagDiv Member

i had set logo for 1170×250 pixel , i am using fullwidth logo style header, my site is
http://tokowebinstan.com/bawaslukepri/ and i want it full covered the header or full of header, and is it will be look fine if we open my site from mobile?

thanks

dominman
tagDiv Member

Sorry for another post, but I think it works – I uploaded the retina version to the same folder and put the URL to the new retina logo in the second field (the one for the retina version). With both logos, everything started working.
The lesson here might be that not everyone uses the Retina version, so maybe you could take it into account in future updates.
Consider this topic closed

dominman
tagDiv Member

Hey there
I think I figured it out but I am not sure if I’m correct.
It seems there is some issue with the regular logo vs retina logo. If I change line 75 from:

if(!empty($instance['logo_url_r'])) {

to:

if(!empty($instance['logo_url'])) {

then the footer logo image starts working as a link.

Any idea how to get the theme to disregard the difference between retina and non-retina image? Or maybe you can tell me where/how to upload the logo file to make it work without changing line 75?

Thanks

  • This reply was modified 11 years by dominman.
boedakpinank
tagDiv Member

upss..now i have change my logo for full width+menu style, i set the logo size 1074 x 250 px, the logo view full but why the header with White background color still appear, how to make the logo full with all of the header? i want to use this style but need full logo covered the header, thanks

Guideduchien
Participant
#0

Hi team tagDiv,

How can i align full header logo on left instead of center ? I ask you that because my logo is too bigger than the allowed size on header 1 : 370px x 100px. I tried with header 7 but it is centered and i didn’t managed to put it on left…

Sorry for my bad english…

Thank you !

Viewing 25 results - 10,876 through 10,900 (of 12,143 total)