Search Results for 'header'

Results from the Forum
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,

Provide more details about header 8 gradient as I don’t know what you mean.
Please follow our documentation about megamenu: https://forum.tagdiv.com/how-to-use-the-megamenu/

Thanks!

Rony123456
tagDiv Member

Hi,

Is there any way to make the header 8 color with gradient?

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!

luciarrno
Participant
#0

I’d like to use a POST TEMPLATE 7 (without featured image) with Big Style post header from PT 2 or 3.
Iam using PT 7 without sidebar for full width gallery page, but I really need BIG style post header from PT 2 or 3.

I thought about styling it like the Big one(2,3) but PT 7 is connected with the default post template and they share their post header css.

iam pretty good with code customization so if you guys could point me to the right place where and what I need to edit that would be great couse I cant figure this one out on my own.

Copy the PT 3 header to PT 7 ? or
add a separate css class for PT 7 header and style it ?

ps.
That would also be nice for a feature – when selecting NO SIDEBAR (FW 100%) in post settings, Post Header automaticly changes up for the big one.

Thank You
Regards
L

Alin [tagDiv]
tagDiv Staff

Hi,

Like you can see on the above screenshot when I have checked you site the header ad was displayed – http://screencast.com/t/Qw0VoelECm
There’s an issue with the custom ads in Newsmag version 1.7, we could not replicate it yet to see what’s causing it, we will replace it in the next update. Until then try to replace the code inside – http://screencast.com/t/hm0F7lQ36llA – with this code – http://pastebin.com/7VKde8LB
Sorry for inconvenience!

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please try to make this change in javascript file: http://screencast.com/t/HOJK06KqUOW

//not touch
jQuery('#td-header-menu .sf-menu').superfish({
delay:600,
speed:200,
useClick:false
});

If you use speed booster you have to paste it like in the image and then you have to minify all content of the tagdiv_theme.js here – https://closure-compiler.appspot.com/home
After that you have to replace the content of tagdiv_theme.min.js(this file is used by speed booster) with that code.

Hope this helps!

krishna
tagDiv Member

adsense is not showing on home page including header and sidebar ads but inside page ads will display .

http://tinypic.com/r/28iq614/8

which detail you need.?

thanks

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and seems that adsense is display properly: http://screencast.com/t/Qw0VoelECm
Please provide more details if you don’t refer to the header ad.

Thanks!

Lucian
tagDiv Staff

Hi,

That settings only apply to a header added to the page content, like this: http://screencast.com/t/M8MfCjItvb3I
For articles title you need to change the big/small (on blocks) post title:

ex:

* http://screencast.com/t/8jWn2uSRd
* http://screencast.com/t/QjYvSpAh

Not sure how you’ve managed to do it like you’ve described as I’ve also tested this and the settings aren’t applying just to header tags added within the page content.

The title style can be set from widgets area: http://screencast.com/t/6TzPiMEXPl2 ..or when adding the widget via page builder suing VC: http://screencast.com/t/d1UpuegOcMB0

For those widgets that don’t have this option you can use custom css to give the tiles a similar design.

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!

clarence
tagDiv Member

Thanks guys. I changed the header style 🙂

Tech Lifestyle
Participant
#0

Hi,

1. I have problem with Custom Ad fields in Theme Panel.
I already enter data in Custom Ads fields (1,2,3,4).
Every time when I make changes in some other menu (footer, categories etc) I lost entered data of all custom ads? Header and sidebar ad is ok.

2. Woocommerce
I have some Q for Woocommerce. Can I write to you on e-mail of the sensitivity of data

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.

boedakpinank
tagDiv Member

i am sorry, but i still see any white area in top of header, how to fix it? thanks

Regards

Emil G
tagDiv Staff

Hi,

You can doit if you remove the sidebar.
The alternative would be to modify the content width but it’s not an easy task, try this css: – http://screencast.com/t/HAUtuNB2vd

@media (min-width: 1024px){
.single .td-container, .single .td-header-container {
width: 1111px;
}
.single .td-pb-span8 {
width: 770px;
}}

If you want to adjust the other elements i suggest that you hire a professional developer to doit for you.

Thank you, Emil G.

  • This reply was modified 11 years by Emil G.
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!

boedakpinank
tagDiv Member

Hi Emil thank you for your code, i have do what you said, but why there is a space in left and right? the image not full the header like your http://screencast.com/t/oxlghQNE1E

My site : http://tokowebinstan.com/bawaslukepri/

thank you

Regards

Alin [tagDiv]
tagDiv Staff

Hi,

I have checked your site and your header ad is fine now: http://screencast.com/t/QSdGypsNYZ

Thanks!

Alin [tagDiv]
tagDiv Staff

Hi,

Please paste your code in Theme Panel > Custom Javascript section without script tags, these are added automatically by the theme. Also if you want to place the code in the file you can add it to the footer or in the header depending when you want to be loaded.

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/

Viewing 25 results - 27,501 through 27,525 (of 29,850 total)